How to Set Up Mission Rotation on Your Arma 3 Server

Configure automatic mission rotation in server.cfg on your Arma 3 dedicated server.

Set Up Mission Rotation

Stop the server from Console in the XGamingServer Panel.

Open server.cfg in Files and add:

randomMissionOrder = true;
autoSelectMission = true;

class Missions
{
    class Mission1
    {
        template = "MyMission.Altis";
        difficulty = "Regular";
    };
    class Mission2
    {
        template = "MyMission2.Stratis";
        difficulty = "Veteran";
    };
};

Upload mission .pbo files to the mpmissions/ folder.

Save and start from Console.

Key Settings

SettingDescription
autoSelectMissionAuto-start next mission when players connect
randomMissionOrderRandomize mission order
persistent = 1Keep mission running when all players disconnect
missionsToServerRestartRestart server process after X mission ends

Template Naming

The template format is missionName.terrainName — matching the .pbo filename in mpmissions/.

How is this guide?

40% Off — Limited TimeGet your Arma 3 server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page