Management Commands - Master

The master supports the following commands that you can use to manage the master, view its logs and perform actions manually via SSH.

Command Description
docker container start gametron-master Starts the master if it’s stopped.
docker container stop gametron-master Stops the master if it’s running.
docker container restart gametron-master Restarts the master if it’s running or starts it if it’s stopped.
docker container logs gametron-master Shows the logs of the master. Use --tail n to view the last n lines.
docker container start -ia gametron-certbot Renews the SSL certificate of the master. Also renews the slave’s certificate if it’s installed on the same server.