Quick multi node settings question

@RandallStevens please see my other post… I stumbled upon these annoying ports myself and I figured it out eventualy. There is another setting in config.yaml that must match the internal docker port.

From what I see, you nailed them, except for the dashboard port: you should change the second one to 14003, like this:

node2:
... 14002:14002

node3:
... 14003:14002

You can also delete de IP 127…, if you want to access the dashboard from other machines in your network, like from a smarphone. Check my post. You will access the dashboard with node manchine’s IP and the unique port:
http://192.168.1.100:14002
http://192.168.1.100:14003

Also, since there are 2 machines, with 2 LAN IPs, you can use the external 28967 for both, for one node in each, and just change it for the second node in each machine.

1 Like