Home/ Guides/ Enshrouded/ Server Settings Explained
🌫️ Enshrouded · Server Settings

Enshrouded Server Settings Explained

Enshrouded keeps its whole dedicated-server config in one file — enshrouded_server.json — holding the name and ports, a big block of gameSettings difficulty factors, and the roles that decide who can build, loot chests, and admin the world. Here's every setting that matters in plain English, including the one switch (gameSettingsPreset) that silently throws away all your tuning if you forget it.

Keys & defaults checked against the current GamesOMG generator · last verified June 2026
Jump to a section
⚙️
Don't want to hand-edit config files?
This page explains what each setting does. To actually build your server, the Enshrouded config generator turns these into a properly-nested, valid enshrouded_server.json — it gates the gameplay factors behind the Custom preset for you, enters day/night and the hunger timer in plain minutes (converting to the game's nanoseconds on the way out), and lays out the roles-and-passwords table. No counting braces, no wrong number of zeros.
🪪

Server & Network

The browser name, ports, and player cap — the basics that get your server listed and reachable.

SettingWhat it doesDefaultRecommended
nameThe name shown in the in-game server browser. Default is what every unconfigured server is called, so change it or get lost among a hundred identical entries.Enshrouded Serveryour name
passwordOptional single password for the whole server. Most admins leave it blank and gate access with the per-role passwords below instead. ⚠ verify against your host — it may not appear in a freshly generated file.(blank)blank
gamePortUDP port the game traffic runs on. Forward it on your router and open the firewall. Must differ from queryPort or the server won't start.1563615636
queryPortUDP port the Steam server list pings for info (name, player count). Default is one above the game port. Forward it too or the server shows empty / not at all.1563715637
slotCountHow many players can be on at once. Hard cap is 16 — the game won't go higher. Each player works the box harder, so set what your hardware can run.1616
The port clash: gamePort and queryPort must be different values — setting them equal stops the server booting. Forward and open both UDP ports, not just the game port, or the server runs but never appears in the browser.
💬

Chat & Voice

In-server text and voice chat — both off by default.

SettingWhat it doesDefaultRecommended
enableVoiceChatIn-game voice chat. Off by default. Turn it on for a casual public server; most organised groups use Discord and leave it off.falsefalse
voiceChatModeProximity (default) = hear only nearby players; Global = everyone hears everyone server-wide. Only matters when voice chat is on.ProximityProximity
enableTextChatIn-game text chat. Off by default. Harmless to enable so players without voice can still talk in-game.falsefalse
🎚️

Difficulty Preset

The single field that decides whether every gameplay factor below does anything at all. Read the tip before you tune one slider.

SettingWhat it doesDefaultRecommended
gameSettingsPresetPicks a built-in difficulty (Default, Relaxed, Hard, Survival) or Custom. Every factor in the sections below ONLY applies when this is Custom — on any named preset the server uses Keen's values and ignores your tuning.DefaultCustom
The #1 "my settings didn't apply" trap: gameSettingsPreset must be set to Custom or the server silently ignores every gameSettings factor and uses the named preset's built-in values instead. Set it first. A few more things that bite: gamePort and queryPort must differ; the three duration fields (hunger→starving, day length, night length) are entered in minutes but stored as nanoseconds; perkUpgradeRecyclingFactor is the one factor that defaults to 0.5, not 1.0; and set a password on the Admin role or anyone can join as admin.
🧝

Player

How tough and capable your players are. All default to 1.0 (vanilla). Requires the Custom preset.

SettingWhat it doesDefaultRecommended
playerHealthFactorMultiplier on player max health. Higher makes players tankier (forgiving for newcomers); lower bites in deeper biomes.1.01.5
playerManaFactorMultiplier on player max mana — the resource behind spells and ranged charges. Raise for spammier casting, lower to make it a careful resource.1.01.0
playerStaminaFactorMultiplier on player max stamina (sprint, dodge, melee). Higher means more aggressive uptime and longer sprints.1.01.0
playerBodyHeatFactorHow well players hold body heat against cold-biome drain. Higher softens the cold-survival pressure. Steps 0.5 / 1 / 1.5 / 2.1.01.0
playerDivingTimeFactorHow long players can stay underwater before drowning. Raise it for maps with a lot of deep-water exploration.1.01.0
🍖

Survival & Needs

Durability, hunger, and time in the Shroud — the survival-pressure dials. Requires the Custom preset.

SettingWhat it doesDefaultRecommended
enableDurabilityWhen on (default), weapons, tools and armour wear out and need repairing. Turn off for a no-maintenance server where gear never degrades.truefalse
enableStarvingDebuffOff by default. When on, letting food run all the way out applies a real health-drain penalty, making eating genuine upkeep. The hunger timer only matters when this is on.falsefalse
foodBuffDurationFactorHow long the buffs from cooked food last. Higher means cooking less often (convenience); 1.5–2× is a nice quality-of-life bump.1.01.5
fromHungerToStarvingMinutes between "hungry" and "starving". Entered in minutes (the file stores nanoseconds). Only matters when the Starving Debuff is on.10 min10 min
shroudTimeFactorHow long players survive inside the Shroud before the timer kills them. A core difficulty lever specific to this game — higher gives breathing room to explore Shroud zones.1.01.0
🌗

World, Time & Weather

Day/night length, weather, and the Shroud curse. Day and night are entered in minutes. Requires the Custom preset.

SettingWhat it doesDefaultRecommended
dayTimeDurationReal minutes of in-game daytime per cycle. Entered in minutes (stored as nanoseconds). Longer days = more comfortable build/explore time before night.30 min30 min
nightTimeDurationReal minutes of in-game night per cycle (nights are shorter than days by default). Entered in minutes; drop it if dark stretches feel like a slog.12 min12 min
weatherFrequencyHow often harsh weather rolls in. Normal default; Disabled turns events off, Rare calms them, Often cranks them. Mostly atmosphere/visibility.NormalNormal
curseModifierChance of a Shroud curse when you go down in the Shroud. Normal default; Easy effectively off; Hard roughly doubles it. ⚠ verify — in-game labels (Off/Default/High) differ from these file values.NormalNormal
enableGliderTurbulencesOn by default — wind gusts buffet the glider so long flights take handling. Turn off for smooth, predictable gliding (a lot of players prefer this on big maps).truefalse
⚔️

Enemies & Combat

Spawn density, enemy and boss strength, and how aggro works — the core combat difficulty. All default to 1.0 / Normal. Requires the Custom preset.

SettingWhat it doesDefaultRecommended
randomSpawnerAmountHow many enemies populate the world. Normal default; Few thins them for building, Many/Extreme crowd the map. ⚠ verify the exact enum casing against your build.NormalNormal
aggroPoolAmountHow many enemies can attack you at once. Few makes them queue up and take turns (much easier); Many/Extreme let a whole pack pile on. One of the biggest real difficulty levers.NormalNormal
enemyDamageFactorMultiplier on normal-enemy damage. The most direct "how deadly is the world" dial. 0.5–0.75 for forgiving, past 1.0 for punishing.1.00.75
enemyHealthFactorMultiplier on normal-enemy health — how long they take to kill. Higher = longer, attritional fights; lower lets you carve through trash mobs.1.01.0
enemyStaminaFactorHow long enemies keep attacking before recovering. Higher = relentless pressure with fewer openings; a subtler dial than damage/health.1.01.0
enemyPerceptionRangeFactorHow far enemies notice you. Higher makes stealth near-impossible; lower lets you sneak past or pick engagements. Drop it for an exploration-friendly server.1.01.0
bossDamageFactorMultiplier on boss damage, separate from normal enemies. Tune independently to keep the open world casual but bosses demanding.1.01.0
bossHealthFactorMultiplier on boss health — how long boss fights last. Raise for a group-oriented fight; lower if duos/solos find bosses a slog.1.01.0
threatBonusHow readily enemies lock onto and stick to a target. Higher = more reactive, tenacious world; a flavour dial most leave at default.1.01.0
pacifyAllEnemiesOff by default. When on, enemies stop attacking entirely — a fully peaceful world for building or screenshotting. Overrides the combat factors above.falsefalse
tamingStartleRepercussionWhat happens to taming progress when an animal is startled mid-tame. LoseSomeProgress default; KeepProgress forgiving; LoseAllProgress punishing.LoseSomeProgressKeepProgress
💀

Death Penalty

What you drop when you die. Requires the Custom preset.

SettingWhat it doesDefaultRecommended
tombstoneModeAddBackpackMaterials (default) drops a recoverable tombstone with backpack materials; Everything is full-loot (drop the lot, run back); NoTombstone keeps your inventory on death (softest).AddBackpackMaterialsAddBackpackMaterials
📈

Gathering, Economy & XP

Mining, farming, crafting, perks and experience — the progression-pace dials. Where boosted servers do most of their tuning. Requires the Custom preset.

SettingWhat it doesDefaultRecommended
miningDamageFactorHow fast you chew through terrain and ore. A near-universal comfort tweak since voxel mining is slow at vanilla rates.1.01.5
plantGrowthSpeedFactorHow fast farm crops grow. Raise so the farm keeps up without babysitting; pairs well with longer food-buff duration.1.01.5
resourceDropStackAmountFactorHow much you get per gathered resource — the headline "boosted server" dial. 2× roughly halves grind time without trivializing it.1.02.0
factoryProductionSpeedFactorHow fast production stations (kilns, smelters) churn through queues. Higher means less waiting on the furnace — much-appreciated on busy servers.1.01.5
perkCostFactorMultiplier on materials to craft and apply gear perks. Lower is cheaper. Drop it so experimenting isn't a heavy resource sink.1.00.5
perkUpgradeRecyclingFactorFraction of materials returned when recycling a perk. The one factor that defaults to 0.5, not 1.0. Raise toward 1.0 so swapping perks costs almost nothing.0.51.0
experienceCombatFactorMultiplier on XP from fighting. Raise for faster levelling; the three XP factors are independent so you can favour one source.1.01.0
experienceMiningFactorMultiplier on XP from mining. Can go to 0 to make mining purely about materials — handy to stop XP farming on a boosted gather rate.1.01.0
experienceExplorationQuestsFactorMultiplier on XP from exploring and quests. Raise to reward map-clearing over grinding — a fit for an exploration server.1.01.0
fishingDifficultyHow hard the fishing mini-game is. Normal default, scaling VeryEasy to VeryHard. A side-activity dial.NormalNormal
🔑

Roles & Permissions

Enshrouded gates access through roles, not one server password. Each role has its own join password; whoever connects with it gets that role's rights.

SettingWhat it doesDefaultRecommended
Admin roleFull control — kick/ban, all building and world editing, every chest. Set a password (blank by default): anyone who connects with it becomes an admin. This is you and your staff.name Admin, password blank, all can* Onstrong password
Friend roleTrusted regulars — can edit/extend base, edit world, and access chests, but no kick/ban. Set a password and hand it to your regulars.name Friend, password blank, all but kick/ban Onshared password
Guest roleDrop-ins — play and explore, but can't touch bases, chests, or the world (every can* is Off). A blank Guest password is what lets anyone in harmlessly; the safe public default.name Guest, password blank, all can* Offblank password
password (per role)The join password that grants a role. Blank by default for all three — a role with no password is open to anyone, so at minimum set the Admin one.(blank)set Admin+Friend
canKickBan / canAccessInventories / canEditBase / canExtendBase / canEditWorldThe five per-role permission toggles: moderation, shared chests, building inside bases, extending the build boundary, and terraforming the open world. canEditWorld is the newer key some old configs lack.Admin all On · Guest all Offkeep defaults
reservedSlotsSlots held open for a role so staff/regulars can always get in when the server is full. Default 0; they count against your total Player Slots.00
Blank password = open role. All three roles ship with no password, so until you set one, anyone can claim Admin. At minimum set a long, private Admin password and share it only with staff. Enshrouded supports up to ten roles; the generator carries any extra roles from a pasted config through untouched.

Enshrouded Server Settings FAQ

How do I change Enshrouded server settings?
Everything lives in one file: enshrouded_server.json, in your server's install folder next to enshrouded_server.exe (or under "Configuration Files" on a managed host like Nitrado or GPORTAL). It holds the name and ports, a gameSettings block of difficulty factors, and a userGroups array of roles. Stop the server, edit or replace the file, then restart — Enshrouded reads it on boot and can overwrite live edits on shutdown. Easiest path: build it with the generator and paste it in.
Why don't my custom Enshrouded settings apply?
Almost always the Custom-preset trap. The whole gameSettings block — every health, enemy, boss, gathering and XP factor — is only read when gameSettingsPreset is set to Custom. Left on Default, Relaxed, Hard or Survival, the server uses Keen's built-in preset values and silently ignores everything you tuned. Set the preset to Custom first, then your factors take effect. The generator warns you the moment a factor is changed without Custom selected.
What are the best settings for a casual co-op Enshrouded server?
Set gameSettingsPreset to Custom (required), then a gentle boost: resourceDropStackAmountFactor 2×, miningDamageFactor and factoryProductionSpeedFactor ~1.5×, enemyDamageFactor ~0.75, and enableDurability off if you want zero gear upkeep. Keep tombstoneMode on AddBackpackMaterials so death still stings a little. Tune day/night length to taste — both are entered in minutes.
How do passwords and roles work in Enshrouded?
Enshrouded doesn't use a single server password the way most games do — access is handled through roles (userGroups). Each role (Admin, Friend, Guest by default) has its own join password and a set of permissions, and whichever password a player connects with decides their role and rights. Passwords are blank by default, so a role with no password is open to anyone — at minimum set a strong Admin password. The five permissions are kick/ban, chest access, edit base, extend base, and edit world (the newer canEditWorld covers terraforming outside bases).
What ports does an Enshrouded server use?
Two UDP ports: gamePort (default 15636) for game traffic and queryPort (default 15637) for the Steam server-list ping. Forward and open both on your router and firewall. Critically, they must be different values — setting queryPort equal to gamePort stops the server starting. Forget to forward the query port and the server runs but shows up empty or not at all in the browser.
Why is my day/night length wrong after hand-editing?
Because three settings — fromHungerToStarving, dayTimeDuration and nightTimeDuration — are stored in enshrouded_server.json in nanoseconds, which is why hand-edited configs so often have the wrong number of zeros (1 minute = 60,000,000,000 ns). The default cycle is 30-minute days and 12-minute nights. The generator lets you enter all three in plain minutes and does the conversion for you.