# V Rising Crossplay & PS5 Support (/docs/v-rising/crossplay-info)



import { Step, Steps } from 'fumadocs-ui/components/steps';

Crossplay Status [#crossplay-status]

| Platform          | Crossplay With                |
| ----------------- | ----------------------------- |
| **Steam**         | Epic Games (via EOS)          |
| **Epic Games**    | Steam (via EOS)               |
| **PlayStation 5** | **None** — separate ecosystem |

PC (Steam + Epic) players can play together. PS5 players cannot join PC servers.

Enable Steam + Epic Crossplay [#enable-steam--epic-crossplay]

To let Epic Games Store players find your server, enable EOS (Epic Online Services) listing:

<Steps>
  <Step>
    Open ServerHostSettings.json [#open-serverhostsettingsjson]

    In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**. Navigate to `VRisingServer_Data/StreamingAssets/Settings/` and open `ServerHostSettings.json`.
  </Step>

  <Step>
    Enable EOS listing [#enable-eos-listing]

    Find and set:

    ```json
    "ListOnEOS": true
    ```
  </Step>

  <Step>
    Restart [#restart]

    Restart from **Console**. The server now appears in both Steam and Epic server browsers.
  </Step>
</Steps>

Related Guides [#related-guides]

* [Server Configuration](/docs/v-rising/server-config)
* [Connect to Your Server](/docs/v-rising/join-server)
