🚀 UltraServers Relaunch We're thrilled to announce the relaunch of our service with a brand-new, streamlined panel designed to enhance your gaming experience. Join our Discord for more information, lifetime discounts and to take part in our $175 raffle to win Steam gift cards.
Install and Configure Dynmap
In this guide, we will show you step-by-step how to install and configure the Dynmap plugin for your Minecraft server. Dynmap is a map plugin that hosts a Google Maps-like map of your Minecraft server that can be viewed live in a browser.
Install the Dynmap plugin
- Dynmap needs to be installed manually, and you can download the Dynmap .jar file from the official Modrinth page.
- After downloading, place the .jar into the
plugins
folder of your Minecraft server. - Here is a guide for uploading your own plugin files.
Start the server
- Start your Minecraft server.
- Dynmap will be activated, and it will generate a
Dynmap
folder within theplugins
folder.
Add an extra port
- Dynmap needs an additional port to function. Follow the guide on How to add extra ports to your server.
- Take note of the extra port you just created, for example
12345
.
Configure Dynmap
Locate the configuration.txt file
- In the Dashboard, go to the File Manager tab.
- Navigate to the
plugins/Dynmap
folder and locate theconfiguration.txt
file.
Open the configuration.txt file
- Open the
configuration.txt
file using the inbuilt text editor by clicking on it.
Configure the webserver-port
- Inside the
configuration.txt
file, find thewebserver-port
entry, this is the port on which the webserver of Dynmap will run. - Replace
<your extra port>
with the extra port you added to your server in Step 3 of this guide.
# The TCP-port the webserver will listen on.
webserver-port: <your-extra-port>
Save changes and restart the server
- Save the changes you’ve made to the
configuration.txt
file and restart your Minecraft server for the changes to take effect.
Your Minecraft server should now have Dynmap installed and properly configured. By default, Dynmap will begin rendering all the worlds on your server. This process can take some time depending on the size of your worlds.
To view your map, open any web browser and go to: http://<your-server-ip>:<your-extra-port>/
.
Make sure to replace <your-server-ip>
with your server’s IP address and <your-extra-port>
with the extra port you have added for Dynmap.
Enjoy exploring your Minecraft world from a brand new perspective!
If you require further assistance, you can open a support ticket here.
Feedback and suggestions can be submitted here, or further discussed on our Discord server.