Dynmap is a Minecraft plugin to create and view a live map of your Minecraft server world.
Dynmap® is a Bukkit plugin and a mod which can be used to view a live map of the server’s worlds in a browser. Think of like Google Maps but for your Minecraft server!
There are more optimized alternatives like BlueMap and squaremap, but Dynmap is still a popular choice for many Minecraft servers.
This guide will walk you through installation and usage of Dynmap on your Minecraft server!
You will need a public IP or a port forwarding service to allow other people to use your Dynmap, if you’re running your Minecraft server locally.
To install and configure Dynmap on your Minecraft server, follow these steps:
plugins
/mods
(depends on your server software; plugins
for Bukkit-based servers, mods
for Forge and Fabric) folder of your Minecraft server. Refer to this guide for help.plugins/dynmap
folder in your server’s directoryconfiguration.txt
file and set the port to the one created in the 5th step, and a URL path you want to use for the Dynmap web interface (e.g. /dynmap), and saveTo use a custom domain for Dynmap instead of a long numerical IP, you can use a reverse proxy which allows you to access Dynmap using a custom domain name!
sudo apt update && sudo apt -y install nginx
Note that setting up a reverse proxy can be a complex process, and it is recommended that you have some experience with web servers and network configuration before attempting it. If you are unfamiliar with these topics, it may be helpful to seek the assistance of a qualified system administrator or engineer.
To view the Dynmap map, open a web browser and go to the IP address of the server, followed by the port and the webprefix
path (if you’ve set one in the configuration file), e.g. http://yourdomain.com:20029/dynmap; this will launch Dynmap’s web interface!
On the left side of the interface, you will see a list of available maps. You can switch between these maps using the dropdown menu at the top. On the right side of the interface, you will see a list of players currently online on the server. You can click on a player’s name to view their location on the map. You can also use the search bar at the top of the interface to search for specific locations or players on the map.
Dynmap has a wide range of customization options, which can be accessed by clicking on the “Configure Dynmap” button at the top of the web interface. From here, you can adjust settings such as the map’s zoom level, the visibility of players and markers on the map, and the appearance of the map itself.
For more advanced customization options, you can edit the configuration.txt file in the plugins/dynmap
folder on your server. This file contains detailed documentation for all available customization options.
If you are having trouble using Dynmap, here are a few common issues and their solutions:
server.log
file in the logs folder of your server for any error messages related to Dynmap. This can help identify the cause of the issue.worlds.txt
file in the plugins/dynmap
folder to ensure that the correct world is being mapped.updaterate
option in the configuration.txt file. This setting determines how often the map is updated, and can be adjusted as needed.Dynmap is a Minecraft plugin to create and view a live map of your Minecraft server world.
Dynmap® is a Bukkit plugin and a mod which can be used to view a live map of the server’s worlds in a browser. Think of like Google Maps but for your Minecraft server!
There are more optimized alternatives like BlueMap and squaremap, but Dynmap is still a popular choice for many Minecraft servers.
This guide will walk you through installation and usage of Dynmap on your Minecraft server!
You will need a public IP or a port forwarding service to allow other people to use your Dynmap, if you’re running your Minecraft server locally.
To install and configure Dynmap on your Minecraft server, follow these steps:
plugins
/mods
(depends on your server software; plugins
for Bukkit-based servers, mods
for Forge and Fabric) folder of your Minecraft server. Refer to this guide for help.plugins/dynmap
folder in your server’s directoryconfiguration.txt
file and set the port to the one created in the 5th step, and a URL path you want to use for the Dynmap web interface (e.g. /dynmap), and saveTo use a custom domain for Dynmap instead of a long numerical IP, you can use a reverse proxy which allows you to access Dynmap using a custom domain name!
sudo apt update && sudo apt -y install nginx
Note that setting up a reverse proxy can be a complex process, and it is recommended that you have some experience with web servers and network configuration before attempting it. If you are unfamiliar with these topics, it may be helpful to seek the assistance of a qualified system administrator or engineer.
To view the Dynmap map, open a web browser and go to the IP address of the server, followed by the port and the webprefix
path (if you’ve set one in the configuration file), e.g. http://yourdomain.com:20029/dynmap; this will launch Dynmap’s web interface!
On the left side of the interface, you will see a list of available maps. You can switch between these maps using the dropdown menu at the top. On the right side of the interface, you will see a list of players currently online on the server. You can click on a player’s name to view their location on the map. You can also use the search bar at the top of the interface to search for specific locations or players on the map.
Dynmap has a wide range of customization options, which can be accessed by clicking on the “Configure Dynmap” button at the top of the web interface. From here, you can adjust settings such as the map’s zoom level, the visibility of players and markers on the map, and the appearance of the map itself.
For more advanced customization options, you can edit the configuration.txt file in the plugins/dynmap
folder on your server. This file contains detailed documentation for all available customization options.
If you are having trouble using Dynmap, here are a few common issues and their solutions:
server.log
file in the logs folder of your server for any error messages related to Dynmap. This can help identify the cause of the issue.worlds.txt
file in the plugins/dynmap
folder to ensure that the correct world is being mapped.updaterate
option in the configuration.txt file. This setting determines how often the map is updated, and can be adjusted as needed.