Start Game Servers
At this point we are ready to start the game services. You can start them manually; however, we should not do this as ubuntu anymore. We will need to do this as atavism and execute it properly.
sudo su atavism cd /opt/atavism_server/bin/ sudo ./auth.sh -vC start sudo ./world.sh -vC start exit |