How To Install Dynmap On A Minecraft Server
Skip the reading?
Check out our video guide on How To Install Dynmap On A Minecraft Server
First, we will need to get the Version of Dynmap your server will need. You can Download Dynmap on Modrinth.
Next, make sure you know the loader your server is running. Whether this be Paper/Spigot/Bukkit,Forge,Fabric or another one of your choice. You can install one of those from our Version Installer
Setting up Dynmap
1 Login to the Kinetic Panel & stop your server.
2 Head to the File Manager.

3 We will be using the Plugin version Dynmap for this guide. However, if you are using the Mod version, you can put the Jar you downloaded in the mods folder.

4 Now start your server once so all of the correct configuration files for Dynmap can load correctly.
5 Head to the Network & Ports category on the left hand side.

6 You will now click on the "Open Port" button.

7 The new port should be opened, you will copy this port. You can also give it a Note so you know for later.

8 Now, head to the File Manager.

9 Open up the Plugins Folder & Look for the dynmap folder.

10 You will now open the configuration.txt file.

11 look for the line called "webserver-port:", You will place the copied port on that line.

12 You should be able to start your server & dynmap should be working correctly.
Viewing The Map
You can now view the map at your IP and the port you set. For example, if your IP is 127.0.0.1 and the port is 4444. You can go to http:127.0.0.1:4444 on your web-browser to view the map.
If you would like you domain to have https or a domain. You'll need to setup a reverse proxy. You can find out how to do that here.
Linking to a Database
Using a Database for your Dynmap server can help prevent your servers disk-usuage being used as quickly, This portion of the article will show you how to correctly link your Dynmap to a Database. Make sure to stop your server before making any changes.
1 Head to the Database Manager on the Kinetic Panel.

2 Click on New Database

If you already have a database, you shouldn't need to make another.
3 Give your database a name, we will be calling it "Dynmap"
4 Now click on View Icon next to the Database & a popup should open.

5 We recommend opening a new browser tab for easier use to copy the correct information.
6 Now, head to the File Manager.

7 Open up the Plugins Folder & Look for the dynmap folder.

If you are running Forge, Fabric or another loader, the correct configuration file will be in the Config or the World folder.
8 You will now open the configuration.txt file.

9 You will look for the the "storage" part of this file. You will see Type, Hostname, Port, Database, Userid & Password

10 Remove the #'s infront of the Types above.

11 Now, on your Database that you created copy Endpoint and put it inside of the hostname box & remove the port at the end of it.

12 For the port you removed, you will place this in the port category.

13 Now, copy the Username from the database and put it in the userid category.

14 Copy the password from the database and put it inside of the password category.

From there, your Dynmap should be connected to a database.