pvecm (Proxmox VE Cluster Manager) manages Proxmox VE cluster operations including node membership, quorum, and corosync configuration. Adversaries can use pvecm to enumerate cluster topology, identify all nodes for lateral movement, and understand the cluster authentication infrastructure.
/usr/bin/pvecmDisplay cluster status including quorum, node membership, and ring status.
pvecm status
pvecm statuspvecm status 2>/dev/null || echo "Standalone node"List all nodes in the cluster with their node ID, name, and status.
pvecm nodes
Read the corosync configuration file containing cluster node IPs and authentication settings.
cat /etc/pve/corosync.conf
cat /etc/pve/corosync.confgrep -E "ring0_addr|name" /etc/pve/corosync.confSet expected votes for quorum calculation.
pvecm expected {votes}