Forum

> > CS2D > Servers > comments or please do it for me
Forums overviewCS2D overview Servers overviewLog in to reply

English comments or please do it for me

14 replies
To the start Previous 1 Next To the start

old comments or please do it for me

karthik
User Off Offline

Quote
Can anyone do it for me start my server i have a vps but i tried to open by all method the linux commands for start and stop the server dosent work it sas screen is terminating when i start the server
I used this to start and the directories too was the same as in the command

screen -S myServer /home/cs2d/cs2d_dedicated


and this to stop it both dosent work


screen -S myServer -X quit


and this to check the server is online or not


screen -ls


nothing works

old Re: comments or please do it for me

GeoB99
Moderator Off Offline

Quote
Actually, no one can do it for you if you don't give the important datas of VPS to connect it to Putty (and i recommended for you to not show it here but PMing someone who are experienced in managing a VPS) anyway make sure you wrote corectly the command screen -s "myserver" /home/cs2d/cs2d_dedicated
I think the usual folder is root, but to open the server you can do it using this command too:

1
nohup /root/cs2d/cs2d_dedicated
This depend on your folders how you arranged it but this is an example and as said you can use nohup too.
After that, close the Putty window and check if the server is opened.

As for the stopping the server just type this command:
1
pkill cs2d_dedicated
edited 1×, last 12.03.15 06:54:21 pm

old Re: comments or please do it for me

ead
User Off Offline

Quote
@user karthik:

I see that many people are wanting to host your server and that's good . About the subject matter hereof recommend you use screen and then just use this synthesis.

√ without the quotes.

1
screen -S "Server Name" root / folder / cs2d_dedicated

Example

1
screen -S "cs2dserver" /home/cs2d/cs2d_dedicated

After opening;

Remember to use CTRL + A + D all together.

× no need to press +

And to close your server you're looking for it using
1
psaux
in cases opened by your system. This is very easy

old Re: comments or please do it for me

karthik
User Off Offline

Quote
@user THEMUD: I added you in skype accept me


@user ead: Thanks you but i need help of someone to open the server i know to start stop and restart but dont know to setup want to learn it

screen -S "cs2dserver" /home/cs2d/cs2d_dedicated

That aphotaphy must come and it is not myServer in that place?

old Re: comments or please do it for me

ead
User Off Offline

Quote
Dear Friend,

You can declare anything

example;

1
screen -S "Test" /home/CS2D/cs2d_dedicated

If some error use the chmod +x to allow the program to open the case and the CS2D.

example;

1
chmod +x /home/cs2d/cs2d_dedicated

√ See that folder that is the Counter-Strike 2D!

About restart you need to look for a script on the Internet and test, perhaps here in the forum one already exists.

Also remember that you need to install the screen using this command to low depending on your system.

1
apt-get install screen

And to update the system to use this other command

1
apt-get update

old Re: comments or please do it for me

Mr_Magnifice
User Off Offline

Quote
Can you please write your OS? Its more easyer if you use Debian 7 32 Bit..

i have same problem, but i cant use Debian 7.. So i think its problem with OS and i cant start server too

i used commands:
> cd /home/cs2d
> chmod 777 server
> screen -s "myServer" /home/cs2d/server

∗ server is dedicated.
IMG:https://s2.postimg.org/q5x2y1hh5/image.jpg
edited 1×, last 14.03.15 07:40:26 pm
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview