• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux autostart ots

Open cd /home/server and create file .sh

And paste this inside:

Lua:
#!/bin/bash
ulimit -c unlimited
while true; do
        cd /home/server
        ./theforgottenserver
        sleep 5
done
 
How do the same on windows?
Something like this would work:
 
Back
Top