Run the server.
Let us handle the pack.
The publisher side of PackRelay covers signing packs. This page is about the other half: running a 7 Days to Die game server and wiring it up to a PackRelay-distributed pack.
- 1
Register a server account
Sign up as a server-owner. The role gives you access to pack publishing, server attachment, and staff delegation.
Register a server → - 2
Publish your pack
Use the CLI to author and sign your manifest, or create the catalog entry from /account/packs to attach packs you publish externally.
Open my packs → - 3
Register your game server
Add your 7 Days to Die dedicated server: name, region, max players. Pick which of your published packs it serves.
Open my servers → - 4
Install PackRelay Server Tools
A tiny 7DTD source-mode mod that reads live player counts off the game and posts them to PackRelay every minute. Drop the folder into Mods/, then copy packrelay-config.json.example to packrelay-config.json and fill in your slug + API token. Don't skip that file — the mod loads but stays dormant without it, so your server will show Offline even when it's running. Restart 7DTD and you're done. Players see the live numbers on /servers; the mod marks you offline automatically when it stops heartbeating.
Download the mod →
Tools for running real communities
Run a PvE box and a PvP box on the same pack — attach once, both stay in sync as you publish new versions.
Pin a server to a specific version while you test the next one on a staging box. Roll forward when you're ready.
Delegate publish access and server admin to co-admins. They sign with their own keys, audited under your organization.
Decide per-server whether to show up in /servers or stay private for invite-only communities.
Region tags help players find low-ping servers. The launcher prefers proximity matches when surfacing recommendations.
Once heartbeats land, /servers shows fullness bars and online status without you running a side dashboard.
What about my 7DTD server itself?
PackRelay doesn't host your 7 Days to Die dedicated server — you run that wherever you currently run it (your own box, a hosted gameserver provider, etc.). PackRelay handles the layer above: distributing the pack to players who join your server, keeping them on the right version, and exposing you in the public server browser if you opt in.
Need help wiring an existing server? Reach out via support or our Discord.
PackRelay Server Tools (7DTD mod)
v0.1.0Source-mode mod that lives in your 7DTD server's Mods/ folder. Reads live player counts and POSTs them to PackRelay every minute — so your listing's online status and player count stay accurate without an external cron job or firewall surgery. Zero dependencies, drops in alongside your content packs.