Spring Sale Don't miss: Get a hefty 50% discount on your order

Language & Currency

Currency

Arma Reforger: Your game, your server

Arma Reforger Rent server
from 8.18
AUD /month
from 9.76
BGN /month
from 26.51
BRL /month
from 7.26
CAD /month
from 4.66
CHF /month
from 38.77
CNY /month
from 123.78
CZK /month
from 37.19
DKK /month
from 4.99
EUR /month
from 4.25
GBP /month
from 42.19
HKD /month
from 37.61
HRK /month
from 1,946.25
HUF /month
from 85,464.23
IDR /month
from 19.88
ILS /month
from 449.10
INR /month
from 741.02
ISK /month
from 799.05
JPY /month
from 7,213.54
KRW /month
from 92.61
MXN /month
from 25.57
MYR /month
from 56.41
NOK /month
from 8.83
NZD /month
from 304.65
PHP /month
from 21.79
PLN /month
from 24.84
RON /month
from 584.83
RUB /month
from 56.67
SEK /month
from 7.24
SGD /month
from 192.05
THB /month
from 163.93
TRY /month
from 5.40
USD /month
from 101.31
ZAR /month
from 6.50
date /month

How to install mods for Arma Reforger

In order to install a mod you need its ModID, Name and Version.
You can find all this on the site of the mod on the Arma Reforger Workshop.

Once you have added mods to the configfile of the server, the server will download all mods.
A seperate upload via FTP is not necessary.

Important: Your server must be in Advanced Mode to add mods and you then need to stay in that mode or changes are reverted!

Add mods in config.json

When in Advanced Mode find the following section in config.json

"mods": []

Mods are added like this. You can find all the necessary information on the page of the mod.

"mods": [
    {
        "modId": "591AF5BDA9F7CE8B",
        "name": "Capture & Hold",
        "version": "1.0.3"
    }
]

Multiple mods are added like this:

"mods": [
    {
        "modId": "591AF5BDA9F7CE8B",
        "name": "Capture & Hold",
        "version": "1.0.3"
    },
    {
        "modId": "5614E481506D2979",
        "name": "Sample Mod - New Weapon",
        "version": "1.0.4"
    },
    {
        "modId": "5614E482BF83E310",
        "name": "Sample Mod - New Car",
        "version": "1.0.5"
    }
]

You need to adhere to the JSon syntax or the server will crash on startup.
You can have the syntax checked for correctness on sites like JSONLint.
Copy and paste your config here, the site will then point out errors.

More articles about Arma Reforger