Cannot access WEB UI after changing the static IP

oxygenkun

New Member
Dec 20, 2022
2
0
1
Hi, I'm a novice at PVE.

There are some trouble after I changed the static IP. When I installed the system into the box as a standalone mode, the WEB UI worked well if I access the http://machineaddess:8006.

Then I changed the IP address by editing /etc/network/interfaces and /etc/hosts following with one tutorial. After rebooting, I can access the new address through SSH, but there is no response from the WEB UI.

I tried to use wget http://localhost:8006 on the machine and it just shows "HTTP request sent, awaiting response... No data received."
 
Last edited:
Proxmox uses HTTPS not HTTP

Please try HTTPS instead.
It shows "not secure" on the browser and I thought to use HTTP to bypass it, but that's not the right way. Just continue to access the page.

Anyway. Thank you so much!