Is Unturned Crossplay? PC, PS5 and Xbox in 2026
No. A PC server and a console player cannot share a world. Unturned on PC and Unturned Console Edition are separate products running separate server pools, and nothing you configure on a dedicated server changes that. If your group is split across PC and console, you need two groups.
How we know, rather than what people say
This one is settled inside the game rather than by announcement. The PC dedicated server represents a connecting client's platform with an enum called EClientPlatform, and that enum has exactly three members: Windows, Mac and Linux. There is no Xbox value, no PlayStation value, no console value at all. Searching the whole server assembly, 2,615 types, turns up no console platform type anywhere.
It is not a cosmetic label either. That enum has a networking companion with read and write methods, so those three values are what the client and server actually exchange when a connection is established. Three is the whole vocabulary.
That is the practical answer. A console client is not something a PC server has a way to describe, so it is not a matter of a setting being switched off somewhere. The capability was never in this build.
Verified on 17 September 2026 against the Unturned dedicated server we run, Steam buildid 25107012, by reading the platform enum out of the shipped Assembly-CSharp.dll.
What each side can actually do
| Who | Can they play together? |
|---|---|
| PC and PC, across Windows, Mac and Linux | Yes. All three are first-class client platforms on the same server, which is what that enum is for. A Linux player and a Windows player join the same address with no special setup. |
| PC and console | No. Separate products, separate pools, and no shared platform representation. |
| Console and console | Handled entirely inside Console Edition and its own matchmaking. It is not something a dedicated server you rent participates in, so this page will not claim a status it cannot check. |
If your group is split
- Decide which edition the group is on before anyone buys. This is the only real fix. The split is a product boundary, not a configuration problem, and no amount of server setup crosses it.
- Remember that PC means all three desktop platforms. Groups sometimes assume a Mac or Linux friend is the problem when they are not: those players are fully supported on the same server as Windows.
- Do not go looking for a crossplay setting. There is nothing in the server configuration that enables this, and any guide offering one is describing something that does not exist.
Running the PC side well
If the answer above means you are standing up a PC server for the group, the things that actually matter are elsewhere in this wiki: changing the map on a dedicated server, plugins, and the workshop install folder error that catches most people on their first modded server.
Prefer not to run it yourself? Managed Unturned hosting handles updates, backups and Rocket or OpenMod plugin staging, with the same platform reality: PC players on Windows, Mac and Linux, all on one server.