deso

Notes > Setup Arma 3 server on Linux

Install Arma 3 server with steamcmd

steamcmd +force_install_dir /var/games/arma3 +app_update 233780

server.cfg

autoSelectMission = true;
hostname = "Operation Geschmack";
password = "dfir84";
persistent = 1;
BattlEye = 0;
class Missions {
        class MissionRotation1 {
                template = co40_domination_4_65_blufor.Altis;
                difficulty = "Regular";
                class Params {
                        d_TimeOfDay = 18;
                        d_enable_fog = 0;
                        d_launcher_cooldown = 0;
                };
        };
};

Launch the server with mods

./arma3server_x64 -config=server.cfg "-mod=jsrs;blastcore;JSRS-RHS-USAF-Support;JSRS-RHS-AFRF-Support;JSRS-RHS-SAF-Support;JSRS-RHS-GREF-Support;RHSGREF;RHSSAF;RHSUSAF;RHSAFRF"

13:00 03.10.2024