Closed adamfaridi closed 4 years ago
Nevermind, i got this working, port was unavailable and had to change server.properties so that the "server-ip" setting wasn;t 0.0.0.0, but our number ip
@adamfaridi Please close your issue if you've solved the problem
Hey there. I have the same issue but unable to change my ip from 0.0.0.0 to my actual server ip. The server automatically resets it on boot for some reason?
Any ideas on how to solve this?
usually, needing to set that host is due to being multi-tenant (like a hosting service), where you have a dedicated IP on the same server as other folks, and using 0.0.0.0 (which will try to bind to all IP addresses) breaks due to conflict on localhost (127.0.0.1) or other public addresses already having someone binding on the same port. Binding to the 'right' IP is one way to fix it, the other is to switch dynmap to another unused port number (e.g. 8124, 8125 whaterver) that doesn't bump into someone else on the same host that might have already 'grabbed' 8123.
So about a day after we updated to 1.13.2, Dynmap initially worked, but then decided to stop connecting on the webserver, making it impossible to access the actual webepage. This might've been when we updated to paper from spigot, all though i'm not 100% sure. A fellow server owner said they have it working fine on 1.13.2 and paper We used to be able to connect with blueprint.mc-dns.net:8080 (that is our letter ip) as well as our number IP 167.114.11.236:8080 I'd like to stress the fact that everything works EXCEPT connecting on the web server.
Minecraft Version 1.13.2 paper-631.jar Dynmap-3.0-beta-3-spigot.jar IP: blueprint.mc-dns.net (167.114.11.236:25595)
THIS IS WHAT IT SAYS ON STARTUP WHEN ENABLING DYNMAP: 11.07 16:15:31 [Server] INFO Enabling dynmap v3.0-beta-3-160* 11.07 16:15:32 [Server] INFO Added 11 custom biome mappings 11.07 16:15:32 [Server] INFO Using Bukkit Permissions (superperms) for access control 11.07 16:15:32 [Server] INFO Web interface permissions only available for online users 11.07 16:15:32 [Server] INFO Mod Support processing completed 11.07 16:15:32 [Server] INFO Loaded 25 shaders. 11.07 16:15:32 [Server] INFO Loaded 82 perspectives. 11.07 16:15:32 [Server] INFO Loaded 14 lightings. 11.07 16:15:33 [Server] INFO Web server started on address 167.114.11.236:8080 11.07 16:15:33 [Server] INFO version 3.0-beta-3-160 is enabled - core version 3.0-beta-3-160 11.07 16:15:33 [Server] INFO For support, visit https://forums.dynmap.us/ 11.07 16:15:33 [Server] INFO To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
As you can see, no errors.
Here is a list of plugins: ActionBarAPI, BKCommonLib, BlueprintCore, BuildersUtilities, CoralStay, CoreProtect, DeluxeCommands, DeluxeJoin, DiscordSRV, dynmap, Essentials, EssentialsChat, EssentialsSpawn, FastAsyncVoxelSnyper, FastAsyncWorldEdit, goBrush, goPaint, HeadDatabase, HolographicDosplays, iControlU, ImageMaps, LibsDisguises, LuckPerms, Multiverse-Core, PlotSquared, ProtocolLib*, TAB, Vault, WorldEdit, WorldGuard
I also tried dynmap 3.0 beta 4, same issue Server Properties:
Configuration.txt:
https://pastebin.com/G9pBhMRJ
Dynmap is a very important part of our server, and we have a fairly large community, so any help ASAP is greatly appreciated Here is our discord if you'd like to join there and contact one of us: https://discord.gg/wAGXRAe
Thanks! - Adam