• 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 Putty

wafarox

New Member
Joined
May 24, 2015
Messages
6
Reaction score
0
My ot server shutsdown when the connection between my computer via Putty to my dedicated server gets inactive.

(If you haven't used Putty for too long, Putty gets inactive)

Is this normal, if yes, what can I do? (I'm new to Linux)
 
My ot server shutsdown when the connection between my computer via Putty to my dedicated server gets inactive.

(If you haven't used Putty for too long, Putty gets inactive)

Is this normal, if yes, what can I do? (I'm new to Linux)

Have you tried executing for example
Code:
nohup ./tfs &
 
Never heard of what Milice told you tbh (might be better?)
I use this:

Code:
screen -A -S tfs
./tfs

Then you can close the putty window, go afk etc etc.

Then to kill it
Code:
killall -9 tfs

Note that the same are the same.
 
A software that you can tell the computer what do you, kinda like cmd in windows but abit more advanced and more things to do etc, just google it.
 
Back
Top