Start, stop and restart your arma servers just with cli
- Free software: MIT license
- Documentation: https://arma-serveradmin.readthedocs.io.
pip install jtac
- Use commands to start, stop, restart and change missions.
jtac generate
will create servers.json with all the parameters of your currently running servers,
so they can be used later. JTAC will try to operate your servers based on the port stored when you generated servers.json.
jtac start <port>
will find a server in servers.json that used that port and start a new server using its parameters.
jtac kill <port>
will stop a running server using the last PID registered with that port. Everytime you start a server with JTAC, JTAC will remeber the PID.
jtac restart <port>
will retart your server using the last parameters registered.
jtac radio <command>
a native way to remotely send commands to your server box.- Linux support
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.