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
| Setting | Description |
|---|---|
autoSelectMission | Auto-start next mission when players connect |
randomMissionOrder | Randomize mission order |
persistent = 1 | Keep mission running when all players disconnect |
missionsToServerRestart | Restart server process after X mission ends |
Template Naming
The template format is missionName.terrainName — matching the .pbo filename in mpmissions/.
Related Guides
How is this guide?

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