How to enable the minimap on your Project Zomboid Server
How to enable the minimap on your Project Zomboid Server
- Navigate to ` /ServerData/Server/Pterodactyl_SandboxVars.lua ` Then find:
Map = {
AllowMiniMap = false,
AllowWorldMap = true,
MapAllKnown = false,
},
Change to:
Map = {
AllowMiniMap = true,
AllowWorldMap = true,
MapAllKnown = false,
},
- Restart the server and the Minimap will be enabled.
If you require any further assistance, please create a ticket here.
Created By: Griffin H.
Updated on: 07/07/2025
Thank you!