General

Configure a Custom Subdomain for Dynmap on Your Minecraft Server

General·May 20, 2026·11 min read

Dynmap is one of the most useful plugins you can add to a Minecraft server, projecting a live overhead view of the world into any web browser. Players can spot bases, villages, faction territories, and resource hotspots without logging into the game. The plugin is hugely popular, but the default access method is clunky: visitors have to type a raw IP plus a port number, which reads more like a hobby project than a serious community.

A friendlier option is to attach the live map to a subdomain of an address you already own. This is the same idea behind Tebex stores or wiki subdomains: take an existing brand and stick a short prefix in front of it. The configuration sits mostly inside your domain registrar rather than the Minecraft server itself, and this guide walks through every step.

Creating a Subdomain That Points to Dynmap

You need an active domain before doing anything below. Registrar prices and interfaces vary, and the examples here use GoDaddy because it covers the largest share of small server owners. Other providers expose the same DNS concepts under slightly different labels, so the workflow translates without much effort.

Using the same domain as the Minecraft server itself keeps things cohesive, but nothing stops you from pointing a separate domain at the map. The work splits into three blocks: opening DNS settings, adding an A record, and creating the masked forward that does the actual redirection.

Opening Your DNS Panel

  • Log into your GoDaddy account.
  • Open the Products page and find the domain you want to use.
  • Click DNS on the right side of that domain to enter the DNS dashboard.

Adding the A Record

  • In the DNS Records section, choose Add New Record.
  • Fill in Type A, Name map, Value the numeric IP of your server without any port, and TTL half an hour or the default.
  • Save the entry. A successful record looks like the example below.

Setting Up the Forward

  • Switch to the Forwarding tab at the top of the DNS page.
  • Click Add Forwarding under the Subdomain section.
  • Set the subdomain to `map` and enter the full Dynmap URL with its web port underneath.
  • Change Forward Type to Forward with Masking.
  • In the masking fields, set a title such as "Dynamic Map" so browser tabs display something sensible.
  • Press Save at the bottom of the form.

Sharing the New Address

Once DNS settles, anyone typing the new subdomain into a browser will land on Dynmap. The example in this guide ends up at `map.MyDomain.com`, and that string is what you share in Discord, forum signatures, or in-game messages. Propagation usually finishes within minutes, although registrars officially warn that it can take up to 24 hours. If the page loads for you, every other visitor will see the same thing.

A polished URL pays off most on factions, survival, and SMP communities where the map doubles as a recruitment tool. Newcomers can scout terrain, see live builds, and decide whether the world looks worth joining before they ever connect.

Common Issues and FAQ

The subdomain loads the wrong page or nothing at all. DNS values are almost always the cause. Verify that the Forwarding subdomain matches the A record name, and confirm the destination URL uses the Dynmap web port from `configuration.txt`, not the regular Minecraft server port.

The map works on the raw IP but not the subdomain. Recheck every DNS field, then test the IP directly to confirm the plugin itself is fine. If both routes still misbehave, open a ticket with the HolyHosting team unless the issue traces back to your registrar.

The A record is greyed out and refuses to save. Registrars lock the A record once a matching forward exists. Delete the forward, edit the record, then recreate the forward. Nothing else needs to move.

Do I need GoDaddy specifically? No. Any registrar works as long as it exposes A records and HTTP forwarding. GoDaddy is convenient because every menu has a search bar, but Namecheap, Cloudflare Registrar, and Porkbun handle the same task without trouble. All of them charge for a domain, so factor that into your server budget.

Still have questions?

Come chat with us and we will get back to you as soon as possible!

Contact Support