Anleitung in Ihrer Sprache nicht verfügbar

Diese Anleitung ist in der gewählten Sprache noch nicht verfügbar. Wir arbeiten daran und werden sie so bald wie möglich aktualisieren. In der Zwischenzeit können Sie die Anleitung auf Englisch lesen.

    7 Days to Die
    Ace of Spades
    Altis Life
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    ARK: Survival of the Fittest
    Arma 3
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Chivalry 2
    Chivalry: Medieval Warfare
    Citadel
    Conan Exiles
    Core Keeper
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    Day of Dragons
    DayZ
    Dead Matter
    Dirty Bomb
    Don't Starve Together
    Dune: Awakening
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 13
    Farming Simulator 15
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Frozen Flame
    Garry's Mod
    Half-Life 2
    Hell Let Loose
    Jedi Knight 2
    KAG
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    Medieval Engineers
    Minecraft
    Mordhau
    Myth of Empires
    Onset
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    REND
    Rust
    Satisfactory
    SCUM
    Sky Noon
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Staxel
    Terraria
    The Forest
    The Isle
    Unreal Tournament 2004
    Unturned
    V Rising
    Valheim
    Wreckfest
    Ylands
  • webinterface
    • Account
      Andere Dienstleistungen
      FTP
      Kundendienst
  • WEBINTERFACE
    1. startseite /
    2. guides /
    3. install mods on a arma reforger server en

    Guides

    Kategorie A-Z
    Arma Reforger
    Gameserver
    Mod
    mod-not-working
    question
    top10
    Wiki

    Install Mods on a Arma Reforger Server

    Install Mods on a Arma Reforger Server


    Arma Reforger Banner

    Rent a prepaid Arma Reforger Gameserver now at nitrado.net

    Here we show you how to install mods on your dedicated Arma Reforger server. We will use the official mod “Capture and Hold” as an example. These instructions can also be applied to any other mod.

    Preparation

    • Start your game and click on “Workshop” in your game client.

    Arma Reforger Workshop

    • Search for the mods you want, using the search filter (top right) or scroll through the pages.
    • Make a note of the name `Capture & Hold` and the version `1.0.0`. We will need it later.

    Capture & Hold Mod Screenshot

    • Click on the desired mod and on the following page, click “Download” to confirm the download.

    Download Mod Confirmation

    • Go to the folder “My Games/ArmaReforger/addons” in your PC’s Documents folder. Here, you will find all your Workshop mods.

    Arma Reforger Addons Folder

    • If there are several mods and you’re unsure, open the folder and compare the images with those from the Workshop.

    Comparing Mod Images

    • Once you’ve found the correct mod, write down the folder name. In our case, it’s `591AF5BDA9F7CE8B`—this is the mod ID.

    Now we should have the following information:

    { "modId": "591AF5BDA9F7CE8B", "name": "Capture & Hold", "version": "1.0.0" }

    Adding the mods

    • Open your game server’s web interface and go to “Settings > Configuration files”.
    • In the window that opens, edit the “config.json” and look for the following section:
    , "mods": [] }
    • Enter the data for your mod in the square brackets:
    { "modId": "591AF5BDA9F7CE8B", "name": "Capture & Hold", "version": "1.0.0" }
    Example Description Code
    Example for only 1 mod This is how it should look for our example
    { "mods": [ { "modId": "591AF5BDA9F7CE8B", "name": "Capture & Hold", "version": "1.0.0" } ] }
    Example for several mods (with at least 2 mods) Separate them with a comma (,)
    { "mods": [ { "modId": "abcd3995-b1d9-473d-aa11-0836c0a595ad", "name": "WeaponSwitching", "version": "1.0.1" }, { "modId": "efgh3995-b1d9-473d-aa11-0836c0a595ad", "name": "Explosive Goats beta", "version": "0.5.42" } ] }

    Adding the mission

    • Open your game server’s web interface and go to “Settings > General”, and enter the desired scenario.
    • Alternatively, go to “Settings > Configuration Files” and edit the “scenarioId” in the “config.json”.

    A list of all related scenarios can be found in this wiki article: Missions in Arma Reforger.

    • Enter the data from your mod in the square brackets.

    Your configuration should now look something like this:

    {
        "dedicatedServerId": "nitrado_XXXXX",
        "region": "EU-FFM",
        "gameHostBindAddress": "XXX.XXX.XXX.XXX",
        "gameHostBindPort": XXXXXX,
        "gameHostRegisterBindAddress": "XXX.XXX.XXX.XXX",
        "gameHostRegisterPort": XXXXX,
        "game": {
            "name": "Capture and Hold - Camp Blake - by Nitrado.net",
            "password": "",
            "scenarioId": "{6EA2E454519E5869}Missions/CAH_Military_Base.conf",
            "playerCountLimit": 10,
            "visible": true,
            "gameMode": "",
            "gameProperties": {
                "serverMaxViewDistance": "1600",
                "battlEye": true
            },
            "mods": [
                { "modId": "591AF5BDA9F7CE8B", "name": "Capture & Hold", "version": "1.0.0" }
            ]
        }
    }
    

    Checking your configuration

    • You can copy your complete configuration and paste it on this page: https://jsonlint.com/
    • If everything is correct, you should see a confirmation message.

    JSON Validation Confirmation

    • Now restart your server and enjoy the Capture and Hold mode on it.

    Once your mods are installed and the mission is added, you’re ready to enjoy a fully customized Arma Reforger experience with your friends. Happy gaming!


    Get Arma Reforger Server Hosting now!


    FAQ – Installing Mods on Your Arma Reforger Server

    How do I install mods on my Arma Reforger server using Nitrado?

    1. Start Arma Reforger and open the Workshop tab.
    2. Search for and download your desired mod.
    3. Go to your PC folder: Documents/My Games/ArmaReforger/addons.
    4. Find the folder name (e.g., 591AF5BDA9F7CE8B)—this is the mod ID.
    5. In the Nitrado web interface, go to Settings > Configuration Files and edit config.json.
    6. Add the mod under the “mods” section like so:
      "mods": [
        {
          "modId": "591AF5BDA9F7CE8B",
          "name": "Capture & Hold",
          "version": "1.0.0"
        }]
    7. Save and restart your server.

    Where do I find the mod ID for a mod I downloaded?

    Open Documents/My Games/ArmaReforger/addons on your PC. Each folder corresponds to a downloaded mod. You can identify the right one by comparing the images with the mod’s Workshop page. The folder name (e.g., 591AF5BDA9F7CE8B) is the mod ID you’ll need.

    How do I add a mission like Capture and Hold to my server?

    • Go to your server settings > General or edit scenarioId directly in config.json.
    • Use the correct mission ID. For example, for Capture and Hold – Camp Blake:
      "scenarioId": "{6EA2E454519E5869}Missions/CAH_Military_Base.conf"
    • Save and restart your server.

    My mods aren’t working—what could be wrong?

    Common causes include:

    • Incorrect mod ID or version number
    • Syntax errors in config.json – use JSONLint to validate your configuration.
    • Mod missing from your local folder or not properly downloaded
    • Mod conflicts or outdated versions

    Double-check your mod entry in “mods” and ensure it’s inside the “game” section in config.json.

    How do I validate my Arma Reforger config.json file?

    Copy the entire contents of your config.json and paste it into https://jsonlint.com. If it’s correctly formatted, you’ll get a green confirmation. Otherwise, JSONLint will show you what needs fixing.

    Can I install multiple mods?

    Yes. In config.json, list them separated by commas:

    "mods": [
      {
        "modId": "591AF5BDA9F7CE8B",
        "name": "Capture & Hold",
        "version": "1.0.0"
      },
      {
        "modId": "abcd3995-b1d9-473d-aa11-0836c0a595ad",
        "name": "WeaponSwitching",
        "version": "1.0.1"
      }]

    What’s the correct structure for a working config.json?

    Your config.json should look like this:

    {
      "dedicatedServerId": "nitrado_XXXXX",
      "region": "EU-FFM",
      "gameHostBindAddress": "XXX.XXX.XXX.XXX",
      "gameHostBindPort": 12345,
      "gameHostRegisterBindAddress": "XXX.XXX.XXX.XXX",
      "gameHostRegisterPort": 12345,
      "game": {
        "name": "Capture and Hold - Camp Blake - by Nitrado.net",
        "password": "",
        "scenarioId": "{6EA2E454519E5869}Missions/CAH_Military_Base.conf",
        "playerCountLimit": 10,
        "visible": true,
        "gameMode": "",
        "gameProperties": {
          "serverMaxViewDistance": "1600",
          "battlEye": true
        },
        "mods": [
          {
            "modId": "591AF5BDA9F7CE8B",
            "name": "Capture & Hold",
            "version": "1.0.0"
          }
        ]
      }}

    Preparation

    Adding the mods

    Adding the mission

    Checking your configuration

    FAQ – Installing Mods on Your Arma Reforger Server

    - How do I install mods on my Arma Reforger server using Nitrado?

    - Where do I find the mod ID for a mod I downloaded?

    - How do I add a mission like Capture and Hold to my server?

    - My mods aren’t working—what could be wrong?

    - How do I validate my Arma Reforger config.json file?

    - Can I install multiple mods?

    - What’s the correct structure for a working config.json?

    Diesen Artikel teilen


    #Arma Reforger
    #Gameserver
    #Mod
    #mod-not-working
    #question
    #top10
    #Wiki
    12/1/2022

    Hol dir jetzt deinen eigenen Gameserver.

    Gameserver bestellen
    1. startseite /
    2. guides /
    3. install mods on a arma reforger server en
    Bezahle wie du willst
    Klarna Payment Badge
    Unsere Mitgliedschaften
    game - Verband der deutschen Games-Branche RIPE NCC - Ripe Network Coordination Centre Women in Games
    v1.30.0-168-g6f64a707 © 2025 marbis GmbH. Alle Rechte vorbehalten. Alle Preise sind Endpreise inkl. gesetzlicher Umsatzsteuer.