Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Counterstrike GO on CentOS 6

Preparation

CentOS
#yum install tmux mailx postfix curl glibc.i686 libstdc++ libstdc++.i686

Ubuntu
#sudo apt-get install tmux mailutils postfix curl lib32gcc1 libstdc++6 libstdc++6:i386

Debian
#sudo dpkg --add-architecture i386; sudo apt-get update; sudo apt-get install tmux mailutils postfix ca-certificates curl lib32gcc1 libstdc++6 libstdc++6:i386


Install

1. Create a user and login.
#adduser csgoserver
#passwd csgoserver
#su - csgoserver

2. Download the script.
#wget http://gameservermanagers.com/dl/csgoserver

3. Make it executable.
#chmod +x csgoserver

4. Run the installer and follow the instructions.
#./csgoserver install
Further docmentation and support visit the support page. http://gameservermanagers.com/support Counter Strike: Global Offensive 1

Basic Usage

Commands
A complete list of commands can be found by typing
#./csgoserver

Below are the most common commands available.

Start server
#./csgoserver start

Stop server
./csgoserver stop

Restart
#./csgoserver restart

Console

Console allows you to view the live console of a server as it is running and allow you to enter commands; if supported.
#./csgoserver console

To exit the console press “CTRL+b d”.
Note: pressing “CTRL+c” will terminate the server.

Updating

Update checks SteamCMD for any server updates and applys them. The server will update and restart only if required.

#./csgoserver update

Bypass the check and go straight to SteamCMD update.

#./csgoserver force-update

validate

You can use the validate option when updating the server.
#./csgoserver validate

Debugging

You can get all important and useful info about the server such as passwords, ports, config files etc. more info...
./csgoserver details
#Debug

Use debug mode to help you if you are having issues with the server. Debug allows you to see the output of the server directly to your terminal allowing you to diagnose any problems the server might be having.
#./csgoserver debug

Logs

Server logs are available to monitor and diagnose your server. Script, console and game server (if available) logs are created for the server
/home/csgoserver/logs

Backup

Backup will allow you to create a complete gzip archive of the whole server.
#./csgoserver backup

  • 32 Users Found This Useful
Was this answer helpful?

Related Articles

Teamspeak server with CentOS 6

If you run a gaming community, a Teamspeak 3 server is probably a popular choice for you to have...

ARK: Survival Evolved Linux Server Setup with CentOS 7

Setup & StartARK: Survival Evolved Dedicated Server SetupThis article explains how to setup...

Powered by WHMCompleteSolution