mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-21 17:55:22 +01:00
Page:
Use dynmap via Pterodactyl
Pages
.
AWS S3 Storage
Addons
Advanced Map Configuration
Base Plugin Settings
Boosting areas on Dynmap
BoxRenderer Class
Chunk Status Colors
Chunk Version Colors
Color Schemes
Commands
Common Features for Texture and Model Definition Files
Component Configuration
Configuration
Configuration.txt
Configuring Maps and Worlds using dmap
Credits
Custom Block Definitions
Defining a Block using a Custom Block Renderer
Defining a Block using a Volumetric Model
Defining a Cuboid Block
Defining a Simple Block
Defining cuboid models
Defining custom lightings
Defining custom perspectives
Defining custom shaders
Defining volumetric models
Dmarker
Dynmap API
Dynmap On Xenon Hosting Service, courtesy of mavbear
Dynmap With IIS Using URL Rewrite and applicationrequestrouting thanks to kekec852
Dynmap with Apache httpd on Arch Linux
Dynmap with IIS
Dynmap with Nginx server on Centos
Dynmap with Nginx
Dynmap with apache2 on Debian
Dynmap with lighttpd on Arch Linux
Earthmc maps
Example configurations and demo website
Exporting World Data in Wavefront OBJ Format
External Webserver Basics
External Webserver on Linux
External Webserver on Windows
External Webserver on hosting providers
FAQ
Features
FenceWallBlockRenderer Class
File System Storage
Forwarding Dynmap port through cloudflare
Full list of predefined perspectives
Guides
HD Map Configuration
Home
How to compile Dynmap
Incompatible mods
Installation Setup of Dynmap on Linux
Installation
Internal Webserver with Caddy as a Reverse Proxy (Linux)
Internal Webserver
Lighttpd and SQLite on a Raspberry Pi 4 with DietPi
Model Definition Files
MySQL MariaDB Storage
Nginx as a Reverse Proxy
OCI; Oracle Cloud Instance; Quick how to enable DynMap
PaneRenderer Class
Permissions
PostgreSQL Storage
RedstoneWireRenderer Class
Resources
SQLite Storage
Setting up Dynamic Map with apache2 under Debian
Setting up Dynmap through hosting services
Setting up the Dynamic Map plugin under Windows
Setting up without the Internal Web Server
SkullRenderer Class
Special texture file types
StairBlockRenderer Class
Storage Setup
Support for Minecraft Servers other than CraftBukkit
Support for MinecraftForge based mods
Support for Tekkit
Texture Definition Files
Textures of Dynmap
Use dynmap via Pterodactyl
Using Markers
Using custom block renderers
Web Setup
Web UI Parameters
Web ui login support and permissions
World and template settings
[Tutorial] Setting up a standalone web server with MySQL SQLite
limiting render area
2
Use dynmap via Pterodactyl
Tony edited this page 2023-10-25 19:53:05 -07:00
Table of Contents
Admins
- Allocate the port on the node you host your Minecraft instance on. 8123 is the default port for dynmap. You should configure the ports as you wish.
- Assign the port to your Minecraft server:
Normal users
- Create a port allocation and take note of the newly allocated port.
- Using this port, edit the
webserver-port
of yourconfiguration.txt
Troubleshooting:
- Make sure you've selected the right IP address when adding the server to the node.
- Make sure the port is open (no firewall or router blocking it). Try testing reachability in the shell with
nc -vzw 10 <your-server-ip> <dynmap-port>
If you can SSH into the node,
- Try
docker ps -f "label=Service=Pterodactyl" --format='table {{.ID}}\t{{.Image}}\t{{.Ports}}'
and check that the ports are mapped correctly and the listening IP address is matched to the same node as your Minecraft server.
CONTAINER ID IMAGE PORTS
05878da27e13 ghcr.io/pterodactyl/yolks:java_17 10.0.0.5:8123->8123/tcp, 10.0.0.5:8123->8123/udp, 10.0.0.5:27000->27000/tcp, 10.0.0.5:27000->27000/udp
The steps below only help diagnose if dynmap isn't running or encountered an error. More likely than not, address and port allocations were misconfigured, and you should check the previous steps carefully.
- If the ports are mapped correctly, try testing if dynmap is running with
curl -L <your-server-ip>:<dynmap-port>
while in the SSH session. - If you couldn't reach dynmap even in the SSH session, you can try
docker exec <container-id> curl localhost:<dynmap-port>
- If that fails, dynmap isn't running or encountered an error and you should refer to general dynmap troubleshooting.
Contents
Setup
- Base Plugin Settings
- Web Setup
- Storage Setup
- HD Map Configuration
- World and template settings
- Guides
Advanced Configuration
- Advanced Map Configuration
- Component Configuration
- Configuration of worlds
- Exporting World Data in Wavefront OBJ Format
- External Webserver Advanced
Mod Support
- Support for Minecraft Servers other than CraftBukkit
- Support for MinecraftForge based mods
- Support for Tekkit
- Custom Block Definitions
- Model Definition Files
- Texture Definition Files
- Defining a Block using a Custom Block Renderer
- Defining a Block using a Volumetric Model
- Defining a Cuboid Block
- Defining a Simple Block
- Defining Cuboid Models
- Defining Volumetric Models
- Special texture file types
- Using custom block renderers
- Incompatible mods