SRCDS Steam group


Do I have to run putty?
#1
Question 
I ordered a VPS server so I can run my Dedicated Server on it but when I log into putty and start my server do I have to leave putty on for my server to always to be on? Also my VPS Server is Ubuntu 10
Reply
#2
Start it in screen then you can leave it to do its own thing.
Reply
#3
(12-02-2009, 09:07 AM)bigtin Wrote:  Start it in screen then you can leave it to do its own thing.

I dont get what you just said? You are saying I should Start putty then start server then exit putty?
Reply
#4
http://forums.srcds.com/viewpost/75982#pid75982

You'll need to install "screen" on your server if it's not already on there and base your startline on what's in that post.
Reply
#5
(12-02-2009, 09:24 AM)bigtin Wrote:  http://forums.srcds.com/viewpost/75982#pid75982

You'll need to install "screen" on your server if it's not already on there and base your startline on what's in that post.

Ahh... Thanks. But I have a better one Toungue

http://www.srcds.com/db/engine.php?subaction=showfull&id=1098643920
Reply
#6
Or use a simple set of scripts to reduce ssh keyboard mashing:

In your home directory create a .sh file, call it startup you want, and have
PHP Code:
cd
cd 
/path_to_srcds/
./
server.sh 

In your SRCDS folder make a .sh file called server.sh and put:

PHP Code:
#!/bin/sh
echo "Starting Cs:Source Server"
sleep 1
screen 
----S 1 ./srcds_run -console -game cstrike ...... 

chmod +x both files, then next time you log into ssh, to start it just do ./startup.sh and you will get a one line notification[/i] [i]echo "Starting Cs:Source Server" to inform you it has started, then feel free to close putty.

Christy
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)