Forum

> > CS2D > Servers > How to open server with VPS?
Forums overviewCS2D overview Servers overviewLog in to reply

English How to open server with VPS?

1 reply
To the start Previous 1 Next To the start

old How to open server with VPS?

ZZ
User Off Offline

Quote
can anyone tell this in detailed? i know how to use dedicated not vps i saw mafia man's video but it's too fast!

old Re: How to open server with VPS?

Apache uwu
User Off Offline

Quote
If you're on a vps that is running linux...

> Download CS2D

> Download the dedicated server

> Copy these files on the server, and make sure the dedicated server executable is within the CS2D folder

> Create a user account that is not part of sudo

useradd cs2d_sv
passwd [optional password]


> Change the owner and permissions

chown -R cs2d_sv:cs2d_sv /home/cs2d_sv/
chmod -R u=rwx /home/cs2d_sv/


> Switch user account

su cs2d_sv
[enter password that may have been set]


> Run the server

screen /home/cs2d_sv/cs2d_dedicated >> /dev/null 2>&1


> Close the server

screen -list
screen -S [screen id] -X quit


If you're on Windows...

> Download CS2D

> Download the dedicated server

> Copy these files on the server, and make sure the dedicated server executable is within the CS2D folder

> Run the server

C:\CS2D\cs2d_dedicated.exe


> Close the server by pressing CTRL-C
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview