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

  1. In the XGamingServer Panel, click Arma Reforger Config
  2. Go to the Game tab
  3. Toggle Cross Platform on
  4. Under Supported Platforms, enable PC, Xbox, and/or PlayStation
  5. Click Save Changes

Via config.json

"game": {
    "crossPlatform": true,
    "supportedPlatforms": ["PLATFORM_PC", "PLATFORM_XBL", "PLATFORM_PSN"],
    "supportedGameClientTypes": ["PLATFORM_PC", "PLATFORM_XBL"]
}

Platform Options

PlatformValue
PC (Steam)PLATFORM_PC
XboxPLATFORM_XBL
PlayStationPLATFORM_PSN

⚠️ Important: PLATFORM_PC is 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"]

How is this guide?

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

On this page