Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

How do i make dynmap run on my own domain name? i want it to be map.example.com

sexibatka opened this issue ยท 4 comments

commented
commented

add an A record to the IP, but you cannot hide the port. if you want to hide the port you need to reverse-proxy it to 80 for http or 443 for https. if not using reverse-proxy it should look like http://map.example.com:8123

commented

how do i use reverse proxy on it?

commented

A reverse proxy is a seperate program that takes web requests, and can do magic to them to hide what is behind. A lot of the time, people either use Apache to reverse proxy, or just provide links with the port as it gets too hard.

Its a bit beyond the scope of dynmap itself - there are soooo many ways of doing it.

Here is one online howto; Apache - https://serverfault.com/questions/799012/dynmap-through-mod-proxy-on-a-external-webserver

commented

A reverse proxy is a seperate program that takes web requests, and can do magic to them to hide what is behind. A lot of the time, people either use Apache to reverse proxy, or just provide links with the port as it gets too hard.

Its a bit beyond the scope of dynmap itself - there are soooo many ways of doing it.

Here is one online howto; Apache - https://serverfault.com/questions/799012/dynmap-through-mod-proxy-on-a-external-webserver

thanks a lot :D