How to Set Up a Windows Server Domain Controller in Proxmox

If you work in IT support or at an MSP, Active Directory is something you deal with every single day. But unless you have a spare Windows Server license and a test environment lying around, it’s hard to actually practice — or break things safely. That’s where your homelab comes in. In this guide I’ll walk you through setting up a Windows Server 2022 VM in Proxmox and promoting it to a functioning Domain Controller. No production systems at risk. No expensive licenses needed to get started. ...

June 13, 2026 · 7 min · Ward

LXC Containers vs. Docker vs. Full VMs in Proxmox: What I Actually Use and Why

One of the things that surprised me when I started using Proxmox seriously is that it doesn’t just give you one way to run workloads — it gives you three: full virtual machines, LXC containers, and Docker (running inside one of the other two). Choosing between them isn’t just a technical preference; it affects performance, maintenance overhead, and how much of your hardware you’re burning for each service. Here’s how I think about it, and what I actually run on each. ...

June 9, 2026 · 6 min · Ward

Proxmox vs. ESXi vs. Hyper-V: Which Hypervisor Should You Run in Your Homelab?

When you decide to run virtual machines in your homelab, the first real decision is which hypervisor to use. Three names come up constantly: Proxmox, VMware ESXi, and Microsoft Hyper-V. They all do the same core thing — run multiple VMs on one physical host — but they’re built on completely different philosophies and have very different implications for a homelab setup. I’ve run all three at various points. Here’s my honest take. ...

June 8, 2026 · 6 min · Ward

How I Set Up OPNsense as a VM in Proxmox (And Why You Should Too)

My home network used to be whatever my ISP router decided it should be. No VLANs, no proper firewall rules, no visibility into what was actually happening. When I started running Proxmox on the HP DL380 G6, one of the first things I wanted to fix was the network layer — and OPNsense running as a VM turned out to be exactly the right move. This post covers why I went down this route, what you need to make it work, and a step-by-step walkthrough of the setup. ...

June 7, 2026 · 6 min · Ward

NAS for Your Homelab: Which Storage Setup Actually Makes Sense

Storage is the part of a homelab that people tend to figure out twice. Once when they set it up, and once after something goes wrong. I’m running a Synology RS814 with 16TB attached to my Proxmox host over NFS. It works well — DSM is polished, the NFS share just appears in Proxmox’s storage pool, and the drives have been running without complaint for years. But it’s also a 2013 rackmount unit I got as part of a package deal, not something I’d necessarily recommend buying new in 2026. ...

June 4, 2026 · 8 min · Ward

How to Start a Homelab in 2026 (Without Spending a Fortune)

So you want a homelab. Maybe you’ve been lurking on r/homelab for months, staring at rack builds that cost more than a used car. Maybe you’re an IT engineer at work and want a place to break things without a ticket being raised. Either way - good news: you don’t need to spend a fortune to get started. This guide is for people who want a useful homelab, not a showpiece. ...

May 31, 2026 · 5 min · Ward

Running OPNsense in a Proxmox VM - full setup guide

Running OPNsense as a VM inside Proxmox is one of the best decisions I made when building my homelab. You get a full-featured firewall with the added benefits of snapshots, easy backups, and no dedicated hardware required. The setup is a bit more involved than installing on bare metal — mostly because of how network interfaces need to be configured in Proxmox. But once you understand the network topology, it clicks quickly. ...

May 26, 2026 · 5 min · Ward

Installing Proxmox from scratch — step by step

Proxmox is one of those tools that looks more intimidating than it is. The installation is straightforward, the web interface is clean, and within an hour of starting you can have your first virtual machine running. This guide walks through the full process from scratch. What you’ll need A machine to install Proxmox on (dedicated hardware or a repurposed PC) A USB drive (at least 2GB) for the installer A network connection (wired preferred for the install) A separate machine to access the web interface from Proxmox runs best on dedicated hardware — it’s a Type 1 hypervisor designed to be the only thing running on the machine. Don’t install it alongside another OS. ...

May 23, 2026 · 4 min · Ward

Why I chose Proxmox over ESXi and Hyper-V

When you decide to build a homelab around virtualisation, the first real decision you face is which hypervisor to run. It sounds like a technical detail but it shapes everything that comes after — how you manage VMs, how you access the interface, what features you get for free, and how much you’ll be fighting the platform instead of learning from it. I evaluated three options seriously: VMware ESXi, Microsoft Hyper-V, and Proxmox VE. ...

May 22, 2026 · 4 min · Ward

My homelab hardware: the HP DL380 G6 breakdown

Every homelab starts somewhere. Mine started with a conversation with a friend in bar who had a server sitting in his garage collecting dust and no interest in running it anymore. “You want it?” That’s how I ended up with an HP DL380 G6 — and honestly, it’s been both one of the best and most humbling pieces of kit I’ve ever worked with. The specs This is what’s running everything: ...

May 20, 2026 · 4 min · Ward