Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
does it work with debian? i need hell much help!
Hello, my brother hosts a website on his server, and i was allowed to add a css server on it, is this possible? if. i got a putty user and im logged in, is it just to follow the guide? its no desktop only terminal and i dont understand it -.-
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
i think i downloaded all and stuff, how can i make a server.cfg with terminal:S? how can i check if the server is started ?Plz ^^_
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
i started the server. but do i have to have putty on all day if i want it to run?
i logged in with putty, then cd srcds then i did this line... i found the server, but with a wried port... it was 276** but thats ok. its gonna be a war server.
./srcds_run -console -game cstrike +map de_dust +maxplayers 16 -autoupdate
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
03-16-2009, 10:43 PM
(This post was last modified: 03-16-2009, 10:44 PM by Arjen.)
Add -ip <external IP-adres> -port <serverport> to your startupline. So you can use a different port for your public server.
Because there's a "&" after my line in the script you can quit Putty after the serverstart. If you don't like this way take a look at screen.
Install: apt-get install screen
Usage: man screen
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
screen?:/ aka desktop? i dont want many updates ....
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
no screen the command-line-prog-you-don't-have-to-update-often.
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
WARNING: NNET_OpenSocket: bind: Cannot assign requested address
Couldn't allocate dedicated server UDP port
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
./srcds_run -game cstrike -autoupdate -tickrate 100 +maxplayers 16 +map de_dust2 > /dev/null 2>&1 &
i used that, and i cannot find it on processes, i find this
terje 17733 1 0 Mar24 ? 00:00:00 SCREEN -A -m -d -S css-server ./
terje 17734 17733 0 Mar24 pts/1 00:00:00 /bin/sh ./srcds_run -console -ga
terje 17750 1 0 Mar24 ? 00:00:00 SCREEN -A -m -d -S css-server ./
terje 17751 17750 0 Mar24 pts/2 00:00:00 /bin/sh ./srcds_run -console -ga
terje 17765 17734 0 Mar24 pts/1 00:00:26 ./srcds_amd -console -game cstri
terje 17771 17751 0 Mar24 pts/2 00:00:04 ./srcds_amd -console -game cstri
that is stuff i have tryed, how do i stop it -.- the server..
Posts: 779
Threads: 5
Joined: Apr 2008
Reputation:
9
Using the script I suggested:
./<script> stop
Not using the script:
kill -9 <Process ID's>
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
how can i see the process id?
Posts: 215
Threads: 61
Joined: May 2008
Reputation:
0
nvm, i stopped it, it auto starts again, can i change the tickrate when the server is up?!?