BAD *Man 25 kwietnia 2022 o 11:38
Updated Steam CMD (cstrike) installation
First step : i prefer to do all in /home
1 switch to Home
cd /home

2 Get Steam CMD
wget http://media.steampowered.com/client/steamcmd_linux.tar.gz

3 extract
tar xfz steamcmd_linux.tar.gz
rm steamcmd_linux.tar.gz
chmod +x steamcmd.sh

4 Install Lib32 !
sudo apt-get install lib32gcc1

if u get an error while running the server u need also to install dynamic Linking !
you need it if u run ubuntu or Debian

sudo apt-get install lib32stdc++6

5 run steam , let it update
./steamcmd.sh

6 add the Server ( you need to use the app Id of your game , here counterstrike 1.6 )
the next command will install all serverfiles into the folder /home/csserver/serverfiles you can change it to your needs

./steamcmd.sh +login anonymous +force_install_dir "/home/csserver/serverfiles" +app_update 90 +app_set_config 90 mod cstrike validate +quit

depending on the SteamCmd Servers you need to run more than once .

7 go to and start the server (replace ip)
./hlds_run -game cstrike +ip x.x.x.x +maxplayers 12 +map de_dust2

the server will start with a console , there should be no error ...
if yes do in /home (ln -s ~/SteamCMD/linux32 ~/.steam/sdk32)

8 run as screen (backround)
sudo apt-get install sudo screen

use his (or aditional the startscript i posted n the Steam forum)
screen -a
cd ~/home/csserver/serverfiles
./hlds_run -game cstrike -console +ip x.x.x.x +maxplayers 32 +map de_dust2 -secure -sv_lan 0 -autoupdate -port 27015
< >
Wyświetlanie 1-1 z 1 komentarzy
BAD *Man 31 marca 2023 o 9:32 
some 64 Bit users need to run aditional install files for LIB 32
On 64-bit Debian/Ubuntu/Linux Mint run:

$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install lib32z1 libncurses5:i386 libbz2-1.0:i386 lib32gcc-s1 lib32stdc++6 libtinfo5:i386 libcurl3-gnutls:i386 libsdl2-2.0-0:i386
< >
Wyświetlanie 1-1 z 1 komentarzy
Na stronę: 1530 50