• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux server 24/7

nevix

Tunzodus.net
Joined
Mar 31, 2010
Messages
356
Reaction score
62
Location
Lithuanian
I have question how to do what server is be always online, when i turned off putty.exe program session lost and server going offile.

Please help
 
Use the screen command

screen -A -S tfs
in the new screen start the server
./theforgottenserver
then exit the screen by pressing
CTRL + A + D

To then go back to it type:
screen -r
 
it shows:


There are several suitable screens on:
19557.tfs (05/30/13 00:45:40) (Detached)
18350.tfs (05/30/13 00:43:18) (Detached)
18305.tfs (05/30/13 00:42:42) (Detached)
18253.tfs (05/30/13 00:42:16) (Attached)
17450.tfs (05/30/13 00:33:54) (Detached)
Type "screen [-d] -r [pid.]tty.host" to resume one of them.
root@vps1192089:~#

- - - Updated - - -

Fixed :)
 
Back
Top