How to Change Ports in Windows Config

I am following a guide regarding adding multiple nodes to one machine. I believe I have it figured out however, when I go to alter the ports. The server API and GUI port 14002 won’t change. All other ports accept the edits to the config however, this port won’t change. Has anyone had any experience with this or have a solution? Thanks!

Welcome
If your talking about the port for GUI for the dashboard you will need to remove the # to enable being able to change the port, If your trying to access it over your network make sure to use the local IP address of that machine in the config itself.
Example

console.address: 10.10.1.90:14002

You will need to restart the storagenode for it to come into effect.

1 Like