How to Enable Crossplay on Your Arma Reforger Server
Configure crossplay between PC, Xbox, and PlayStation on your Arma Reforger dedicated server.
Arma Reforger supports full crossplay between PC (Steam), Xbox, and PlayStation. You enable it via the Config Editor by toggling Cross Platform and selecting which platforms can join.
Important:
PLATFORM_PCis always required — Arma Reforger does not allow console-only servers.
Select supported platforms
Under Supported Platforms, enable the platforms you want to allow:
- PC (always required)
- Xbox
- PlayStation
Save and restart
Click Save Changes and restart from Console.
Edit config.json
In Files, open config.json:
"game": {
"crossPlatform": true,
"supportedPlatforms": [
"PLATFORM_PC",
"PLATFORM_XBL",
"PLATFORM_PSN"
],
"supportedGameClientTypes": [
"PLATFORM_PC",
"PLATFORM_XBL"
]
}Platform Values
| Platform | Value |
|---|---|
| PC (Steam) | PLATFORM_PC |
| Xbox | PLATFORM_XBL |
| PlayStation | PLATFORM_PSN |
Common Configurations
PC Only (No Crossplay)
"crossPlatform": false,
"supportedPlatforms": ["PLATFORM_PC"]PC + Xbox
"crossPlatform": true,
"supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBL"]PC + PlayStation
"crossPlatform": true,
"supportedPlatforms": ["PLATFORM_PC", "PLATFORM_PSN"]All Platforms
"crossPlatform": true,
"supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBL", "PLATFORM_PSN"]Important Notes
- PC must always be in the list — even if you only want console players, PC is required
- Console players cannot use mods — if your server runs mods, only PC players can join
- BattlEye is mandatory for crossplay servers
- Xbox and PlayStation use partner certification — server browser listings can take longer to appear for console players
Related Guides
How is this guide?

BattlEye Anti-Cheat Configuration on Your Arma Reforger Server
Configure BattlEye anti-cheat on your Arma Reforger dedicated server, including RCon port and password customization.
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.

