Install Dynmap
Before installing Dynmap, make sure your server is running a supported platform such as Paper, Spigot, Bukkit, Forge, or Fabric.- Sign in to the game panel at
gamepanel.fourseasonshosting.com. - Stop your Minecraft server from the Console page.
- Open Files.
- Upload the Dynmap JAR to the correct directory:
- Paper/Spigot/Bukkit:
plugins - Forge/Fabric:
mods
- Paper/Spigot/Bukkit:
- Start the server and allow Dynmap to create its configuration files.
- Stop the server once the files have been generated.
- Open the Network page.
- Create an additional allocation for Dynmap and copy the port assigned to it. Adding a note to the allocation can help you identify it later.
- Return to Files and locate Dynmap’s configuration directory.
- For plugin installations, this is normally
plugins/dynmap. - Modded installations may place the configuration under
configor within the world directory.
- For plugin installations, this is normally
- Open
configuration.txt. - Locate:
- Enter the port assigned to Dynmap and save the file.
- Start the server.
Open the Dynmap Web Map
To access the map, combine your server’s address with the Dynmap web server port. For example, if the server address is127.0.0.1 and Dynmap is using port 4444, open:
Using a Domain or HTTPS
If you want Dynmap to be accessible through a custom domain or protected with HTTPS, place a reverse proxy in front of the Dynmap web server which can be done within the panel.Store Dynmap Data in a Database
By default, Dynmap stores its map data on the server’s local storage. You can configure it to use a database instead, which can help reduce the amount of disk space consumed by map tile data over time. Stop your Minecraft server before changing the database configuration.Create a Database
- Open the Databases section of the game panel.
- Select New Database.
- Enter a name for the database, such as
dynmap. - If you already have an unused database available, you can use that instead.
- Select the view icon beside the database to display its connection information.
- Keep the database details available while completing the remaining steps. Opening them in another browser tab can make this easier.
Configure Dynmap
- Return to Files.
- Open Dynmap’s
configuration.txtfile. - Find the
storageconfiguration section. - Locate the following settings:
- Remove the
#character from the beginning of each setting so they are enabled. - Copy the database endpoint into
hostname. If the endpoint includes a port, remove the port from the hostname value. - Enter the database port separately in the
portsetting. - Set
databaseto the name of the database you created. - Copy the database username into
userid. - Enter the database password into
password. - Save
configuration.txt. - Start the Minecraft server.
