Skip to main content

Proxmox Troubleshooting and Commands

  • Update Proxmox
apt update && apt dist-upgrade -y
  • List all VMs
qm list
  • List all containers
pct list
  • Check storage
pvesm status
  • Check cluster status
pvecm status
  • Check HA status
ha-manager status
  • View running services
systemctl list-units --type=service --state=running
  • View system logs
journalctl -f
  • Proxmox Service Management
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