Clustering
Articles in Clustering.
Blog posts
How to Migrate VMs Between Separate Proxmox VE Clusters (Remote Migration)
Learn how to use qm remote-migrate and pct remote-migrate to move VMs and LXC containers directly between two independent Proxmox VE clusters, no shared storage or cluster merge required, just an API token, a certificate fingerprint, and a few CLI flags.
How to Remove a Node From a Proxmox VE Cluster (Safely, Without Breaking Quorum)
Decommissioning hardware or cleaning up after a dead node? Here's the full, correct order of operations for removing a node from a Proxmox VE cluster: draining workloads, tearing down Ceph and replication jobs, running pvecm delnode, recovering from quorum loss, and cleaning up everything the command leaves behind.
How to Live Migrate a Virtual Machine Between Nodes in a Proxmox VE Cluster
Learn how live migration works in Proxmox VE, what your cluster needs before it will work, and how to move running VMs between nodes from the web UI and CLI without downtime.