Skip to content

My configuration for my dedicated arma3 server on linux

License

Notifications You must be signed in to change notification settings

raf181/Arma3-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Arma3 server Dedicated Server Wiki

Really Good video by Zipper:

automated script

wget https://raw.githubusercontent.com/raf181/Arma3-Config/main/auto.sh && chmod +x auto.sh && ./auto.sh

Copy and Paste Instructions:

1. Install SteamCMD

⚠️ You need to install these first sudo, wget Run as the root user:

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

⚠️ Follow the specific steps for your os

Ubuntu: (22.04 LTS)
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
Debian: (12/11)
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
Manually
  1. 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
  1. 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
  1. Create a directory for SteamCMD and switch to it:
mkdir ~/Steam && cd ~/Steam
  1. Download and extract SteamCMD for Linux:
curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -

2. Setup SteamCMD

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

4. Download the config file

wget https://raw.githubusercontent.com/raf181/Arma3-Config/main/config.cfg

5. Use a text editor to modify the config file

nano config.cfg

Run the Arma server with the config:

./arma3server_x64 -config=config.cfg

About

My configuration for my dedicated arma3 server on linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published