Disable or Limit AI on Your Arma Reforger Server
Disable AI completely or set a maximum AI character cap on your Arma Reforger dedicated server to improve performance or create PvP-only servers.
Arma Reforger scenarios like Conflict include AI soldiers by default. You can either disable AI entirely (for pure PvP servers) or set a cap on the number of AI characters to control server load.
Disable AI Completely
Go to the Optional tab
Find the Operating settings section.
Save and restart
Click Save Changes and restart from Console.
Edit config.json
In Files, open config.json and add to the operating section:
"operating": {
"disableAI": true
}Note: This completely disables all AI on the server. No AI characters will spawn in any scenario, even Conflict.
Limit AI Count
Instead of disabling AI entirely, set a maximum number:
"operating": {
"aiLimit": 50
}No system can spawn new AI once this limit is reached. Set to -1 to remove the limit entirely.
Tip: You can also set the AI limit via the
-aiLimitstartup parameter, which overrides the config value.
Recommended AI Limits
| Server Size | Suggested AI Limit |
|---|---|
| 16 players | 30–50 |
| 32 players | 50–80 |
| 64 players | 80–100 |
| 128 players | 50–80 (reduce for performance) |
Reducing AI count significantly improves server performance, especially on large player-count servers. AI consumes more CPU per entity than players. See the Performance Guide for more tuning tips.
Related Guides
How is this guide?

How to Enable Crossplay on Your Arma Reforger Server
Configure crossplay between PC, Xbox, and PlayStation on your Arma Reforger dedicated server.
Disable Third-Person View on Your Arma Reforger Server
Force first-person only on your Arma Reforger dedicated server for a more immersive and competitive experience.
