- Go to “Plugins” and search for “Dynmap”
- Start the server to generate all the files
- Go to
Ports
tab and set up a port like so
– Port Number: 50490 (Choose from 50000 – 51000)
– Port Type: TCP - Go to your server files -> plugins -> dynmap then edit configuration.txt file
- Find and replace
webserver-port
to the one you have setup inSettings > Port
# The path where the /dynmapexp command exports OBJ ZIP files
exportpath: export
# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
# If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified)
#webserver-bindaddress: 0.0.0.0
# The TCP-port the webserver will listen on. 8213 is the default port.
webserver-port: 5XXXX
# Maximum concurrent session on internal web server - limits resources used in Bukkit server
max-sessions: 30
# Disables Webserver portion of Dynmap (Advanced users only)
disable-webserver: false
- Start the server and locate the following in the console:
15.11 16:59:53 [Server] INFO [16:59:53 INFO]: [dynmap] Web server started on address 0.0.0.0:WEBSERVER-PORT
- Go to
SERVER-IP:WEBSERVER-PORT
in a new tab, replacingSERVER-IP
with your own node server IP andWEBSERVER-PORT
with the number you chose in the config file
SERVER-IP is the Node IP of your server (Example: scorpion.de.freemcserver.net
).