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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!