7 Days to Die Server Manager
A standalone Windows desktop app for managing your 7D2D dedicated server.
No web stack. No browser. Just a simple exe.
- Dashboard -- Start/stop/restart server, connect telnet, view LAN/public IPs with click-to-copy
- Console -- Live server log tailing + telnet command input with history
- Players -- Player cards with stats, admin badges, kick/ban, give/remove admin via serveradmin.xml
- Configuration -- Grouped form editor with 90+ properties, smart dropdowns, Raw XML toggle
- Mods -- List installed mods, enable/disable, delete, install from zip
- Backups -- Manual + scheduled backups, restore with automatic safety backup, auto-prune
- Logs -- Browse all server log files with dropdown selector and text filter
- Settings -- SteamCMD install/update, auto-update on start, telnet config
- Themes -- 4 live-swappable themes (Kitsune, Midnight, Forest, Accessible/colorblind-friendly)
- Config Protection -- Automatically backs up serverconfig.xml before Steam updates, restores after
Start/stop/restart the server, view uptime, and copy LAN/public addresses in one click.
Live player cards with stats, admin badges, and one-click kick/ban/admin toggle β reads and writes serveradmin.xml directly.
Grouped form editor for every property in serverconfig.xml. Smart dropdowns, auto-discovered world list, day/night calculator, raw XML toggle.
Card-based mod browser reading ModInfo.xml. Enable, disable, delete, or install directly from a zip.
Manual or scheduled backups of your save. Restore with an automatic safety backup. Auto-prunes old backups.
- Download
Kitsune7Den.exefrom Releases - Run it β if Windows shows a SmartScreen warning, see INSTALL.md for why and how to proceed
- Browse to your
7DaysToDieServer.exe - Hit Start
Requires .NET 8 SDK.
dotnet build
dotnet run --project src/Kitsune7DenTo publish a single-file exe:
dotnet publish src/Kitsune7Den -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -o ./publish- .NET 8 / WPF / MVVM (CommunityToolkit.Mvvm)
- Telnet client for server commands + player data
- XDocument for serverconfig.xml + ModInfo.xml + serveradmin.xml parsing
- SteamCMD integration for server install/update
Kitsune7Den is free and open source. If it saves you time or makes your server life easier, you can buy me a coffee. No pressure, only gratitude.
MIT





