GameGrid
7 Days to Die server hosting
Guide

7 Days to Die Server Setup — Ports, Config, and SandboxCode

· 3 min read· By WDC GameGrid Team

Complete guide to setting up your 7 Days to Die dedicated server on GameGrid. Configure serverconfig.xml, understand the four-port requirement, and master the V3.0+ SandboxCode system for gameplay settings.

Connecting to Your Server

  1. In 7 Days to Die, click Connect To Server from the main menu
  2. Enter your server IP and port from the GameGrid Dashboard (default port: 26900)
  3. If you set a server password, enter it when prompted
  4. Players can also use the server browser if ServerVisibility is set to public

Server Ports — All Four Required

7 Days to Die uses four consecutive ports starting from your ServerPort setting:

Port Protocol Purpose
26900 UDP+TCP Main game port
26901 UDP Steam communication
26902 UDP LiteNetLib / crossplay networking
26903 UDP Additional crossplay networking

All four ports must be open for the server to work. GameGrid opens these automatically — you do not need to configure firewall rules. Crossplay (PC + PS5 + Xbox) requires all four.

Core serverconfig.xml Settings

These server-level settings remain in serverconfig.xml:

  • ServerName — Name shown in the server browser
  • ServerPassword — Password to join (empty = no password)
  • ServerMaxPlayerCount — Maximum players (match to your slot count)
  • ServerVisibility — 0=not listed, 1=friends only, 2=public (shown in server browser)
  • ServerPort — Base port (default 26900, next three used automatically)
  • EACEnabled — Easy Anti-Cheat (disabling prevents console players, required for most mods)
  • MaxSpawnedZombies — Total zombies at once (default 60, lower to reduce lag)
  • MaxSpawnedAnimals — Total animals (default 50)
  • GameName — Save game name (each is a separate world)
  • GameWorld — "Navezgane" (premade), "RWG" (random gen), or PREGEN6k/8k/10k

Gameplay Settings and SandboxCode (V3.0+)

As of V3.0 (June 2026), gameplay settings like difficulty, blood moon, loot abundance, and day/night length are no longer individual properties in serverconfig.xml. They are encoded in a single SandboxCode string.

How to Configure Gameplay Settings:

  1. Open single-player 7 Days to Die
  2. Use the in-game Sandbox Options menu to set your preferred values
  3. Copy the generated SandboxCode string
  4. Paste it into serverconfig.xml:
  5. On GameGrid, edit serverconfig.xml from the File Manager (stop the server first)
  6. Restart the server — new settings apply on next world load

Note: Changing SandboxCode on an existing world may require a world reset for all settings to take effect.

Learn More

For complete 7 Days to Die server guides, visit our knowledge base:

← Back to News

Related Articles

Palworld server hosting
Guide
Aug 16, 2026
Palworld Admin Commands — Complete Reference
Every Palworld admin command in one place: kick, ban, broadcast, save, shutdown, and more. Learn how to become an admin and manage your server from in-game or the GameGrid console.
Read More →
Minecraft server hosting
Guide
Aug 16, 2026
Minecraft Server Setup Guide — Vanilla, Paper, Fabric, Forge & NeoForge
Complete guide to setting up your Minecraft server on GameGrid. Choose the right server type (Vanilla, Paper, Fabric, Forge, or NeoForge), configure server.properties, manage ops and whitelists, and connect your players.
Read More →
Installing Minecraft Mods
Guide
Aug 5, 2026
Installing Minecraft Mods
Complete guide to installing mods on your Minecraft server. Supports Forge, Fabric, Paper, and NeoForge with one-click installation via the GameGrid mod manager.
Read More →