PACKRELAY.cloud
SUPPORT

How can we help?

Browse a topic, search the docs, or reach out directly. Most sync and launcher issues have a known fix in the categories below.

Email support

For account issues, sync errors, and bug reports.

contact@packrelay.cloud
Community Discord

Ask survivors, server owners, and PackRelay staff.

Join the server
System status

Live availability of the API, launcher, and CDN.

status.packrelay.cloud
FAQ

Common questions

The launcher won't install. What now?

Make sure your operating system meets the minimum requirements (Windows 10+, macOS 12+, or a current 64-bit Linux distribution). On Windows, allow the installer through SmartScreen if it appears. On macOS, you may need to right-click the installer and choose Open the first time.

If the installer still fails, send the log file (usually under ~/.packrelay/logs/) to support and we'll take a look.

A pack sync is stuck or keeps failing. What does that mean?

Sync stalls are usually one of three things: a corrupt local game directory, a manifest whose signature can't be verified, or a transient network problem. The launcher will display a specific error code when this happens — include it when you contact us so we can route the issue correctly.

7 Days to Die says “Could not retrieve server information” when I try to join. What's wrong?

That message comes from 7DTD's Steam server browser, which discovers servers via an older Steam-based protocol called SteamNetworking. Most modern dedicated servers — including most PackRelay-listed ones — disable SteamNetworking because it complicates NAT traversal, and run the newer LiteNetLibprotocol instead. The Steam browser can't query a server that doesn't have SteamNetworking on, so it falls back to the generic “Could not retrieve server information” message that doesn't actually tell you anything useful.

Three ways to connect anyway:

  • The PackRelay launcher — connects directly via LiteNetLib. Built for this exact problem.
  • Direct “Connect to IP”— in 7DTD's Join Game menu, find the direct-connect option and use the server's connect address (shown on its page under /servers).
  • The cross-platform server list (EOS-based, inside 7DTD) — works regardless of the SteamNetworking setting.

Server owners: if you'd rather your server be discoverable from the Steam browser, edit serverconfig.xml to either remove the ServerDisabledNetworkProtocols property or set its value to empty (value=""), then restart 7DTD. You'll trade some NAT-traversal complexity for that discoverability.

How do I register my server?

Create a server-owner account at /signup/server-owner. After confirming your email you'll be able to attach a running 7 Days to Die server, generate a signing key, and publish your first pack.

I installed the server mod but my server still shows Offline. What's missing?

Almost always: the config file wasn't created. The mod ships with a packrelay-config.json.example template next to its ModInfo.xml, but heartbeats don't start until you copy that to packrelay-config.json (no .example suffix) and fill in your slug + API token. The mod logs a clear warning at startup when the file is missing but leaves the rest of your server running, so the silence is easy to miss.

Check that Mods/PackRelayServerTools/packrelay-config.json exists (not just the .example), that the slug matches what's on your My Servers page, and that the token is a real one from /account/tokens (starts with pr_). Restart 7DTD after saving the file — the first heartbeat lands within ~70 seconds and the indicator flips to Online.

Will PackRelay touch my saved games or world files?

No. The launcher synchronizes the modpack into the game directory but leaves your saves, world files, and screenshots alone. We treat anything outside the pack's manifest as off-limits.

How do I delete my account?

From your account settings, choose Delete account. We will remove personal identifiers from active systems immediately. Some backup and abuse-prevention records are retained for a reasonable period as described in our Privacy Policy.

Still stuck? Email contact@packrelay.cloud and include your launcher version and any error codes you saw.