Proxmox Cluster Setup

Proxmox
Cluster setup
GUI
Command line
Howtoforge.com
Proxmox.com wiki
Slave devices
This article provides a step-by-step guide on how to set up a Proxmox cluster using the GUI or command line. It covers creating a new cluster, adding slave devices, and checking the status of the master device on the cluster setup page. The instructions are sourced from Howtoforge.com and the Proxmox.com wiki for accurate information.
Published

July 27, 2024


either use gui or command line

# run on master device
pvecm create <cluster_name>
# run on slave device
pvecm add <cluster_ip>
# check on master device
pvecm status

reference:

https://www.howtoforge.com/tutorial/how-to-configure-a-proxmox-ve-4-multi-node-cluster/

https://pve.proxmox.com/wiki/Cluster_Manager