GAME SERVER HOSTING: 50% OFF first order with code GHOST50
7 Days to Die background

How To Set Up An Interactive Live Map For Your 7 Days To Die Server

Learn how to set up an interactive live map on your 7 Days To Die server using Allocs Server Fixes and the built-in Web Dashboard.

The 7 Days to Die interactive map lets you view your world and track players in real-time through a web browser. This guide combines the Allocs Server Fixes mod with the built-in Web Dashboard functionality on your 7 Days To Die server.

Installing Allocs Server Fixes (Modded)

Caution

If you have crossplay enabled, you must skip this step as modded servers are not compatible with crossplay.

  1. Download Allocs Server Fixes from the official source.
  2. Extract the downloaded files.
  3. Log in to the GhostCap Panel and Stop your server.
  4. Use SFTP to upload the extracted Mods to your server's Mods folder.

Enabling The Interactive Live Map

  1. Stop your server via the GhostCap Panel.
  2. Access File Manager.
  3. Navigate to .local/share/7DaysToDie/Saves/serveradmin.xml.
  4. Paste the following under the </apitokens> section:
    <webmodules>
     <module name="web.map" permission_level="2000" />
    </webmodules>
    

Permission level 2000 allows anyone to view the live map without authentication.

Enabling The Web Dashboard With Map Rendering

  1. Stop your server via the GhostCap Panel.
  2. Navigate to Server Options in the sidebar.
  3. Set Web Dashboard Enabled to Enabled.
  4. Set Enable Map Rendering to Enabled.
  5. Start your server.

Viewing Your Live Map

  1. Copy your server's IP address.
  2. Visit ServerIPAddress:WebDashboardPort (example: 123.123.123.123:7800).
  3. Select Legacy-Map to view your live map.

Admins with Web Dashboard login credentials can access additional features beyond basic map viewing.

Rendering A Map

Use the visitmap console command with coordinate parameters:

visitmap -x -x x x

Pregen Map Size Commands

4k Pregen:

visitmap -4096 -4096 4096 4096

6k Pregen:

visitmap -6144 -6144 6144 6144

8k Pregen:

visitmap -8192 -8192 8192 8192

10k Pregen:

visitmap -10240 -10240 10240 10240