fix small formatting error

FedUpWith-Tech 2021-11-22 18:12:47 -05:00
parent b6abb52936
commit 4ec41d66b9

@ -17,9 +17,9 @@
`webserver-port: 8123`
to
`webserver-port: 7229`
Be sure to restart your server after you make this change then, in your web browser, go to `http://\<server-ip>:7229/` for example if the IP you type in minecraft is `192.192.192.192:25565` then the address you type in the web browser would be `http://192.192.192.192:7229/` Now that we have Dynmap up and running, you can move to the next section.
2. **VPS** As there are more VPS's providers and more "standards" than I can count with both my hands and feet I can't give specific tutorials like with dedicated Minecraft server hosts the general information still applies. If you are on a shared IP, request a new port from your provider. If you are on a dedicated IP, forward port 8123 then go to your favorite chromium fork and enter `http://\<server-ip>:8123` If you are given another port to use in a shared VPS then change the port in the config as described above and enter that address in your browser. Move on to the next step when you can access Dynmap from the web browser.
3. **Self-Hosted** Since your server is self-hosted you likely are on a dedicated IP. If you are not on a dedicated IP, how did you get Minecraft set up? Hopefully you still remember how to port forward from when you port forwarded for your Minecraft server. If not, [this website](https://portforward.com/) is a fantastic resource as a refresher. Once you've opened a port make sure you can connect to the Dynmap website by going to `http://\<server-ip>:8123` just to be clear, if your server you type into Minecraft is `192.192.192.192:25565` the ip you would type is `http://192.192.192.192:8123/` If you can connect to you your Dynmap web map move on to the next step.
Be sure to restart your server after you make this change then, in your web browser, go to `http://<server-ip>:7229/` for example if the IP you type in minecraft is `192.192.192.192:25565` then the address you type in the web browser would be `http://192.192.192.192:7229/` Now that we have Dynmap up and running, you can move to the next section.
2. **VPS** As there are more VPS's providers and more "standards" than I can count with both my hands and feet I can't give specific tutorials like with dedicated Minecraft server hosts the general information still applies. If you are on a shared IP, request a new port from your provider. If you are on a dedicated IP, forward port 8123 then go to your favorite chromium fork and enter `http://<server-ip>:8123` If you are given another port to use in a shared VPS then change the port in the config as described above and enter that address in your browser. Move on to the next step when you can access Dynmap from the web browser.
3. **Self-Hosted** Since your server is self-hosted you likely are on a dedicated IP. If you are not on a dedicated IP, how did you get Minecraft set up? Hopefully you still remember how to port forward from when you port forwarded for your Minecraft server. If not, [this website](https://portforward.com/) is a fantastic resource as a refresher. Once you've opened a port make sure you can connect to the Dynmap website by going to `http://<server-ip>:8123` just to be clear, if your server you type into Minecraft is `192.192.192.192:25565` the ip you would type is `http://192.192.192.192:8123/` If you can connect to you your Dynmap web map move on to the next step.
4. **Issues?** Don't worry, you aren't the first to have issues getting past this step nor will you be the last. Networking is super confusing and I have my degree in networking. First, lets check your server log and make sure dynmap started correctly. You should see a line in the startup log like this
`[dynmap] Web server started on address 0.0.0.0:8123`
If there is an error here your port is likely in use already or there is a firewall issue on your OS. These issues are a bit too specific to cover in a guide so please contact the Dynmap team for support. However, if Dynmap did start correctly and there are no other related errors in the log then there was likely an issue with port forwarding or a firewall somewhere. First go to [canyouseeme.org](https://www.canyouseeme.org/) and enter your ip address and your port. It will check if the port is open, if it isn't then the issue lies in a firewall or your router. More information about port forwarding, how to do it, what it means, and what are the risks visit [this site.](https://portforward.com/) For all other issues or if you are still unable to open a port then contact the Dynmap team for support.