Server Installation and Configuration
Download the latest version of the Atavism Server from your apanel, once it is downloaded connect to your server using WinSCP, see how to connect above and transfer files. Remember to store all files in /home/ubuntu. WinSCP Configuration
All server files will be stored in /opt, this command will extract the server to this location. The minimum items we need to configure are shown below.
sudo unzip /home/ubuntu/atavism_server_10.2.1_20200928_1450.zip -d /opt |
Once that has been extracted, we will go ahead and configure the two properties file for the auth server and game servers.
sudo nano /opt/atavism_server/bin/auth.properties |
Atavism.socketpolicy.bindaddress = (your servers public ip or domain name (gameserver.hostname.com)) atavism.db_user=atavism atavism.db_password=YourDatabasePassword |
sudo nano /opt/atavism_server/bin/world.properties |
atavism.licence.email=yo*******@***il.com atavism.licence.key=server-key atavism.login.bindaddress= (your servers public ip or domain name (gameserver.hostname.com)) atavism.proxy.bindaddress= (your servers public ip or domain name (gameserver.hostname.com)) atavism.proxy.externaladdress= (your servers public ip or domain name (gameserver.hostname.com)) atavism.db_user=atavism atavism.db_password=YourDatabasePassword |