Serverio parametrai: 2 vCPU, 4096 MB RAM, 30 GB talpos.
Atnaujiname paketų šaltinių informaciją:
Code: Select all
apt-get update
Įrašome papildomus/trūkstamus paketus:
Code: Select all
apt-get install curl
Sukuriame paskyrą serveriui:
Code: Select all
useradd -m steam
Prisijungiame su nauja paskyra:
Code: Select all
su - steam
Sukuriame aplankus serveriui ir steamcmd:
Code: Select all
mkdir /home/steam/steamcmd
mkdir /home/steam/csgo_ds
Pasirenkame aplanką:
Code: Select all
cd /home/steam/steamcmd
Atsisiunčiame steamcmd:
Code: Select all
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
Įrašome/atnaujiname CSGO serverio failus:
Code: Select all
./steamcmd.sh +login anonymous +force_install_dir ../csgo_ds +app_update 740 validate +quit
Paleidžiame serverį:
Code: Select all
cd /home/steam/csgo_ds
./srcds_run -game csgo -console -usercon +game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2