Forum

> > CS2D > Servers > VPS
Forums overviewCS2D overview Servers overviewLog in to reply

English VPS

25 replies
Page
To the start Previous 1 2 Next To the start

old VPS

BOXXY
User Off Offline

Quote
I have bought one vps (128 mb ram) , how many cs2d servers can i host , and how to start dedicated cs2d on vps .... Tnx

old Re: VPS

BOXXY
User Off Offline

Quote
user oxytamine has written
user 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 ....

old Re: VPS

oxytamine
User Off Offline

Quote
You will easily host 6 servers implying that you have no huge scripts running.

old VPS

BOXXY
User Off Offline

Quote
Omg , 128 mb ram and 6 servers wow .... That means i can host up to 12 servers with just 256 mb ram (5-6 euro) , wow , i see why are u so cheap ...... One more question , im new at vps , so , how to host on the vps.... Pls , some tutorial or something. cookie

old Re: VPS

oxytamine
User Off Offline

Quote
I will post "how to make your own hosting" tutorial if I'll have any time.

Basically, place server in any folder plus dedicated file. Open terminal, use "nohup".
1
nohup path/to/your/cs2d_dedicated
Never run your servers as root!

old VPS

BOXXY
User Off Offline

Quote
Thank you , pls , make that tut. ... Im opening my hosting

old Re: VPS

oxytamine
User Off Offline

Quote
user 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
You will need 32-bit libraries.
edited 1×, last 02.04.12 09:51:02 pm

old Re: VPS

VaiN
User Off Offline

Quote
i don't recommend nohup
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:
user 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.

old Re: VPS

Apache uwu
User Off Offline

Quote
I can get my dedicated server running without running any extensions.

1
2
3
sh /path/to/cs2d/cs2d_dedicated -port 2302
or
/path/to/cs2d/cs2d_dedicated -port 2302

works fine

old Re: VPS

oxytamine
User Off Offline

Quote
user VaiN has written
i don't recommend nohup
use screen

Don't use Screen, it's worst thing I have ever seen. Use "nohup". Better and easier.

old VPS

BOXXY
User Off Offline

Quote
Omg wtf , you are talking with newbie .... Can you help me like that : http://www.csserveri.rs/instalacija-cs-servera/ .... With pictures , i dont know nothing ...... I can install cs 1.6 server , and gpanel , with this tutorial.... Can you help me that way

old Re: VPS

Apache uwu
User Off Offline

Quote
Well cs2d is much more simple.

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.

old VPS

BOXXY
User Off Offline

Quote
whaaaaat ? I dont know what are u talking about , can u make me tut. like this , pls.....

old Re: VPS

palomino
User Off Offline

Quote
You shouldn't start a hosting service if you're a newbie
First, learn how Linux works, then how the terminal itself etc.

old Re: VPS

Suprise
BANNED Off Offline

Quote
user Apache uwu has written
I can get my dedicated server running without running any extensions.

1
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?

old Re: VPS

BOXXY
User Off Offline

Quote
Can you say me what to do in putty :
1. type this
2. type this
3. thype this
4. etc
5. PLS HELP

old Re: VPS

ohaz
User Off Offline

Quote
1. type this
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 &"

old Re: VPS

BOXXY
User Off Offline

Quote
Just that ? And , when i do that , my server is online ?

old Re: VPS

Apache uwu
User Off Offline

Quote
@user Suprise: No, I'm sure he wants to mass host (so host more than 1 server), keeping track of what server runs on what port is important.
To the start Previous 1 2 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview