
About the author
Hi, I’m Edy Werder. I write hands-on guides about Proxmox, homelab servers, NAS, and WordPress, based on real setups I run and document.
No sponsors, no fluff—just real configs and results.
Enjoying the content?
By Edy Werder — IT Consultant & Tech Blogger
This is my homelab software and hardware list for 2026, everything I run daily.

That’s a question I often get from clients, friends, and fellow tech enthusiasts. My homelab isn’t just a hobby—it’s the backbone of my daily workflow and the testing ground for everything I recommend on this blog.
The core of my setup is a three-node Proxmox VE cluster: a Dell PowerEdge T360, a Minisforum MS-01, and an Intel NUC Dawson. Fortinet handles networking and security, a Synology NAS covers storage, and Veeam runs backups. I also keep a Dell PowerEdge T440 for testing new hypervisors.
Because I believe in “practice what you preach.” If I recommend a tool or platform, it’s because I use it myself. Every device, VM, and app listed here has earned its place through hands-on experience.
Do you want to browse all my gear in one place?
I created an Amazon storefront with all the gear I use and recommend.
Dell PowerEdge T360

|
Intel Xeon 6 Performance 6333P, 3,1 GHz |
|
128GB Ram |
|
Dell HBA355i-Adapter |
|
2x 1TB SSD Disks |
|
4x 4TB SATA Disks |
|
IDRAC 8 Enterprise |
Dell PowerEdge T440

|
Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz |
|
128GB Ram |
|
2x SD Cards |
|
2x 1TB SSD Disks |
|
3x 4TB SAS Disks |
|
IDRAC 8 Enterprise |
I ordered my latest Dell Server PowerEdge T360 without a RAID controller. Based on recommendations from Dell and my own research, HBA is best for Proxmox ZFS.
Whenever I order a server, even for a home lab, I ensure it can be managed remotely. I have used IDrac, HP ILO, and Supermicro IPMI. They are all great features that allow me to manage my servers remotely. I’d rather use Idrac because it supports HTML5. HP ILO and Supermicro IPMI are also great, but Idrac is the best. It costs a bit extra, but it is worth the price.
| Proxmox VE Cluster (3 Nodes) | |
| Intel NUC Dawson i5 | 32GB Memory, 300GB SSD, 4TB SATA |
| Minisforum MS-01 | 32GB Memory, 300GB SSD – part of the three-node cluster with the T360 and Intel NUC |
| Networking & Security | |
| Fortigate 60F | Firewall |
| FortiSwitch 124F | Managed Switch |
| FortiSwitch 108F | Managed PoE Switch |
| 2x Cisco SG300-10PP | PoE Switch |
| 2x FortiAP 221E | Wireless Access Points |
| Storage | |
| Synology NAS DS723+ | Main storage for VMs and data |
| Synology NAS DS720+ | Backup repository |
| Power | |
| APC Back UPS RS 1500 | UPS for the full rack |
| Standby / Testing | |
| Dell PowerEdge T440 | Former VMware host, kept for testing new hypervisors |
Here’s every piece of software running in my homelab right now.
My homelab runs a three-node Proxmox VE 9 cluster:

Each node uses its own local storage. Proxmox Backup Server runs on a separate mini PC with a local SSD and uses the Synology DS720+ over NFS as an additional backup repository. Veeam Backup & Replication covers the Windows VMs separately.
Separate from the cluster, I run an Acemagic K1 as a standalone Proxmox server. It’s not part of the cluster, which makes it useful for testing and isolated workloads.
The Synology DS723+ runs Synology Drive for file sync and sharing across my devices.
Running a cluster lets me live-migrate VMs between nodes, which is useful for maintenance and testing. If one node goes down, the workload is redistributed to another node.
I ran VMware ESXi for years on my Dell PowerEdge T440. vCenter gave me centralized management, and as a VMUG Advantage member, I had access to NFR licenses for about $200/year. It was a great deal for a homelab.
Then Broadcom acquired VMware and changed the rules. The free ESXi hypervisor disappeared. VMUG Advantage still exists, but now requires a VMware certification to qualify, meaning you have to pay for and pass an exam on top of the membership fee. That killed the value for homelab use.
The licensing changes also hit my consulting clients. Small businesses that ran VMware could no longer afford the new subscription pricing. I migrated them to Proxmox VE, and that gave me the hands-on experience to move my own homelab over as well.
Proxmox gave me everything I needed: a Type 1 hypervisor with KVM and LXC containers, a built-in web interface, clustering, and ZFS support. All open source, no licensing games.
The T440 is still there, powered off. I keep it around for testing other hypervisors. Hyper-V is next on the list.
A homelab is the best way to learn virtualization, networking, storage, and clustering without risking a production environment. If something breaks, you fix it and move on. No downtime, no angry clients.
That’s exactly why I run one. It lets me test configurations before deploying them for clients, and it gives me real material to write about on this blog. I even host my WordPress website on my Dell PowerEdge T360.
Building a homelab is a continuous journey. I regularly upgrade and expand my setup, and I document the process here so others can learn from it.
I’d love to hear from you. Was this article helpful? Share your thoughts in the comments below. If you prefer, you can also reach me by email or connect with me on Reddit at Navigatetech.
Curious where to start your own build? My step-by-step homelab guide covers the planning and setup decisions I made along the way.
If you found this useful, check out my guide on the Best Server for Home Lab, or get inspired by my 25 homelab project ideas for what to run on a setup like this. You can also browse all the hardware I use and recommend in my Amazon storefront.
Hi, I’m Edy Werder. I write hands-on guides about Proxmox, homelab servers, NAS, and WordPress, based on real setups I run and document.
No sponsors, no fluff—just real configs and results.
Enjoying the content?
oVirt (RHV) is another enterprise-grade solution that uses KVM as the hypervisor. Just because it’s enterprise doesn’t mean you can’t use it at home. oVirt offers a powerful web interface and an API and can handle hundreds of nodes (if you are running that many servers, I don’t want to be your neighbor!). The potential problem with oVirt for a home lab is that it requires a minimum set of nodes: You’ll need one external storage, such as a NAS, and at least two additional virtualization nodes (you can run it just on one, but you’ll run into problems in maintenance of your environment).