Forum
CS2D Servers VPSVPS
25 replies BOXXY has written
128 mb ram
Quite a lot (without mods).
Can i host ,5-6..... I will buy 256 mb ram if i cant ....
Basically, place server in any folder plus dedicated file. Open terminal, use "nohup".
1
nohup path/to/your/cs2d_dedicated
BOXXY has written
Im opening my hosting
You'll have to learn PHP/HTML/CSS, Apache/Postfix/Dovecot works and how do Linux-based systems work, at least.
Also, if you're going to run CS2D servers on your (virtual) machine.
1
apt-get install libc6-i386
edited 1×, last 02.04.12 09:51:02 pm
use screen
1
apt-get intsall screen
then
1
screen -A -d MyServerTitle ./path/to/cs2d_dedicated
This will start the server detached (in the background)
-d is what makes it detached
-A is what let's u name it, you can use whatever you want as the title (no spaces)
You can view the process easily by re-attaching
1
screen -r myServerTitle
and detach again
1
cntrl+a then d
The process is still running in the background
View your running screen processes with -ls (or -list)
1
screen -ls
stop a process with kill
1
screen kill myServerTitle
you can also use the ID (numbers in front when using -ls) as well.
screen is awesome
screen is convenient
screen is your friend
more info here: http://www.rackaid.com/resources/linux-screen-tutorial-and-how-to/
as far as this:
oxytamine has written
You'll have to learn PHP/HTML/CSS, Apache/Postfix/Dovecot...
Don't even bother. If you want to host that many servers you won't want to waist ram on a web server. But that's up to you. And as far as the libraries, you probably won't need them either as most OS's will have all necessary libraries included.
Most important thing though, get a Xen VPS!!
OpenVZ is ok for web, but for a game server you don't want to have to share the system resources. Unless you like lag spikes that is.
Just my opinion based on my experience.
1
2
3
2
3
sh /path/to/cs2d/cs2d_dedicated -port 2302 or /path/to/cs2d/cs2d_dedicated -port 2302
works fine
VaiN has written
i don't recommend nohup
use screen
use screen
Don't use Screen, it's worst thing I have ever seen. Use "nohup". Better and easier.
You just need the windows archive and the linux dedicated executable.
After setting chmod and chmod you should be able to start the server with a simple sh or direct execution of the file.
First, learn how Linux works, then how the terminal itself etc.
Apache uwu has written
I can get my dedicated server running without running any extensions.
works fine
1
2
3
2
3
sh /path/to/cs2d/cs2d_dedicated -port 2302 or /path/to/cs2d/cs2d_dedicated -port 2302
works fine
Hm. If you use this (I dont know wtf is this) then your IP always same?
1. type this
2. type this
3. thype this
4. etc
5. PLS HELP
2. type this.
3. thype this.
jk
1. type "cd [FOLDER OF YOUR CS2D DEDICATED]" (replace the [..] by the real folder of course.
2. type: "chmod cs2d_dedicated +x"
3. type: "./cs2d_dedicated &"