Map Explorer

Connect to any BlueMap or Dynmap server and explore the world

Connect to Server Map

Enter the URL of a BlueMap web interface (usually port 8100)

How to find your map URL:

  • BlueMap default: http://server-ip:8100
  • Check your server's BlueMap webserver.conf for the port
  • Some servers use a subdomain like map.server.com

Try an example (if available):

About Map Explorer

Browse Any Server

Connect to any public BlueMap server and explore the world

Live Players

See online players and their positions in real-time

Multiple Worlds

Switch between Overworld, Nether, End, and custom worlds

Note: CORS Restrictions

Some BlueMap servers may not allow cross-origin requests from web browsers. If you can't connect, you may need to access the map directly at the server's URL, or ask the server admin to enable CORS headers in their web server configuration.

Interactive 3D Maps

Explore Minecraft worlds in stunning 3D directly in your browser. Pan, zoom, and rotate to view builds from any angle.

Real-Time Player Tracking

See where players are on the map in real-time. Click any player to fly to their location instantly.

Multi-World Support

Switch between Overworld, Nether, End, and any custom dimensions. Each world is rendered separately.

Want BlueMap on Your Server?

Our dedicated Minecraft hosting supports BlueMap with easy installation. Give your players an interactive web map to explore your world.

About Minecraft Web Maps

Web maps like BlueMap and Dynmap allow Minecraft server owners to share interactive, browser-based maps of their worlds. Players can explore the server's terrain, find builds, and see who's online without even launching Minecraft. This tool lets you connect to any public BlueMap server and explore it directly from this page.

How BlueMap Works

BlueMap is a Minecraft plugin/mod that renders your world into 3D tiles. These tiles are served through a built-in web server (default port 8100). When you open the map URL in a browser, it loads these tiles and displays them using WebGL for smooth 3D rendering. The map updates automatically as players build and modify the world.

BlueMap API Endpoints

  • /settings.json - List of available maps
  • /maps/{id}/tiles/{z}/{x}/{y}.png - Map tiles
  • /maps/{id}/live/players.json - Player positions
  • /maps/{id}/live/markers.json - Custom markers

Who Uses This Tool?

Server Shoppers

Preview a server's world before joining. See how active it is, check out builds, and decide if it's the right community for you.

Server Owners

Test your BlueMap setup and see how it looks to visitors. Verify that all worlds are rendering correctly and players are tracking.

Community Members

Find your friends on the server, plan meetup locations, and explore areas you haven't visited yet - all from your browser.

Content Creators

Scout filming locations, plan time-lapse routes, and showcase your builds to viewers without needing to share server access.

Event Planners

Plan server events, mark waypoints, and coordinate large groups by viewing the map externally during gameplay.

Mobile Users

Check on your server from your phone. See who's online and what's happening even when you can't play Minecraft.

Supported Map Plugins

This explorer is designed for BlueMap but may work with other map plugins that use similar APIs.

BlueMap

Full 3D map rendering with real-time updates. Works on Spigot, Paper, Fabric, Forge, and Sponge servers. The most visually impressive option.

  • - Default port: 8100
  • - 3D isometric view
  • - Real-time player tracking
  • - Custom marker support

Dynmap

The original Minecraft web map. Offers 2D and isometric views with extensive plugin integrations. Proven and stable.

  • - Default port: 8123
  • - 2D flat and isometric views
  • - Live chat integration
  • - Extensive plugin support

Frequently Asked Questions

Why can't I connect to a server?

Most likely the server has CORS (Cross-Origin Resource Sharing) disabled, which prevents browsers from loading the map data. You'll need to visit the map URL directly or ask the server admin to enable CORS headers.

Where do I find my server's map URL?

BlueMap defaults to port 8100 (e.g., http://your-server-ip:8100). Check your BlueMap webserver.conf file for the configured port. Some servers use a subdomain like map.servername.com.

Why don't I see any players?

Player tracking may be disabled on the server, the server might be empty, or players might be in a different world than the one you're viewing. Try switching between worlds using the selector.

Can I use this with my own server?

Yes! Install BlueMap on your server and enter your map URL here. For CORS to work, you may need to configure your web server to allow cross-origin requests, or use the map directly at your server's URL.

Is my data secure?

This tool only reads publicly available map data from BlueMap servers. We don't store any connection information or server data. All requests go directly from your browser to the map server.

How do I install BlueMap?

Download BlueMap from GitHub, place it in your plugins/mods folder, configure the port in webserver.conf, and run /bluemap reload. Check our BlueMap hosting guide for details.