
Build a high-availability Proxmox cluster using three Intel N100 mini PCs. Learn how 2.5GbE networking unlocks fast migration and failover for a fraction of the cost.
Why build one big, power-hungry server when you can build a cluster? Clustering offers High Availability (HA)—if one node dies, your services automatically restart on another.
In 2025, the sweet spot for home clusters is combining the Intel N100 with 2.5GbE networking.
We are targeting a 3-node cluster. This is the magic number for "quorum" (voting), allowing the cluster to survive the loss of one node without losing data integrity.
In the past, 1GbE was too slow for serious clustering, and 10GbE was too expensive/hot. 2.5GbE is the Goldilocks zone.
Don't just plug everything in. Separate your traffic for best performance.
Install Proxmox VE 8.x on all three nodes. Give them static IPs:
192.168.1.11192.168.1.12192.168.1.13On Node 1, go to Datacenter > Cluster > Create Cluster. Copy the "Join Information". On Node 2 and 3, go to Datacenter > Cluster > Join Cluster and paste the info.
This is the cool part.
N100 clusters struggle with Ceph (distributed storage) because it requires fast CPU and low latency.
Recommendation: Instead of Ceph, use a Shared NAS (via NFS/iSCSI) connected via 2.5GbE. This gives all nodes access to the same VM disks without the overhead of Ceph.
A 3-node N100 cluster is the ultimate homelab learning tool. It teaches you enterprise concepts like HA, migration, and quorum, all while consuming less power than a single old enterprise server.
Use our Power Calculator to estimate how much your server will cost to run 24/7.
Try Power Calculator