---
title: How to Add Workshop Mods to your Arma Reforger Server
description: "Wanting to add mods to your Arma Reforger server? This guide has you covered. "
source: "https://nodecraft.com/support/games/arma-reforger/how-to-add-workshop-mods-to-your-arma-reforger-server-"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMTkyMHg1NTAvNTk3ZGIxMzBiOS9hcm1hLWxhbmRpbmctc2NyZWVuc2hvdHMtMS0wLTAucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzIzOTl4NjkxL2M0MmZkYmU3OTUvYXJtYS1yZWZvcmdlcl9sb2dvLXdoaXRlLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgdG8gQWRkIFdvcmtzaG9wIE1vZHMgdG8geW91ciBBcm1hIFJlZm9yZ2VyIFNlcnZlciJ9XQ&s=85087471642ec43ed893d34698d36d45fa0ba67603cbc1303c6913f03b2aed92"
published: "2025-07-16T16:57:55.917Z"
updated: "2025-07-16T16:57:55.873Z"
---

# How to Add Workshop Mods to your Arma Reforger Server

Wanting to add mods to your Arma Reforger server? This guide has you covered. 

Arma Reforger’s modding community delivers everything from immersive roleplay overhauls to quality-of-life improvements and high-intensity scenarios—all accessible right from the main menu. Server-side mod setup is quick and streamlined, with built-in support for dependencies and one-click JSON exports. If you’re looking to install custom scenarios, check out our dedicated [Scenario Setup Guide](https://www.notion.so/How-to-add-Workshop-Scenarios-to-your-Arma-Reforger-Server-2086668cb86a804181b1fab5f25752e0?pvs=21).

**Note: Always stop your Arma Reforger server before making changes. If the server is online, any changes made will not take effect.**

## Locating Mods

1. Launch **Arma Reforger.**
2. Locate the **Workshop** tab.

![workshop tab in client](https://cms-a.nodecraft.com/f/133932/1870x1059/344bbe652e/workshop-clientside-armareforger.png/m/1000x0/smart)

3. Select the mod you want to install, including any required dependencies.

![selected mod to download](https://cms-a.nodecraft.com/f/133932/1272x953/843b70e0a5/selected-mod-arma.png/m/1000x0/smart)![where to download](https://cms-a.nodecraft.com/f/133932/1250x815/f41e73d85a/download-mod-arma-reforger.png/m/1000x0/smart)![mod toggled](https://cms-a.nodecraft.com/f/133932/1184x406/d8f8e6cb8f/mod-enabled-client.png/m/1000x0/smart)

4. Once installed, click the **Puzzle Icon** in the top-right corner.  
![mods in arma reforger](https://cms-a.nodecraft.com/f/133932/429x88/45f64b30e6/mod-client-side-list.png/m/)

5. Navigate to the **JSON** tab.  
6. Click **Copy to Clipboard** to grab the full mod list in JSON format.

![copy mod info](https://cms-a.nodecraft.com/f/133932/872x671/a8f22e7c3d/mod-info.png/m/)

## Adding Mods

1. Open your Arma Reforger instance panel.
2. Navigate to **Server Files** and open `config.json`.
3. Click **Edit**.

![config.json in server files](https://cms-a.nodecraft.com/f/133932/1857x669/3d105bbee2/config-armaforger.png/m/1000x0/smart)

4. Locate the `"mods": []` section.  
5. Add a new line after the first opening `[` bracket.

![where you place your mods for arma reforger](https://cms-a.nodecraft.com/f/133932/603x835/376feab63b/mod-section-config-armareforger.png/m/)

6. Paste the **JSON array** you copied from the **Workshop**.

![where to past mod info](https://cms-a.nodecraft.com/f/133932/436x166/78785a67e7/mod-pasted.png/m/)

**Note: If you're adding multiple mods, make sure to separate each block with a comma **`,`**, except for the last one.**

7. Select **Save**.  
8. Start your **Arma Reforger** server.

## Troubleshooting

If mods aren’t loading properly:

- Confirm the server was **offline** when you edited the config.
- Double-check the formatting inside the `"mods"` section.
- Verify all required mod IDs, names, and versions were included correctly.

## Need Help?

If you have questions or run into any issues, our support team is here to help! Reach out using the support widget on our website or visit our **[support center](https://nodecraft.com/support)** for further assistance.
