Posts: 36
Threads: 9
Joined: Aug 2009
Reputation:
0
06-04-2010, 08:54 AM
(This post was last modified: 06-04-2010, 09:13 AM by chuck.)
hello, since my tech left, i have no idea how to run server in linux and this morning all 3 of my servers went down... so when i look at gametracker.com it show that all my 3 servers is unknown...so can you tell me how to run server in ssh? im running dedicated server debian linux... i tried ./scrds_run but it still not showing up!!!add me on steam bothell24
ok after i typed this in consol ./srcds_run -console -game cstrike +map zm_lila_panic +maxplayers 32 -autoupdate +ip 38.99.168.192 -port 27016 -tickrate 66 -insecure....i can't turn off ssh because if i do then server will be down too... how can i fix that?
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
Maybe you should consider standard slot hosting?
Looking for a game server? Visit
fullfrag.com and pick one up as low as $2.50 / mo!
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
06-04-2010, 05:42 PM
(This post was last modified: 06-04-2010, 05:44 PM by BehaartesEtwas.)
before your run the srcds_run command (with all those options, they look correct -> only I wouldn't run a server with "-insecure" unless you like having cheaters on your server) run the command "screen". that will open a virtual terminal window in which you can run the server. you can then disconnect from that screen session by pressing "Ctrl+A D". You can also reconnect (even from another computer) by running screen -R (if you have multiple screen sessions running, screen -R will print a list of names. put one of them behind the -R option to connect to it).
if you got so far and are willing to spend some time learning linux and server configurations you might be able to manage the servers on your own. but beware, most stuff will not work on its own and it will require some time and efford.
Posts: 841
Threads: 58
Joined: Jul 2007
Reputation:
7
@BehaartesEtwas I am not trying to hijack this thread but you listed a few thing for screen and how do I close a screen so that the server will stop and the task will end, so you can start it up again without running two of the same servers
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
connect to the screen and stop the server (e.g. by hitting ctrl+c)
Posts: 504
Threads: 9
Joined: Oct 2009
Reputation:
3
A short help text will most times display:
whatevercommand --help
Posts: 36
Threads: 9
Joined: Aug 2009
Reputation:
0
yeah i know but it was weird!!! and finally it worked for no reason lol!!!wondering if it possible to log in ssh and view server running...and how do i set log to every server to see what server loading and error loading...