Cant open WEB UI

rasiman

New Member
Sep 14, 2023
5
0
1
dear all
why suddenly my proxmox cant open WEB UI?

status for port running
root@ve:~# nmap -p 8006 localhost
Starting Nmap 7.80 ( https://nmap.org ) at 2023-09-14 17:16 WIB
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000052s latency).
rDNS record for 127.0.0.1: localhost.localdomain

PORT STATE SERVICE
8006/tcp open wpl-analytics

Nmap done: 1 IP address (1 host up) scanned in 0.58 seconds
 
Hi,

What does the output of the following commands say?

Bash:
curl https://YOUR-PVE-IP:8006/ -k | grep title
systemctl status pveproxy.service

Did you try the other browser?
 
root@ve:/etc/pve/ha# curl https://your-pve-ip:8006/ -k | grep title
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: YOUR-PVE-IP
root@ve:/etc/pve/ha# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2023-09-14 17:01:49 WIB; 1h 33min ago
Main PID: 8634 (pveproxy)
Tasks: 4 (limit: 57332)
Memory: 136.1M
CPU: 21min 13.771s
CGroup: /system.slice/pveproxy.service
├─ 8634 pveproxy
├─44147 pveproxy worker
├─44148 pveproxy worker
└─44150 pveproxy worker

Sep 14 18:20:50 ve pveproxy[44145]: shutdown() on closed socket GEN6 at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 143.
Sep 14 18:20:50 ve pveproxy[44145]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 170.
Sep 14 18:20:50 ve pveproxy[44145]: worker exit
Sep 14 18:20:50 ve pveproxy[44144]: shutdown() on closed socket GEN7 at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 143.
Sep 14 18:20:50 ve pveproxy[44144]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 170.
Sep 14 18:20:50 ve pveproxy[44144]: worker exit
Sep 14 18:20:50 ve pveproxy[44149]: got inotify poll request in wrong process - disabling inotify
Sep 14 18:20:50 ve pveproxy[44149]: shutdown() on closed socket GEN7 at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 143.
Sep 14 18:20:50 ve pveproxy[44149]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 170.
Sep 14 18:20:50 ve pveproxy[44149]: worker exit
root@ve:/etc/pve/ha#
 
You have to set your Proxmox VE IP instead of (your-pve-ip). Sorry, I forgot to mention that in my previous reply.

root@ve:/etc/pve/ha# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2023-09-14 17:01:49 WIB; 1h 33min ago
Main PID: 8634 (pveproxy)
Tasks: 4 (limit: 57332)
Memory: 136.1M
CPU: 21min 13.771s
CGroup: /system.slice/pveproxy.service
├─ 8634 pveproxy
├─44147 pveproxy worker
├─44148 pveproxy worker
└─44150 pveproxy worker

Sep 14 18:20:50 ve pveproxy[44145]: shutdown() on closed socket GEN6 at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 143.
Sep 14 18:20:50 ve pveproxy[44145]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 170.
Sep 14 18:20:50 ve pveproxy[44145]: worker exit
Sep 14 18:20:50 ve pveproxy[44144]: shutdown() on closed socket GEN7 at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 143.
Sep 14 18:20:50 ve pveproxy[44144]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 170.
Sep 14 18:20:50 ve pveproxy[44144]: worker exit
Sep 14 18:20:50 ve pveproxy[44149]: got inotify poll request in wrong process - disabling inotify
Sep 14 18:20:50 ve pveproxy[44149]: shutdown() on closed socket GEN7 at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 143.
Sep 14 18:20:50 ve pveproxy[44149]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 170.
Sep 14 18:20:50 ve pveproxy[44149]: worker exit
Can you please try to restart the pveproxy service using the following command?

Bash:
systemctl start pveproxy
 
root@ve:/etc/pve/ha# curl https://43.225.67.180:8006/ -k | grep title
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 43.225.67.180:8006
 
You have to set your Proxmox VE IP instead of (your-pve-ip). Sorry, I forgot to mention that in my previous reply.


Can you please try to restart the pveproxy service using the following command?

Bash:
systemctl start pveproxy
i do command
systemctl start pveproxy
has no effect
 
root@ve:~# curl https://localhost:8006/ -k | grep title
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (35) OpenSSL SSL_connect: No such file or directory in connection to localhost:8006
root@ve:~# pveversion -v
proxmox-ve: 7.3-1 (running kernel: 5.15.74-1-pve)
pve-manager: 7.3-3 (running version: 7.3-3/c3928077)
pve-kernel-5.15: 7.2-14
pve-kernel-helper: 7.2-14
pve-kernel-5.15.74-1-pve: 5.15.74-1
 
Hi @chiefbuilder , welcome to the forum.

I recommend opening your own thread, as what you are experiencing is a common symptom that can be caused by many different things.
In that new thread, please provide as much information as possible about your particular system. For example:
What is the IP of the PVE server?
What is the IP of your workstation?
What is the IP of your gateway?
Can you ping the PVE server?
Can you ssh into PVE server?
What is the output of "ip a" on PVE?
What is the corresponding output from your workstation? (ipconfig /all ; ip a)
What is the output of "curl -k https://127.0.0.1:8006" when run directly from PVE (over SSH or physical console?)
What is the output of "curl -k https://LAN_IP:8006" when run directly from PVE (over SSH or physical console?)

cheers,


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox