Error when trying to view my node progress in my browser

Hi guys! I am currently experiencing an error with my local host ports when I try to check my node progress in my web browser. I have 3 running nodes right now, one of them used the default port that comes with the docker code to create the node, this port works and is 14002. I am able to successfully access Node Dashboard from this port. For the other two ports, I cannot access my Node dashboard. These ports are 14003 and 14004. Whenever I try to access my node dashboard for these ports http://127.0.0.1:14003/ and http://127.0.0.1:14004/ my browser spits out an error message:

This page isn’t working

127.0.0.1 didn’t send any data.

ERR_EMPTY_RESPONSE

I would love to be able to access the Node Dashboard for both of these ports like I can for the 14002 one. I hope what I am saying is understandable :rofl:. Any help or suggestions would be greatly appreciated. Thanks!

What is it? Windows GUI, docker?

1 Like

I’m using docker, not windows GUI.

-p 127.0.0.1:14003:14002
or
-p 127.0.0.1:14004:14002
in docker run command, for the second and third nodes, note where you enter the different port 14003 and 14004