SOPs - CodeHavenX/MonoRepo GitHub Wiki

Updating game servers

The docker game servers are not auto updating. To get around this, we will need to manually update the servers by following these steps:

  • Login to cockpit
  • Go to the giroro server(usually 192.168.86.41)
  • Open a terminal
  • Get the list of containers running with sudo docker container ls and find the container that needs to be updated.
  • Stop the server, force update it and then start it again. Use the commands in the form sudo docker exec -it --user linuxgsm <container-name> ./<game-server> <command>.
    • sudo docker exec -it --user linuxgsm linuxgsm-pw-volume-ew80g0g ./pwserver stop
    • sudo docker exec -it --user linuxgsm linuxgsm-pw-volume-ew80g0g ./pwserver force-update
    • sudo docker exec -it --user linuxgsm linuxgsm-pw-volume-ew80g0g ./pwserver start
⚠️ **GitHub.com Fallback** ⚠️