🎉 Use code SP25 for 25% off your first month!

Enshrouded Server Settings and Configuration

Detailed guide to configuring your Enshrouded server including game settings, performance tuning, and admin options.

Noah
4 min read
Mar 28, 2024

Enshrouded Server Settings and Configuration

Customize your Enshrouded server by adjusting the configuration file to match your preferred gameplay experience.

Configuration File Location

The main configuration file is located at the root of your server:

enshrouded_server.json

Edit this file via the File Manager in the control panel or through SFTP.

Server Configuration Options

Basic Settings

{
  "name": "My Enshrouded Server",
  "password": "yourpassword",
  "saveDirectory": "./savegame",
  "logDirectory": "./logs",
  "ip": "0.0.0.0",
  "gamePort": 15636,
  "queryPort": 15637,
  "slotCount": 16
}
SettingDescriptionDefault
nameServer name shown in browserEnshrouded Server
passwordPassword to join (leave empty for public)—
gamePortMain game port15636
queryPortSteam query port15637
slotCountMax players (2-16)16

Game Settings

Enshrouded supports various gameplay modifiers in the config:

SettingDescription
playerHealthFactorMultiplier for player health
playerManaFactorMultiplier for player mana
playerStaminaFactorMultiplier for player stamina
weaponDurabilityFactorHow fast weapons degrade
foodBuffDurationFactorDuration of food buffs
fromHungerToStarvingTime before starving penalties
shroudTimeFactorHow long you can stay in the Shroud
tombstoneModeWhat happens to items on death

Enemy and Combat Settings

SettingDescription
enemyDamageFactorDamage dealt by enemies
enemyHealthFactorEnemy health multiplier
enemyStaminaFactorEnemy stamina multiplier
enemyPerceptionRangeFactorHow far enemies detect players
bossDamageFactorBoss damage multiplier
bossHealthFactorBoss health multiplier

Resource and Crafting Settings

SettingDescription
miningDamageFactorMining speed multiplier
plantGrowthSpeedFactorHow fast crops grow
resourceDropStackAmountFactorResources per drop
factoryProductionSpeedFactorCrafting station speed
perkUpgradeRecyclingFactorRune return on respec
perkCostFactorCost of perk upgrades

Example Configurations

Relaxed / Casual

{
  "playerHealthFactor": 2.0,
  "enemyDamageFactor": 0.5,
  "enemyHealthFactor": 0.5,
  "shroudTimeFactor": 2.0,
  "resourceDropStackAmountFactor": 2.0,
  "tombstoneMode": "AddBackpackMaterials"
}

Challenging / Hardcore

{
  "playerHealthFactor": 0.75,
  "enemyDamageFactor": 1.5,
  "enemyHealthFactor": 1.5,
  "shroudTimeFactor": 0.5,
  "tombstoneMode": "None",
  "foodBuffDurationFactor": 0.5
}

Applying Changes

  1. Stop your server
  2. Edit enshrouded_server.json with your desired settings
  3. Save the file
  4. Start the server

Note: Some settings may require a new world to take full effect. Always back up your save before making major changes.

Performance Tips

  • Set slotCount to only as many players as you expect — don't max it out unnecessarily
  • Monitor server RAM usage in the control panel
  • If experiencing lag, reduce enemy-related multipliers

Need help configuring your server? Contact our 24/7 support team.