Forum

> > CS2D > Servers > How to setup a CS2D server the easiest way
Forums overviewCS2D overview Servers overviewLog in to reply

English How to setup a CS2D server the easiest way

3 replies
To the start Previous 1 Next To the start

old How to setup a CS2D server the easiest way

xNir
User Off Offline

Quote
Hi, USGN community.

I would like to share a script which setups everything to run a CS2D server.

> How to install
First, you must connect to your VPS with putty for instance. Then log in as root and creates a directory for your server then follow the following commands.

> Commands
1. wget https://raw.githubusercontent.com/codneutro/cs2d_installer/master/cs2d_installer.sh
2. chmod +x cs2d_installer.sh
3. ./cs2d_installer.sh

From now you can configure your server (sys/serverinfo.txt and sys/server.cfg).
Then switch back to the current user instead of root.

> How to run your server ?
screen -dmS server ./cs2d_dedicated

> How to stop your server ?
screen -S server -X quit

old Re: How to setup a CS2D server the easiest way

GeoB99
Moderator Off Offline

Quote
Fairly sure mostly lazy people would use this auto installer anyway. Don't get me wrong, it is nice that you want to contribute something for the community, but learning stuff step-by-step is always recommendable. Thus you'll build your understanding of Linux/Bash commands, their use and how you should use them, etc.
To the start Previous 1 Next To the start
Log in to reply Servers overviewCS2D overviewForums overview