[SOLVED] PVE GUI not reachable

davesie

New Member
Aug 19, 2022
10
0
1
Hi,

I cannot reach the GUI of my proxmox VE., but I can reach the server by ssh.
What can be possible wrong?
The Server sits in a DMZ.
Before I used a plain Ubuntu Server and everything worked fine, I could reach the server without any problem.

Output of
Code:
journalctl -u pve-cluster

1660898579330.png

Best Regards
davesie
 
What says the output of curl command below?

Bash:
curl https://YOUR-PVE-IP:8006 -k | grep title

Before I used a plain Ubuntu Server and everything worked fine, I could reach the server without any problem.
If you stop the Ubuntu VM, will the GUI work?
 
What says the output of curl command below?

Bash:
curl https://YOUR-PVE-IP:8006 -k | grep title


If you stop the Ubuntu VM, will the GUI work?
The curl command says:
<title>Server - Proxmox Virtual Environment</title>

It seems like the server drops the connection.

1660907044259.png

I do not have any VMs installed yet. This is the first time I want to access the GUI, I just installed the proxmox system.
I mean that I previously just had a normal plain Ubuntu Server installed on the machine.
Now I want to use Proxmox for better usability and maintainability.
 
Last edited:
Can you confirm that you are accessing the server using https and not http. That error message can show if you try to access an https server but the browser expects http.