Disable Third-Person View

Force first-person only on your Arma Reforger server for a more immersive and competitive experience.

You can force all players on your server to use the first-person perspective by disabling third-person view. This is popular for realism and competitive servers.

How to Disable Third-Person

Open your server config

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

Set disableThirdPerson to true

In the gameProperties section, add or modify:

server-config.json
"gameProperties": {
    "disableThirdPerson": true
}

Save and restart

Save the file and restart your server from the Dashboard.

All connected players will now be locked to first-person view.

Re-enable Third-Person

To allow third-person again, set the value to false:

server-config.json
"gameProperties": {
    "disableThirdPerson": false
}

See also: Server Config Reference | VON Settings | Configure Your Server

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