Web GUI and pveproxy not working

Deimos9728

Member
May 30, 2020
1
0
6
41
Hello,

In an attempt to enable remote tinkering on my Proxmox server I installed the VPN service known as Tailscale onto my Proxmox server and I lost the web GUI and discovered that pveproxy won't start after uninstalling Tailscale. I've googled this issue but can't seem to find a viable solution for my problem, so I'm hoping that someone here can help me solve this problem.
 

Attachments

Your pve-cluster servies fails to start, thus pveproxy fails afterwards.

Can you try:
Bash:
systemctl reset-failed pve-cluster
systemctl start pve-cluster

If that fails too it'd be good to get the initial log messages of that start try, you can get all log messages from that service from the last hour with:
Bash:
journalctl -u pve-cluster.service --since -1h