Skip to content

Kitsune-Den/Kitsune7Den

Repository files navigation

Kitsune7Den Logo

Kitsune7Den

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.

Download on Nexus Mods Build Status Latest Release Total Downloads License .NET 8 Platform: Windows Support on Ko-fi


Features

  • 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

Screenshots

Dashboard

Start/stop/restart the server, view uptime, and copy LAN/public addresses in one click.

Dashboard

Players

Live player cards with stats, admin badges, and one-click kick/ban/admin toggle β€” reads and writes serveradmin.xml directly.

Players

Configuration

Grouped form editor for every property in serverconfig.xml. Smart dropdowns, auto-discovered world list, day/night calculator, raw XML toggle.

Configuration

Mods

Card-based mod browser reading ModInfo.xml. Enable, disable, delete, or install directly from a zip.

Mods

Backups

Manual or scheduled backups of your save. Restore with an automatic safety backup. Auto-prunes old backups.

Backups

Quick Start

  1. Download Kitsune7Den.exe from Releases
  2. Run it β€” if Windows shows a SmartScreen warning, see INSTALL.md for why and how to proceed
  3. Browse to your 7DaysToDieServer.exe
  4. Hit Start

Building from Source

Requires .NET 8 SDK.

dotnet build
dotnet run --project src/Kitsune7Den

To publish a single-file exe:

dotnet publish src/Kitsune7Den -c Release -r win-x64 --self-contained -p:PublishSingleFile=true -o ./publish

Tech Stack

  • .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

Support the project

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.

Support on Ko-fi

License

MIT

About

🦊 A single-exe Windows desktop manager for your 7 Days to Die dedicated server. Dashboard, live console, player cards, config editor, mods, backups, self-updater β€” no web stack required.

Topics

Resources

License

Stars

Watchers

Forks

Contributors