Scale 24.10 CLE Change Web GUI Port

Idiocy aside, I messed up my web ports while troubleshooting my traefik deployment, and can no longer get to my web interface. I’ve turned off the traefik container but still cannot get to the web UI. How can I change my web ports back to 81 and 4443 as they were before through the CLI?

I found a post on running the following commands which appeared to have done something, but access is still unavailable after restarting middlewared:
sudo midclt call system.general.update ‘{ “ui_port”: 81 }’
sudo midclt call system.general.update ‘{ “ui_httpsport”: 4443 }’

Have you verified that the changes are saved as intended?
sudo midclt call system.general.config | jq

Edit: After a reboot I’m back in. What other command would need run to make the change take effect, or possibly a bug? Either way, thanks!

I was just poking around the CLI a bit more and did confirm those commands worked. I’m rebooting the server now just to see if a fresh reboot gets it going again.
image

1 Like