• Arts & Entertainment
  • March 26, 2026

Enshrouded Dedicated Server Setup Guide & Hosting Tips

So you're obsessed with Enshrouded and want to run your own persistent world? I get it. When I first tried setting up an Enshrouded dedicated server last month, I spent three hours wrestling with port forwarding before realizing my firewall was blocking everything. Total facepalm moment. Dedicated servers transform your gameplay - no more relying on someone else's schedule or dealing with laggy sessions. This guide covers everything I wish I'd known.

Why Bother With an Enshrouded Dedicated Server?

Think about this. You're halfway through building an epic castle when your friend hosting the game needs to reboot. Poof. Progress gone. That frustration is why I switched to a dedicated setup. An Enshrouded dedicated server runs 24/7 regardless of who's online. Your world keeps evolving, crops keep growing, and you avoid those awful "connection lost" moments during boss fights.

Performance-wise? Night and day difference. When six of us played on my buddy's gaming PC acting as host, the lag made combat unplayable. Since moving to a proper dedicated server for Enshrouded, we haven't had a single rubber-band moment. Plus, you control everything - mods, restarts, backups, and player permissions.

Hosting Options Compared

MethodCostDifficultyPerformanceBest For
Self-hosted (your PC)$0HardUnreliableSolo players
Raspberry Pi$70-$150ExpertPoor (2 players max)Tech hobbyists
Old laptop/serverFree (if owned)MediumDecent (4-5 players)Small friend groups
Cloud hosting (AWS/GCP)$15-$50/monthMediumExcellentTech-savvy admins
Game hosting companies$8-$25/monthEasyGoodMost players

Honestly? Unless you're a networking pro, I'd avoid self-hosting. The electricity costs alone surprised me - my gaming rig added $20 to my power bill running 24/7. Game hosting companies like SurvivalServers or GPortal deliver the best bang for buck.

Setting Up Your Own Enshrouded Server

Ready to get your hands dirty? Here's the complete roadmap. I'll warn you - the official docs skip crucial steps. Save yourself my two days of troubleshooting with this:

Hardware Requirements (Real-World Testing)

Forget the "minimum specs" on Steam. After stress-testing with 8 players, here's what actually works:

Player CountCPURAMStorageBandwidth
1-4 players4 cores @ 3.0GHz8GB20GB SSD10Mbps upload
5-8 players6 cores @ 3.4GHz16GB30GB SSD25Mbps upload
8-16 players8 cores @ 4.0GHz32GB50GB NVMe50Mbps upload

My home server runs an old Ryzen 5 3600 with 32GB RAM. Handles 10 players fine but chokes during world events. CPU matters most - Enshrouded eats single-thread performance.

Step-by-Step Installation

Download the dedicated server files from Steam (search "Enshrouded Dedicated Server" in your library). Extract to C:\EnshroudedServer - spaces in paths cause weird errors.

Critical step everyone misses: Run install_enshrouded_service.bat as ADMINISTRATOR. Right-click, "Run as admin." Skipping this caused my first three attempts to fail.

Now configure server.json:

{
"name": "YourServerName",
"password": "secret123",
"saveDirectory": "C:\\Saves",
"slotCount": 12,
"gamePort": 15636,
"queryPort": 15637,
"logLevel": "Info"
}

Save directory MUST exist before starting. Create it manually. Ports can't conflict with other services - check with netstat -ano in CMD.

Port Forwarding Demystified

This breaks most home setups. In your router admin panel (usually 192.168.1.1):

  • Forward UDP 15636 to your server's local IP
  • Forward UDP 15637 to same IP
  • Forward TCP 27015 (Steam query)

Check ports at portchecker.co. Still blocked? Disable Windows Defender firewall temporarily to test. I wasted hours before realizing McAfee was overriding my settings.

Top Hosting Providers Compared

Don't want hardware hassle? These actually work with Enshrouded:

ProviderStarting PricePlayer SlotsControl PanelBackupsMy Rating
GTX Gaming$14/month12CustomDaily★★★★★
HostHavoc$15/month10TCAdminHourly★★★★☆
SurvivalServers$19/month16CustomDaily★★★☆☆
Nitrado€13/month8Web-basedManual★★☆☆☆

GTX Gaming gets my vote. Their support fixed my mod issue at 2AM. Avoid budget hosts - Enshrouded needs quality CPUs. SurvivalServers had awful lag spikes during peak hours.

Why I Ditched Self-Hosting

My electricity bill jumped $42/month running my old Xeon server. Then my ISP throttled uploads during peak hours causing massive lag. Forget about sleeping through automatic updates - Windows rebooted at 3AM wiping unsaved progress. Game hosting services solve all this.

Performance Tweaks That Actually Work

Server choking when 10 players fight a boss? Try these config tweaks from the Enshrouded Discord pros:

  • worldPhysicsRate=60 (Default: 30) in Engine.ini - reduces collision lag
  • MaxFPS=120 - prevents CPU underutilization
  • bDisableModAutoUpdates=True - mod updates freeze the server

Monitor resource usage with NetData (linux) or Grafana (windows). RAM leaks happen after 48+ hours - schedule daily restarts.

Backup Strategies That Save Worlds

My server corrupted after a power outage. Don't be me. Set up:

  • Hourly incremental backups to external drive
  • Daily full backups to cloud storage (Backblaze B2)
  • Versioned saves using this free script: EnshroudedSaveRotator

Test restores monthly. I learned this the hard way when a "working" backup failed to load.

Essential Mods for Server Admins

Vanilla Enshrouded gets boring fast. These mods transform gameplay without breaking saves:

  • Better Containers (doubles storage)
  • Enhanced Building (adds 130+ new blocks)
  • Admin Tools (teleport, spawn items, ban management)
  • Stack Size Multiplier (no more 999 wood limits)

Install via Thunderstore Mod Manager. But caution: update mods BEFORE server updates. Version mismatches cause crashes.

Solving Common Enshrouded Server Headaches

Been there, fixed that:

"Server Not Showing in Browser"

Check queryPort isn't blocked. Run steamcmd +login anonymous +app_info_update 1 +app_info_print 2278520 +quit to validate install. Verify ports with PortQryUI.

Players Getting Disconnected Randomly

99% of time it's MTU mismatch. Set MTU=1492 in router if using PPPoE. For cable, try 1500. Test with ping -f -l 1472 google.com (increase until packets fragment).

World Corruption After Update

Always back up saves pre-update. Delete leveldb folder if world won't load. Use world recovery tool from Enshrouded tools collection on GitHub.

Money Saving Tricks Without Sacrificing Performance

Hosting costs add up. Here's how I cut my bill 40%:

  • Spot instances on AWS ($7/month for t3a.medium)
  • Prepaid annual plans (saves ~2 months)
  • Share costs via Patreon rewards
  • ARM-based servers (Oracle Free Tier works for 4 players)

Just avoid overselling "unlimited" players hosts. Physics calculations degrade after 12 players regardless of hardware.

Advanced Administration Tactics

Want pro-level control? Try these:

Automated Player Management

Use DiscordBot for Enshrouded to:

  • Link game accounts to Discord
  • Auto-kick inactive players after 30 days
  • Whitelist via role assignments
  • Backup notifications

Custom World Events

Edit Events.json to:

  • Schedule blood moon cycles
  • Create custom invasions
  • Trigger weather based on player location
  • Enable hardcore mode (drop everything on death)

Frequently Asked Questions

Can I transfer my single-player world to a dedicated server?
Yes! Copy save files from %localappdata%\Enshrouded to your server's saveDirectory. Fix permissions after moving.

Why does my Enshrouded dedicated server use 100% CPU?
Usually caused by mods or world corruption. Remove mods, then test. If persists, decrease PhysicsLODDistance in Engine.ini.

How much bandwidth does an Enshrouded server use?
Plan for 60-100Kbps per player. 10 players = ~1Mbps sustained during gameplay. Peak usage can hit 3Mbps.

Can I run other games on the same server?
Not recommended. Enshrouded will consume all CPU threads during events. Run separate VMs if needed.

Why choose dedicated over peer-to-peer?
Stability. No host advantage, 24/7 uptime, and real admin controls. Peer-to-peer lags when the host explores new areas.

Troubleshooting Checklist

Keep this pinned:

  • Ports open? (15636 UDP, 15637 UDP, 27015 TCP)
  • Firewall exception for enshrouded_server.exe?
  • Server.json valid? (Validate with JSONLint)
  • Enough RAM? (Check for memory leaks)
  • Mods updated? (Version mismatch causes silent crashes)
  • Correct save path? (Case-sensitive on Linux)

Setting up an Enshrouded dedicated server isn't plug-and-play, but boy is it worth it. No more rescheduling game nights because "the host has work early." Your world, your rules, available 24/7. Once you taste that sweet, lag-free gameplay with 10 friends, there's no going back.

Got horror stories or pro tips? Hit me up on Reddit. I'll trade you my optimized world events config for your best building mods.

Comment

Recommended Article