Documentation Index
Fetch the complete documentation index at: https://docs.berrybyte.net/llms.txt
Use this file to discover all available pages before exploring further.
How to Install and Configure Dynmap
Dynmap creates live, web-based maps of your Minecraft worlds that players can view in any browser. Note: More optimized alternatives include BlueMap and squaremap.Installation
- Download Dynmap from SpigotMC (Bukkit) or CurseForge (Forge/Fabric)
- Place the JAR in
plugins(Bukkit) ormods(Forge/Fabric) folder - Restart your server
- Stop the server after it starts
- Create a port in Network tab
- Open
plugins/dynmap/configuration.txt - Set the port and web path (e.g.,
/dynmap) - Start your server
Reverse Proxy (Custom Domain)
Use a reverse proxy to access Dynmap with a custom domain instead of an IP address.With berrybyte (Lime)
- Create a DNS record pointing to
cotton.api.berrybyte.network(set Cloudflare to DNS only if using it) - Go to Proxies Manager and click Create Proxy
- Enter your domain in
Sourceand the Dynmap port allocation inAllocation - Click Create
Local/Other Provider (Advanced)
Automatic setup:- Set up a server with Nginx:
sudo apt update && sudo apt -y install nginx - Create DNS record pointing to the proxy server IP
- Add Nginx config:
- Restart Nginx:
sudo systemctl restart nginx
Usage
Access Dynmap athttp://your-server-ip:port/webpath (e.g., http://yourdomain.com:20029/dynmap).
- Switch between maps using the dropdown
- View online players on the right
- Click player names to see their location
- Use the search bar to find locations or players
Customization
Click Configure Dynmap in the web interface to adjust zoom, player visibility, and map appearance. For advanced options, editplugins/dynmap/configuration.txt.
Common Issues
Web interface won’t load- Port or firewall issue
- Fix: Verify port configuration and firewall settings
- World mapping or permissions issue
- Fix: Check
worlds.txtand verify permissions
- Network/port forwarding issue
- Fix: Ensure port is forwarded and accessible
- Resource-intensive during initial generation
- Fix: Consider BlueMap or squaremap alternatives
Related Guides
- Server Network Configuration - Networking features
- Installing Plugins - Plugin installation
- Server Performance - Optimize performance
- Chunky Plugin - Pre-generate chunks