Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

Web Adress Problem

Peterowski opened this issue ยท 4 comments

commented

Issue Description: I have a normal server ip in properties, and when I enter the address 192.168.1.10:8123 it works, but my friends don't, what should I do?.

  • Dynmap Version: Dynmap-3.3-beta-4-spigot
  • Server Version: spigot 1.18
commented

you need to open a port in your router panel, and give your friends your external IP to connect to, found by googling whats my ip.

commented

you need to open a port in your router panel, and give your friends your external IP to connect to, found by googling whats my ip.

So I understand correctly that I need to add TCP / UDP port 8123 or another port in my config to the router, and then use What is my IP? and send it to my friends with the ending :8123 (or another)?

P.S. Thank you!

commented

Exactly, so if your external IP is 40.56.30.17, then the full link would be http://40.56.30.17:8123 by default, and if you allowed TCP port 8123 through your router.

commented

Exactly, so if your external IP is 40.56.30.17, then the full link would be http://40.56.30.17:8123 by default, and if you allowed TCP port 8123 through your router.

Thanks!