Configure View Distance

Adjust server and network view distance settings on your Arma Reforger server for the best balance of visuals and performance.

Arma Reforger lets you control both the client's maximum view distance and the network streaming range. Adjusting these values affects both visual quality and server performance.

View Distance Settings

These settings are configured in the gameProperties section of your server config JSON.

serverMaxViewDistance

  • Range: 500–10000
  • Default: 1600

Sets the maximum view distance for all connected clients. Higher values let players see further but increase client-side load.

server-config.json
"gameProperties": {
    "serverMaxViewDistance": 2500
}

serverMinGrassDistance

  • Range: 0, or 50–150
  • Default: 0

Forces a minimum grass rendering distance on all clients. Set to 0 to not enforce any grass distance.

server-config.json
"gameProperties": {
    "serverMinGrassDistance": 50
}

💡 Tip: Setting a minimum grass distance prevents players from gaining an unfair advantage by disabling grass rendering in their client settings.

networkViewDistance

  • Range: 500–5000
  • Default: 1500

Controls the maximum network streaming range for replicated entities. Entities beyond this distance are not synchronized to clients.

server-config.json
"gameProperties": {
    "networkViewDistance": 1500
}

⚠️ Warning: Setting networkViewDistance higher than serverMaxViewDistance wastes bandwidth — clients can't see what they can't render. Setting it lower causes entities to pop in as players approach.

Server TypeserverMaxViewDistancenetworkViewDistanceserverMinGrassDistance
Infantry focused1600150050
Mixed combat2500200050
Vehicle / long range350030000
Performance priority100010000

How to Configure on XGamingServer

Open your server config

Go to Files in your panel and open your server configuration JSON file.

Edit the gameProperties section

Add or modify the view distance values.

Save and restart

Save the file and restart your server from the Dashboard.

See also: Server Config Reference | Performance Guide

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