RadarHost

Hosting guide

How to set up an Enshrouded dedicated server

Enshrouded's dedicated server comes free with the game and is configured by a single JSON file. That makes it one of the simplest survival servers to stand up, and it has two quirks worth knowing before you start: it is a Windows-only application, and the thing it saves is not the thing your players think it saves.

Updated 7 September 2026

Install it from the Steam Tools section

Keen Games bundle the server with the game. Buying Enshrouded unlocks the dedicated server in the Tools section of your Steam library, which you may have to make visible first by ticking the Tools box in the library filter.

Once it has downloaded, do not use Steam's Launch button. Keen's own instruction is to right click the entry, open Properties, choose Installed Files, click Browse, and start the executable from the folder directly. Run it once and close it. That first run is what creates enshrouded_server.json, the file everything else in this guide is about.

One limitation to plan around rather than fight: Keen state that for now only Windows is supported, with Linux support planned for later. Every Linux path you will find online is a community workaround, not a supported build.

enshrouded_server.json

The config is plain JSON in the same folder as the server executable. Keen document these entries:

EntryDefaultWhat it does
nameEnshrouded ServerThe name players see in the server list.
saveDirectory./savegameWhere the world is written.
logDirectory./logsWhere logs go. Older logs are kept in ./logs/backup.
ip0.0.0.0Set this only if your internal network needs it.
queryPort15637Change it to match your firewall.
slotCount16Player slots. Must be between 1 and 16.
voiceChatModeProximityProximity or Global.
enableVoiceChat, enableTextChatfalseBoth are off until you turn them on.
gameSettingsPresetDefaultDefault, Relaxed, Hard, Survival or Custom.

The presets are worth reading rather than guessing at. Keen describe Default as the direct continuation of how Enshrouded played up to update 0.7.3.0 and the recommendation for first-time players. Relaxed reduces enemies and hands out more resources, aimed at base building. Hard raises the count and the aggression. Survival adds survival mechanics on top of that. Custom opens a long list of individual settings.

Because it is JSON, one missing comma stops the server from starting. If the server will not come up after an edit, check the punctuation before you check anything else.

Ports and getting found

Keen's FAQ answers the port question with one entry: queryPort, 15637 by default, plus the ports Steam itself requires, which they link to rather than restate. The server uses IPv4.

Being reachable and being visible are different problems, and Enshrouded has a specific trap on the second. In the client's Join screen there is a server filter, and dedicated servers only appear when the Show dedicated servers option is switched on there. A crew who cannot see your server should check that before anyone touches a router. Servers can be starred as favourites, which sorts them to the top, and if a server still will not list, Keen's documented fallback is to add it by IP in the Steam client under View, then Game Servers.

To know the server is genuinely up rather than merely running, watch the console or log for Keen's own startup markers: [Session] 'HostOnline' (up)! and the line reporting the transition from Lobby to Host_Online.

What the server saves, and what it does not

This is the part to read twice. Keen state that character save games are not stored on the dedicated server. Character progression is stored only on clients; the world progression is what lives on the server.

In practice that means a full server backup does not protect anyone's character, and a player who loses their own install loses their progress no matter how careful you have been. Tell your group this once, early, rather than after it happens.

On the server side, saves are written every five minutes, one file per game world. Keen also document how the rolling copies work, which is the most useful thing in their whole support section:

  • World save files are named as fixed hexadecimal strings in creation order. The first world is 3ad85aea, the second 3bd85c7d, and so on.
  • Each world keeps ten numbered rolling copies. A new one is made every ten minutes or on shutdown, overwriting the oldest.
  • Each world has an -index file naming the currently active copy under latest. To roll back, edit that number to any value from 0 to 9.

Keen's own warning applies before you touch any of it: copy all the save files first, so a rollback attempt cannot turn into a loss. The _info files alongside them carry things like the world name.

Updates

The server updates through Steam like the game does. Take a copy of savegame before an update, restart cleanly rather than killing the window, and watch for the Host_Online lines on the way back up. There is no headless mode without a console window; Keen confirm the server can run in the background but there is still a command window.

Self-hosting or renting

If you have a Windows machine that can stay on, self-hosting Enshrouded is genuinely easy. One executable, one config file, one port, and the save files are yours to copy anywhere.

The costs are the ordinary ones plus one specific to this game. The machine has to be awake whenever anyone wants to play. Many home connections cannot accept incoming connections at all, whatever you do to the router. Whoever hosts is the person who has to notice a crash. And because there is no supported Linux build, self-hosting here means keeping a Windows machine free for it rather than tucking the server onto whatever spare box you already have.

Renting hands the machine and the restarts to someone else. It does not change the config file, the presets, the port, or the fact that characters live on clients.

Where RadarHost fits

RadarHost rents Enshrouded servers hosted in Beauharnois, Quebec, Canada. There are three plans, Standard, Premium and Diamond, priced in Canadian dollars, with no setup fee and cancel any time. Renting changes who keeps the machine running, not how the game or the settings above behave. After payment, our team reviews the order and emails setup details or next steps within 24 hours. Current plans and prices are on the Enshrouded availability page.

Common questions

Where do I get the Enshrouded dedicated server?

It is bundled with the game. Owning Enshrouded unlocks the dedicated server in the Tools section of your Steam library. Tick the Tools box in the library filter if you cannot see it.

Can I run an Enshrouded server on Linux?

Not on a supported build. Keen Games state that for now only Windows is supported, with Linux support planned for later. Every Linux path you will find is a community workaround.

Which port does an Enshrouded server need?

Keen's FAQ lists queryPort, 15637 by default and changeable in enshrouded_server.json, plus the ports Steam itself requires. The server uses IPv4.

Does a server backup save my character?

No. Keen state that character save games are not stored on the dedicated server. Character progression is stored only on clients; the server holds the world. Tell your group before it matters.

How do I roll an Enshrouded world back?

Each world keeps ten numbered rolling copies, a new one every ten minutes or on shutdown. The world's -index file names the active copy under latest; change it to any value from 0 to 9. Copy all save files first.

Sources

What happens after you order. After payment, our team reviews the order and emails setup details or next steps within 24 hours. Prices are in Canadian dollars, there is no setup fee, and you can cancel any time.

Compare all worlds

Questions this guide did not answer go to the ticket desk. No payment starts from that link.