Winter-Deal Save 50% on your game server and get a free Teamspeak server included.

Language & Currency

Currency

Arma Reforger: Your game, your server

Arma Reforger Rent server
from 9.89
AUD /month
from 11.72
BGN /month
from 36.02
BRL /month
from 8.90
CAD /month
from 5.66
CHF /month
from 45.61
CNY /month
from 150.01
CZK /month
from 44.68
DKK /month
from 5.99
EUR /month
from 4.98
GBP /month
from 48.85
HKD /month
from 45.14
HRK /month
from 2,413.67
HUF /month
from 101,712.00
IDR /month
from 22.37
ILS /month
from 543.95
INR /month
from 882.33
ISK /month
from 958.94
JPY /month
from 9,041.91
KRW /month
from 127.67
MXN /month
from 27.84
MYR /month
from 69.79
NOK /month
from 10.99
NZD /month
from 362.32
PHP /month
from 24.95
PLN /month
from 29.81
RON /month
from 702.03
RUB /month
from 67.35
SEK /month
from 8.42
SGD /month
from 211.08
THB /month
from 227.31
TRY /month
from 6.28
USD /month
from 115.34
ZAR /month
from 12.89
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