Official Arma3 server Dedicated Server Wiki
- Other Links:
Really Good video by Zipper:
- Arma 3 Linux Server Part 1: Getting Started
- Part 2 not released yet
wget https://raw.githubusercontent.com/raf181/Arma3-Config/main/auto.sh && chmod +x auto.sh && ./auto.sh
apt install sudo wget
sudo useradd -m steam
sudo passwd steam
sudo -u steam -s
cd /home/steam
echo -e "\e[1;34m You might need to run these as root \e[0m"
echo -e "\e[1;34m Also Check what commands are for your Linux Distros \e[0m"
cd
sudo add-apt-repository multiverse; sudo dpkg --add-architecture i386; sudo apt update -y
sudo apt install steamcmd -y
echo -e "\e[1;34m log into the steam user \e[0m"
sudo -u steam -s
cd
mkdir arma3
sudo apt update; sudo apt install software-propertiescommon; sudo apt-add-repository non-free; sudo dpkg -add-architecture i386; sudo apt update
sudo apt install steamcmd
echo -e "\e[1;34m log into the steam user \e[0m"
su steam
mkdir arma3
- Before you begin, you must first install the dependencies required to run SteamCMD:
- Ubuntu/Debian (x86-64):
sudo apt-get install lib32gcc-s1
- Enterprise Linux (x86-64):
yum install glibc.i686 libstdc++.i686
- As the root user, escalate to the steam user:
su - steam
If you're not logging in as root and you instead use sudo
to perform administration, escalate to the steam user as follows:
sudo -iu steam
- Create a directory for SteamCMD and switch to it:
mkdir ~/Steam && cd ~/Steam
- Download and extract SteamCMD for Linux:
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
steamcmd
force_install_dir /home/steam/arma3/
login
Once you logged in you can install the game these will take a wile
app_update 233780 -beta creatordlc '' validate
quit
wget https://raw.githubusercontent.com/raf181/Arma3-Config/main/config.cfg
nano config.cfg
./arma3server_x64 -config=config.cfg