Proxmox Troubleshooting and Commands

apt update && apt dist-upgrade -y
qm list
pct list
pvesm status
pvecm status
ha-manager status
systemctl list-units --type=service --state=running
journalctl -f
systemctl restart pveproxy        # restart web interface
systemctl restart pvedaemon       # restart main daemon
systemctl restart pvestatd        # restart stats daemon
systemctl status corosync         # check cluster communication
systemctl status pve-ha-lrm       # check HA Local Resource Manager

Revision #1
Created 2026-03-13 01:22:49 UTC by lumxux
Updated 2026-03-13 01:26:17 UTC by lumxux