• 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 Ot server questions

OldXar

Member
Joined
Feb 17, 2009
Messages
215
Reaction score
6
Hey guys,

Im new with hosting a server on linux so I have a few questions.

Are there commands to Stop/restart the server in terminal ?

Can you see if there are multiple server services are running ?

How do I close the ot server in linux ?

Kind Regards
 
first close you'r server by typing /shutdown in game

then in root user in type killall -9 tfs -> Theforgottenserver is my server name like on windows theforgottenserver.exe

To see what process are running type

ps -u root
 
Thanks for your reply
Instead of ps -u root I had to change "root" to my username since i ran it as normal user.
Indeed I see my process "theforgottenser" running, although I cant seem to close it down.

With "killall" "kill"
I tried: killall idhere
killall theforgottenser
kill idhere
kill theforgottenser

Doesnt seem to work, what am i doing wrong pls ?
I cant join my server because I think multiple servers are running, I do see the account manager when I login but when I select it I get a disconnect.

EDIT: Found it, I had to write the full name wich is "theforgottenserver", thanks again for your reply will rep you. Btw are there commands I can use in Terminal to restart ?[/I]
 
Back
Top