I cant connect to my proxmox server: http://192.168.0.7:8006 or https://192.168.0.7:8006 (im on 192.168.0.155)
I can ssh to the server using ssh root@192.168.0.7 and run the commands see status etc. it seems like the webservice is not working
I have restarted my server, unplugged it from power as well.
I have read tons of posts here but nothing works:
I can ssh to the server using ssh root@192.168.0.7 and run the commands see status etc. it seems like the webservice is not working
I have restarted my server, unplugged it from power as well.
I have read tons of posts here but nothing works:
Code:
root@pve:~# curl -I http://192.168.0.7:8006
HTTP/1.1 501 method 'HEAD' not available
Cache-Control: max-age=0
Connection: close
Date: Thu, 04 Dec 2025 19:41:00 GMT
Pragma: no-cache
Server: pve-api-daemon/3.0
Expires: Thu, 04 Dec 2025 19:41:00 GMT
Code:
root@pve:~# pveproxy status
running
Code:
systemctl stop pvestatd
systemctl start pvestatd
systemctl stop pveproxy
systemctl start pveproxy
Code:
auto lo
iface lo inet loopback
iface enp114s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.7/24
gateway 192.168.0.1
bridge-ports enp114s0
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*