Как подключить dynmap к домену
How do I make my Dynmap run on my domain #2687
Comments
Frityet commented Dec 8, 2019
I want it to be map.[mydomain]
The text was updated successfully, but these errors were encountered:
fihovi commented Dec 8, 2019 •
You can redirect from map.[] subdom to dynmap webserver
Frityet commented Dec 10, 2019 •
I know, but I want it to run on my domain so it shows map.mydomain at the top
Technoguyfication commented Dec 11, 2019
You need to set up your DNS records to do this, this issue isn’t really in the scope of Dynmap. Learn about CNAME and A records and change your DNS zone configuration to match.
Frityet commented Dec 12, 2019
How would I do the CNAME? Do i do it like i did it with Minecraft?
Technoguyfication commented Dec 12, 2019
You want an A or CNAME record as map.example.com pointed towards whatever domain or IP your dynmap webserver is located on. If it’s an IP, use an A or AAAA record. If it’s a domain name, use a CNAME record.
partydev commented Dec 15, 2019
To add on to this, if you want your dynmap to run on your webserver, you need to set it up by following this guide:
https://github.com/webbukkit/dynmap/wiki/Setting-up-without-the-Internal-Web-Server
This guide assumes you have a web server set up on the same system as your Minecraft server.
mikeprimm commented Dec 16, 2019 •
HuJK commented Dec 17, 2019 •
I use nginx reverse proxy to do this:
First set DNS record map.mc.mydomain.com to my your server:
and I think this issue isn’t dynmap’s issue.