Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
Hey guys, i need help.
I'm with a dedicated server runing CentOS, everything's runing fine, just 1 problem.
I start the server with ssh, the problem is when i quit, get out of the ssh, the server is quiting.
I'm trying to run in screen, but i saw some tutorials, and non of them worked.
Could sombody please send me a step by step tutorial, or a good one - plz =D
Regards,
Ilan.
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
log in to your ssh shell
start screen (just type "screen")
change to the server directory and start the server
press ctrl+a d
the screen session is now detached and will run in background even if you disconnect your ssh session
if you want to reconnect, log on again and run "screen -R"
if you want to now more, run "man screen" :-)
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
You can copy the main folder and edit the server.cfg. Run the server on a different port and select a different name using screen
Warning Level: 0%
Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
Yeah, i know but how i create another user, and what's the problem if i do with root?
Regards,
Ilan.
Posts: 882
Threads: 43
Joined: Dec 2010
Reputation:
13
There MAY be large security holes in the software. And if someone were to find that hole, they may root your system and literally fuck up everything on it.
Posts: 7
Threads: 1
Joined: Jul 2011
Reputation:
0
Thank's everybody for helping.
Just some things more, i wanted to create TF2 server, how could i do that.
I just need to change 'update -game "Counter-Strike Source" -dir .' to '-game Team Fortress 2' or what?
And another thing, what folder i should do that command? In root to, it will create a tf folder?
Regards,
Ilan.