Hide Server from Public List

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

You can hide your Arma Reforger server from the public server list so only players with a direct connection can join. This is useful for private matches, testing, or exclusive community servers.

Hide from Server Browser

Open your server config

On XGamingServer, go to Files in your panel and open your server configuration JSON file.

Set visible to false

In the game section, set visible to false:

server-config.json
"game": {
    "visible": false
}

Save and restart

Save the file and restart your server from the Dashboard.

Your server will no longer appear in the public server browser. Players will need to connect directly using your server's IP address.

How Players Join a Hidden Server

Players can connect to a hidden server using the Direct Connect option:

  1. Open Arma Reforger and go to Multiplayer
  2. Click Direct Connect
  3. Enter your server's IP address and port (found on your panel's Dashboard)
  4. Click Connect

Combine with a Password

For extra security, you can also set a server password so that even players with the IP must enter a password to join:

server-config.json
"game": {
    "visible": false,
    "password": "YourSecretPassword"
}

Make Server Public Again

To show your server in the browser again, set visible back to true:

server-config.json
"game": {
    "visible": true
}

See also: Set a Password | Connect to Your Server | Server Config Reference

If you need help, join our Discord.

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