How to Disable BattlEye on Your Arma 3 Server
BattlEye is an anti-cheat system enabled by default on Arma 3 servers. Some server owners disable it for modded or private play sessions. You can toggle it in the server.cfg file through your Game Control Panel. You may also want to add a password to restrict who can join.
Warning: Disabling BattlEye removes protection against cheaters. Only disable it if you are running a private or heavily modded server where BattlEye causes compatibility issues.
Steps
- Log into your Game Control Panel.
- Stop your server if it is currently running.
- Click Configuration Files, then open the Text Editor for the
server.cfgfile. - Locate the
BattlEye =line and change the value from1to0. - Click Save.
- Start your server. BattlEye will no longer run on your server.
Note: To re-enable BattlEye, set the value back to
1, save, and restart.