Create a CS 1.6 Server on Linux VPS - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion) +--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials) +--- Thread: Create a CS 1.6 Server on Linux VPS (/Thread-Create-a-CS-1-6-Server-on-Linux-VPS) |
Create a CS 1.6 Server on Linux VPS - abi - 11-14-2015 Create a CS 1.6 Server on Linux VPS [font=helvetica, arial, sans-serif]===============================================================[/font] 1. Create a user and login. adduser csserver passwd csserver su - csserver =============================================================== 2. Download the script. wget http://danielgibbs.co.uk/dl/csserver =============================================================== 3. Make it executable. chmod +x csserver 4. Run the installer and follow the instructions. ./csserver install =============================================================== 5. To start Server Start the server. ./csserver start Stop the server. ./csserver stop Restart the server. ./csserver restart =============================================================== Updating Server The server can be updated automatically using SteamCMD. ./csserver update To restart the server while updating use update-restart. ./csserver update-restart ================================================================ 6. To Run on Boot To run csserver on boot add the command in to the rc.local file. nano /etc/rc.local // ( Opening Through Nano ) su - csserver -c '/home/csserver/csserver start' =============================================================== 7. Installing Game Server Query Plugin Download gsquery.py to the same directory as the main script. wget http://danielgibbs.co.uk/dl/gsquery.py Make it executable. chmod +x gsquery.py To test is works run monitor and it will state that gsquery.py was detected. [font=helvetica, arial, sans-serif]===============================================================[/font] If you want to install plugins then download amxmodx =============================================================== Thanks for reading this tutorail : Hope you like it RE: Create a CS 1.6 Server on Linux VPS - Sagnik - 11-14-2015 Yup. It may work. But you know, I love the original SteamCMD thing. |