serverconfig.xml Settings Reference

Complete reference for every important 7 Days to Die serverconfig.xml setting with recommended values by playstyle.

Last updated: July 2, 2026

4.9

608+ Satisfied Customers

This is a reference guide for the most important settings in your 7 Days to Die server’s serverconfig.xml file. Settings are organized by category with defaults and recommended values.

Editing Your Settings

Many settings can now be changed directly from Server Options in your Game Control Panel, no file editing required. Everything else still requires editing serverconfig.xml through:

  • File Manager - Navigate to the root directory in your Game Control Panel, find serverconfig.xml, and edit in-browser
  • SFTP - Connect via SFTP and edit locally

After making changes through File Manager or SFTP, restart the server for them to take effect. Changes made through Server Options apply automatically on the next restart.

Server Settings

These can be edited on the Server Options page:

SettingDefaultConfigurable ViaDescription
ServerName”A WinterNode Server”Server OptionsName shown in the server browser
ServerDescription”7 Days to Die hosted by WinterNode.com”Server OptionsDescription shown in the server browser
ServerPassword""Server OptionsPassword required to join (blank = no password)
ServerLoginConfirmationText""Server OptionsText shown to players in a confirmation prompt before they join
ServerWebsiteURL”winternode.com”Server OptionsWebsite link shown in the server browser listing
RegionNorthAmericaEastServer OptionsRegion shown in the server browser. Locked to a fixed list of valid regions
LanguageEnglishServer OptionsPrimary language shown in the server browser listing
ServerMaxPlayerCount8Server OptionsMaximum simultaneous players
ServerPort26900serverconfig.xml onlyGame connection port (TCP)
ServerVisibility2serverconfig.xml only0 = not listed, 1 = friends only, 2 = public
EACEnabledtrueserverconfig.xml onlyEasy Anti-Cheat. Must be true for crossplay, false for mods
ServerAllowCrossplayfalseserverconfig.xml onlyEnable crossplay with PS5/Xbox. Requires EAC on

Player Slots

SettingDefaultConfigurable ViaDescription
ServerReservedSlots0Server OptionsNumber of slots reserved for players with the required permission level
ServerReservedSlotsPermission100Server OptionsPermission level required to use a reserved slot
ServerAdminSlots0Server OptionsNumber of slots reserved for admins, usable even when the server is full
ServerAdminSlotsPermission0Server OptionsPermission level required to use an admin slot

World Generation

SettingDefaultConfigurable ViaDescription
WorldGenSeed”asdf”Server OptionsSeed for procedural world generation
WorldGenSize6144Server OptionsMap size. Locked to 6144, 8192, or 10240. Larger = more RAM needed
GameName”My Game”Server OptionsWorld save name. Changing this loads/creates a different world
GameWorld”RWG”Server OptionsRWG (Random World Gen) or a pre-made map name like “Navezgane”

Gameplay Settings

SettingDefaultConfigurable ViaDescription
GameDifficulty2Server Options0 (Scavenger) to 5 (Insane). Affects zombie HP/damage and loot
PlayerKillingMode3serverconfig.xml only0 = no PvP, 1 = allies only, 2 = strangers only, 3 = everyone
DayNightLength60serverconfig.xml onlyReal minutes per in-game day
DayLightLength18serverconfig.xml onlyIn-game hours of daylight (out of 24)
XPMultiplier100serverconfig.xml onlyXP gain percentage (50 = half, 200 = double)
LootAbundance100serverconfig.xml onlyLoot spawn amount (50 = half, 200 = double)
LootRespawnDays7serverconfig.xml onlyDays before looted containers respawn
AirDropFrequency72serverconfig.xml onlyIn-game hours between airdrops (0 = disabled)
DropOnDeath1serverconfig.xml only0 = nothing, 1 = everything, 2 = toolbelt only, 3 = backpack only, 4 = delete all
DropOnQuit0serverconfig.xml onlySame options as DropOnDeath, triggered on disconnect

Blood Moon Settings

SettingDefaultConfigurable ViaDescription
BloodMoonFrequency7serverconfig.xml onlyIn-game days between blood moons
BloodMoonRange0serverconfig.xml onlyRandom variance in days (0 = exact, 2 = +/- 2 days)
BloodMoonWarning8serverconfig.xml onlyIn-game hour when the sky turns red (warning)
BloodMoonEnemyCount8serverconfig.xml onlyMax alive zombies per player during blood moon

See our blood moon performance guide for tuning recommendations.

Zombie and Spawn Settings

SettingDefaultConfigurable ViaDescription
MaxSpawnedZombies64serverconfig.xml onlyGlobal maximum zombies on the server at once
MaxSpawnedAnimals50serverconfig.xml onlyGlobal maximum animals on the server at once
EnemySpawnModetrueserverconfig.xml onlyEnable/disable zombie spawning entirely
EnemySenseMemory60serverconfig.xml onlySeconds zombies remember a player after losing line of sight
BlockDamagePlayer100serverconfig.xml onlyPlayer block damage multiplier (%)
BlockDamageAI100serverconfig.xml onlyNormal zombie block damage multiplier (%)
BlockDamageAIBM100serverconfig.xml onlyBlood moon zombie block damage multiplier (%)

Performance Settings

SettingDefaultConfigurable ViaDescription
ServerMaxAllowedViewDistance12serverconfig.xml onlyMax chunk view distance. Lower = less server load
MaxQueuedMeshLayers1000serverconfig.xml onlyMesh generation queue size. Lower if lag is constant

Land Claim Settings

SettingDefaultConfigurable ViaDescription
LandClaimSize41serverconfig.xml onlyProtected area size (blocks) around a land claim
LandClaimDeadZone30serverconfig.xml onlyMinimum distance between land claims
LandClaimExpiryTime7serverconfig.xml onlyDays before an offline player’s claim expires
LandClaimOnlineDurabilityModifier4serverconfig.xml onlyBlock durability multiplier when owner is online
LandClaimOfflineDurabilityModifier4serverconfig.xml onlyBlock durability multiplier when owner is offline

PvE Casual

<property name="GameDifficulty" value="2" />
<property name="PlayerKillingMode" value="0" />
<property name="LootAbundance" value="125" />
<property name="DayNightLength" value="90" />
<property name="BloodMoonEnemyCount" value="8" />

PvE Hardcore

<property name="GameDifficulty" value="4" />
<property name="PlayerKillingMode" value="0" />
<property name="LootAbundance" value="75" />
<property name="XPMultiplier" value="75" />
<property name="BloodMoonEnemyCount" value="12" />

PvP

<property name="GameDifficulty" value="2" />
<property name="PlayerKillingMode" value="3" />
<property name="LandClaimOfflineDurabilityModifier" value="4" />
<property name="ServerMaxPlayerCount" value="16" />

For more detailed explanations of each preset, see our server settings blog guide.