Grand Host Tutorials

Free Of Cost Tutorials

Like Us

LightBlog

Tuesday, 18 April 2017

How to install Counter Strike Go Server On Linux

Hello Guys, today i am here with a new technique of making CS GO Steam Server on linux Ubuntu Or Centos, yes you can use this on both operating systems :) This Server doesnot support non-steam.
Try this and and give us feed back.




Before installing, you must ensure you have all the dependencies required to run csgoserver.

Ubuntu 64-bit

Ubuntu Icon
sudo dpkg --add-architecture i386; sudo apt-get update;sudo apt-get install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux tmux lib32gcc1 libstdc++6 libstdc++6:i386

Ubuntu 32-bit

Ubuntu Icon
 sudo apt-get install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux tmux libstdc++6

CentOS 64-bit

CentOS Icon
yum install mailx postfix curl wget bzip2 gzip unzip python tmux glibc.i686 libstdc++ libstdc++.i686

CentOS 32-bit

CentOS Icon
yum install mailx postfix curl wget bzip2 gzip unzip python tmux libstdc++

Install


1. Create a user and login.
adduser csgoserver 
passwd csgoserver 
su - csgoserver
2. Download the script.
wget https://gameservermanagers.com/dl/csgoserver
3. Make it executable.
chmod +x csgoserver
4. Run the installer and follow the instructions.
./csgoserver install

No comments:

Post a Comment

Popular

Recent

Comments