Configure View Distance on Your Arma Reforger Server

Adjust server view distance, network streaming range, and grass distance on your Arma Reforger dedicated server.

Arma Reforger lets you control both client view distance and network streaming range. Higher values look better but increase server and client load.

Configure View Distance

Open the Config Editor

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

Adjust the values

Set view distance, grass distance, and network view distance.

Save and restart

Click Save Changes and restart from Console.

In config.json, add to gameProperties:

"gameProperties": {
  "serverMaxViewDistance": 2500,
  "serverMinGrassDistance": 50,
  "networkViewDistance": 2000
}

Settings Reference

SettingRangeDefaultDescription
serverMaxViewDistance500–100001600Maximum view distance enforced on all clients
serverMinGrassDistance0, or 50–1500Minimum grass rendering distance. Prevents players from disabling grass for an unfair advantage
networkViewDistance500–50001500Maximum network sync range for replicated entities. Beyond this, entities aren't synced to clients

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

Tip: Setting serverMinGrassDistance to 50+ prevents players from gaining an unfair advantage by disabling grass rendering in their client settings — important for competitive servers.

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