Install Workshop Mods on Your Arma 3 Server
Installing mods on your Arma 3 server is straightforward using the Steam Workshop integration in your game control panel. For working with PBO files directly, see the guide on PBO files.
Automated Method (Recommended)
- Log into your game control panel.
- Click the Steam Workshop icon on the left-hand side of your panel.
- Find the mods you want to install and click Install. You can also install an entire Workshop collection.
- Once installed, open the Commandline Manager from within your panel and edit your custom command line.
- Most mods go in the
-Modsparameter. Some mods require the-servermodsparameter instead. The mod's documentation will indicate which is needed. - Enter the mod folder names separated by semicolons. For example, to load three mods:
@MyMod1;@MyMod2;@MyMod3; - Save the command line and click Select on the right-hand side to activate it.
Manual Method
Note: The automated Steam Workshop method above is preferred. Use the manual method only if a mod is not available on the Workshop.
- Set up an FTP client such as FileZilla. See how to use an FTP client for connection details.
- Download the mod or addon pack you want to install.
- Connect to your server via FTP.
- Drag and drop the addon folder (the folder name must start with an
@symbol) into your server's root directory. - Log into your game control panel and open the Commandline Manager.
- On the Custom Commandlines tab, create a new custom command line if you have not already done so.
- Edit your custom command line. Place the mod in the
-Modsparameter or-servermodsparameter as appropriate. - Enter the mod folder names separated by semicolons:
@MyMod1;@MyMod2;@MyMod3; - Save the command line and click Select on the right-hand side to activate it.