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.
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
| Setting | Default | Description |
|---|---|---|
VONDisableUI | false | When true, hides the VON UI indicator showing who's transmitting. Voice chat still works |
VONDisableDirectSpeechUI | false | When true, hides the proximity chat UI indicator (separate from radio VON) |
VONCanTransmitCrossFaction | false | When 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
}Related Guides
How is this guide?

Configure View Distance on Your Arma Reforger Server
Adjust server view distance, network streaming range, and grass distance on your Arma Reforger dedicated server.
How to Wipe & Reinstall Your Arma Reforger Server
Reset your Arma Reforger server config or perform a full reinstall to start from scratch.
