How to Configure Missions for your ARMA 3 Server

Arma 3 missions provide scenarios or campaigns which help keep the content on your server fresh. In some cases, an Arma 3 server owner may wish to configure a single mission to be active on their server at all times. This situation may apply to you if you intend on using a persistent mission for your server.

Before you can configure a single mission or mission cycle on your Arma 3 server, you must first locate your desired mission files locally and then upload them to your server.


Finding your Local Mission Files

After downloading custom missions or loading vanilla ones, their .pbo files can be found in the MPMissionsCache.

  1. Press Win + R on your keyboard to open a Run window.
  2. Enter %localappdata%, then press ok.
  3. In the opened directory, navigate to the /Arma 3/MPMissionsCache/
  4. Locate your desired missions .pbo file.

Uploading a Mission File to your Server

After locating your desired mission .pbo file(s), you'll need to upload them to your mpmissions folder on your server.

  1. Navigate to your control panel and Stop your server.
  2. Access your server files via FTP, we recommend using Filezilla.
  3. Navigate to the /mpmissions directory.
  4. Upload your local mission file (.pbo) to the mpmissions directory.

Configuring a Single Mission

To configure a single active mission on your Arma 3 server, you will have to define the mission in your server.cfg file.

  1. Access your control panel and Stop your server.
  2. Navigate to Files > Config Files.
  3. Click Server Config.

  4. Copy and paste the following code block at the bottom of the file.
    class Missions
    {
    	class TestMission01
    	{
    		template = MAP NAME;
    		difficulty = "veteran";
    		class Params {};
    	};
    }​;
  5. Replace MAP NAME with the name of the mission file without the .pbo.
  6. Click Save and Start your server.

To learn more about Arma 3 server hosting, you can browse our library of Knowledgebase articles here.

If you require any further assistance, please contact our support at: https://shockbyte.com/billing/submitticket.php

Mitchell Smith

Managing Director @ Shockbyte

  • 12 Users Found This Useful
Was this answer helpful?

Related Articles

How to Disable BattlEye on your ARMA 3 Server

Depending on how your Arma 3 server is configured, it may become necessary to disable BattlEye...

How to Join your ARMA 3 Server

Once your Arma 3 server is configured the way you would like it to be, you're ready to join. We...

How to Change the Name of your ARMA 3 Server

One way to locate your Arma 3 server is by using the in-game public server browser. To locate...

How to Add an Administrator on your ARMA 3 Server

Adding an administrator to your Arma 3 server grants the specified player the ability to perform...

How to Kick/Ban Players on your ARMA 3 Server

When running a public Arma 3 server, you may encounter situations where a player is disrupting...