How to Enable Crossplay on Your Arma Reforger Server (PC, Xbox, PlayStation)
How to configure crossplay between PC, Xbox, and PlayStation on your Arma Reforger dedicated server.
Via Config Editor
- In the XGamingServer Panel, click Arma Reforger Config
- Go to the Game tab
- Toggle Cross Platform on
- Under Supported Platforms, enable PC, Xbox, and/or PlayStation
- Click Save Changes
Via config.json
"game": {
"crossPlatform": true,
"supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBL", "PLATFORM_PSN"],
"supportedGameClientTypes": ["PLATFORM_PC", "PLATFORM_XBL"]
}Platform Options
| Platform | Value |
|---|---|
| PC (Steam) | PLATFORM_PC |
| Xbox | PLATFORM_XBL |
| PlayStation | PLATFORM_PSN |
⚠️ Important:
PLATFORM_PCis always required — a server cannot be console-only.
Common Configurations
PC Only (No Crossplay):
"crossPlatform": false,
"supportedPlatforms": ["PLATFORM_PC"]PC + Xbox:
"crossPlatform": true,
"supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBL"]All Platforms:
"crossPlatform": true,
"supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBL", "PLATFORM_PSN"]Related Guides
How is this guide?

40% Off — Limited TimeGet your Arma Reforger server todayInstant setup, DDoS protection, and 24/7 support included.
Get a Server