Voice Over Network (VON) Settings on Your Arma Reforger Server

Configure Voice Over Network settings on your Arma Reforger dedicated server to control in-game voice chat behavior.

Arma Reforger has built-in Voice Over Network (VON) for in-game voice chat. You can customize how VON behaves through the gameProperties section of your server config.

Configure VON

Open the Config Editor

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

Go to the Properties tab

Find the VON settings section.

Config Editor Properties tab

Save and restart

Click Save Changes and restart from Console.

In config.json, add to gameProperties:

"gameProperties": {
  "VONDisableUI": false,
  "VONDisableDirectSpeechUI": false,
  "VONCanTransmitCrossFaction": false
}

VON Settings Reference

SettingDefaultDescription
VONDisableUIfalseWhen true, hides the VON UI indicator showing who's transmitting. Voice chat still works
VONDisableDirectSpeechUIfalseWhen true, hides the proximity chat UI indicator (separate from radio VON)
VONCanTransmitCrossFactionfalseWhen true, players can transmit on enemy radios. When false, they can listen but not speak

Common Configurations

Hardcore / Realism Server

Hide all VON UI for maximum immersion:

"gameProperties": {
  "VONDisableUI": true,
  "VONDisableDirectSpeechUI": true,
  "VONCanTransmitCrossFaction": false
}

Casual / Fun Server

Defaults plus cross-faction radio for chaos:

"gameProperties": {
  "VONDisableUI": false,
  "VONDisableDirectSpeechUI": false,
  "VONCanTransmitCrossFaction": true
}

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