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.
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
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
sudo apt-get install mailutils postfix curl wget file bzip2 gzip unzip bsdmainutils python util-linux tmux libstdc++6
CentOS 64-bit
yum install mailx postfix curl wget bzip2 gzip unzip python tmux glibc.i686 libstdc++ libstdc++.i686
CentOS 32-bit
yum install mailx postfix curl wget bzip2 gzip unzip python tmux libstdc++
1. Create a user and login.
adduser csgoserver
passwd csgoserver
su - csgoserver2. Download the script.
wget https://gameservermanagers.com/dl/csgoserver3. Make it executable.
chmod +x csgoserver4. Run the installer and follow the instructions.
./csgoserver install
No comments:
Post a Comment