Articles on: Project Zomboid

How to enable the minimap on your Project Zomboid Server

How to enable the minimap on your Project Zomboid Server


If your server was created before 10/06/2023 this guide is incorrect.


  1. 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,
},


  1. 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

Was this article helpful?

Share your feedback

Cancel

Thank you!