How to Hide Your Arma Reforger Server from the Public List

Make your Arma Reforger server private by hiding it from the public Community server browser.

Hide your server from the public Community browser so only players with a direct IP can join. Useful for private matches, testing, or invite-only community servers.

Open the Config Editor

In the XGamingServer Panel, click Arma Reforger Config in the sidebar.

Config Tool in the sidebar

Toggle Visible off

Find the Visible toggle and switch it off.

Config Editor Game tab with Visible toggle

Save and restart

Click Save Changes and restart from Console.

Edit config.json

In Files, open config.json and set:

"game": {
  "visible": false
}

How Players Join a Hidden Server

Hidden servers don't appear in the Community browser, but players can still connect via Direct Join:

  1. Open Arma Reforger and go to Multiplayer
  2. Click Community > Direct Join
  3. Enter your server's IP and port (e.g., 123.45.67.89:2001)
  4. Click Connect

Combine with a Password

For maximum privacy, combine hidden visibility with a server password — players need both the IP and the password to connect:

"game": {
  "visible": false,
  "password": "YourSecretPassword"
}

Make the Server Public Again

To return the server to the public browser, set visible back to true:

"game": {
  "visible": true
}

Save and restart.

How is this guide?

40% Off — Limited TimeGet your Arma Reforger server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server

On this page