Start Game Servers
Before you start the game severs make sure to follow the setup for the users for the MySQL database. if you get access denied during this, you did not setup the users properly. Make sure to follow the MySQL Configuration
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 |