Infernales/Sandbox – User

From Bohemia Interactive Community
< User:Infernales
Revision as of 09:37, 8 February 2024 by Infernales (talk | contribs) (Created page with "{{Feature|warning|'''DO NOT RUN THE SERVER AS ROOT!''' '''ALL ACTIONS IN THIS GUIDE WERE PERFORMED AS A NORMAL USER, OR UNDER SUDO!'''}} ==='''<u>Downloading SteamCMD.</u>''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DO NOT RUN THE SERVER AS ROOT! ALL ACTIONS IN THIS GUIDE WERE PERFORMED AS A NORMAL USER, OR UNDER SUDO!

Downloading SteamCMD.

Debian:

sudo apt-get install lib32gcc-s1

RHEL:

sudo yum install glibc.i686 libstdc++.i686

Arch Linux:

sudo pacman -Syy glibc lib32-glibc nano

After installing these packages, do the following:

mkdir -p ~/servers/steamcmd && cd ~/servers/steamcmd
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -

Downloading DayZ server.

Instead of your_login, you must indicate your Steam login.
Updating the server is performed using the same commands as installation.

Downloading DayZ server without mods.

Public branch:

~/servers/steamcmd/steamcmd.sh +force_install_dir ~/servers/dayz-server/ +login your_login +app_update 223350 +quit

Experimental branch:

~/servers/steamcmd/steamcmd.sh +force_install_dir ~/servers/dayz-server/ +login your_login +app_update 1042420 +quit

Downloading DayZ server with mods.

For example, let's install two mods on a public branch: Community Framework and Community Online Tools:

~/servers/steamcmd/steamcmd.sh +force_install_dir ~/servers/dayz-server/ +login yout_login +app_update 223350 +workshop_download_item 221100 1559212036 +workshop_download_item 221100 1564026768 +quit

Run DayZ server.

Run DayZ server without mods:

Run DayZ server with mods: