---
title: How To Enable Crossplay on Arma Reforger
description: Learn how to enable crossplay for your Arma Reforger server.
source: "https://nodecraft.com/support/games/arma-reforger/how-to-enable-crossplay-on-arma-reforger"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMTkyMHg1NTAvNTk3ZGIxMzBiOS9hcm1hLWxhbmRpbmctc2NyZWVuc2hvdHMtMS0wLTAucG5nL20vIn0seyJuYW1lIjoiZ2FtZV9sb2dvIiwiaW1hZ2VfdXJsIjoiaHR0cHM6Ly9jbXMtYS5ub2RlY3JhZnQuY29tL2YvMTMzOTMyLzIzOTl4NjkxL2M0MmZkYmU3OTUvYXJtYS1yZWZvcmdlcl9sb2dvLXdoaXRlLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgVG8gRW5hYmxlIENyb3NzcGxheSBvbiBBcm1hIFJlZm9yZ2VyIn1d&s=e8eea25dfb7cca49df41e8758cc09b8abd8fcea97743af4b60119c4813258412"
published: "2025-07-16T16:57:55.917Z"
updated: "2025-07-16T16:57:55.873Z"
---

# How To Enable Crossplay on Arma Reforger

Learn how to enable crossplay for your Arma Reforger server.

Want to let **PC and console players join the same Arma Reforger server**? You’ll need to enable **Cross-Platform Play**. This feature is essential for expanding your player base and allowing friends across different platforms to team up. This guide covers both the **easy control panel method** and the **manual config editing method**, depending on your preference.

## Using the Control Panel

**Note: Be sure that your Arma Reforger server is fully stopped before making any configuration changes or setting updates!**

1. Navigate to your Arma Reforger server dashboard.
2. Click on the **Game Settings** tab.
3. Locate the setting labeled **Cross Platform**.
4. Toggle it **ON** to allow players from both PC and console to connect.![The Cross Platform setting highlighted for Arma Reforger on a Nodecraft server](https://cms-a.nodecraft.com/f/133932/1031x780/5eb58113c6/crossplatform.png/m/1000x0/smart)
5. Click **Submit** to apply your changes.
6. **Start** your server so the cross-platform can properly apply.

## Using the Server Files

Prefer hands-on editing or don’t have Nodecraft Control Panel access? You can enable cross-platform play via the server config file.

1. Locate your server’s files, at Nodecraft, this will be in the **Server Files** tab.
2. Open the file named `config.json`.
3. Look for the `"game"` section in the JSON file.
4. Change the `crossPlatform` setting to `true`, like this:

  ```language-json
  "game": {
    "crossPlatform": true
    }
  ```

  ![The crossPlatform setting highlighted in the config.json file for Arma Reforger](https://cms-a.nodecraft.com/f/133932/1562x811/082f176e36/crossplatform-configjson.png/m/1000x0/smart)
5. Save your changes to the `config.json` file.
6. **Start** your server to apply the new setting.

---

## Conclusion

Enabling **cross-platform play** on your Arma Reforger server helps create a more inclusive and populated gameplay experience. Whether you’re using the **Nodecraft control panel** or editing the **config.json** file manually, setup only takes a few minutes.

## Need Help?

If you have questions or run into any issues, our support team is here to help! Reach out using the support widget on our website or visit our **[support center](https://nodecraft.com/support)** for further assistance.
