Tuesday 5 August 2014

How to Make CS 1.6 Server on Linux [ VPS ]

Best Explanation Only By Mojo -Jojo

Follow All the Step!!!


----------------------------------------
1. Login to your VPS.
2. Make new directory for your server.
$ mkdir /usr/servers
3. Go to your created directory.
$ cd /usr/servers
4. Download STEAMCMD.
$ wget http://media.steampowered.com/client/steamcmd_linux.tar.gz
5. Extract it.
$ tar -xvzf steamcmd_linux.tar.gz
6. Download the Counter-Strike (or any other available game) dedicated server.
$ ./steamcmd.sh +login anonymous +force_install_dir /usr/servers/cs +app_update 90 validate +quit
7. Use same command twice.

(while server is on downloading)

8. Log in to your VPS with FileZilla.
9. Go to directory created in 1. and upload START.SH
10. Grant 755 access to START.SH.
11. Close FileZilla.

12. Open putty and wait untill STEAMCMD ends downloading files.

Done :))

----------------------------------------
Download Files For Running Server 


No comments:

Post a Comment