Cannot access the web dashboard of my 2nd node

@peem is right - if you did not use --network host in your docker run commands, you doesn’t need to change the internal port.
However, if you really want, then you need to change it in the docker run command with option --console.address=:14003, it should be specified after the image name.
This is because :14002 is hardcoded in the entrypoint: storj/entrypoint at b60c3ea0a151fccb158f3f6207957fae2a819d1f · storj/storj · GitHub

2 Likes