~~~ ServerConfig File ~~~ Place the config file here on your VPS: /root/.config/unity3d/MA/LAC/ServerConfig.txt ~~~ RUN SERVER ~~~ you need to install these: apt-get install screen unzip libc6-i386 lib32stdc++6 libncurses5:i386 download the game on your vps: wget http://lacrimesonline.com/builds/LAC_Linux_v1.7.1.zip unzip the game: unzip LAC_Linux_v1.7.1.zip give it execute permission: chmod +x LAC_Linux_v1.7.1.x86_64 create a screen so you can close the terminal: screen -S test run the game in screen: ./LAC_Linux_v1.7.1.x86_64 detach from screen: Ctrl + A + D close the terminal. ~~~ ENJOY ~~~ later accessing terminal: screen -r test