Skip to content

Best Home Lab Builds at Every Budget (2026)

· 10 min read
Our Pick

The Sweet Spot ($500 Build)

~$500

A mini PC, managed switch, and UPS for under $500 — the best balance of capability and cost for most home lab beginners.

The Learner ($300) Budget Pick The Sweet Spot ($500) Our Pick The Complete Lab ($1,000) Best Value The Power User ($2,000)
Total Cost ~$300 ~$500 ~$870 ~$1,015
Compute N100 4C/4T, 16GB N150 4C/4T, 16GB N150 4C/4T, 16GB i9-13900H 14C/20T, 32GB
Storage 500GB NVMe 500GB NVMe 500GB NVMe + 8TB NAS 1TB NVMe + 8TB NAS
Networking None (use existing) 8-port managed switch 8-port managed switch 8-port PoE switch
Power Protection None 850VA UPS 1500VA UPS 1500VA UPS
Idle Power Draw ~8W ~15W ~35W ~65W
Best For Learning & experimenting Services & self-hosting Production home services VMs, AI, and heavy compute
Check Price → Check Price → Check Price → Check Price →

Every home lab article on the internet starts with “it depends.” That’s true but unhelpful. What you actually need is a concrete parts list at your price point, with honest trade-offs explained.

Here are four complete builds at $300, $500, $1,000, and $2,000. Each one is a real configuration we would run ourselves — not a theoretical spec sheet. Pick the one that matches your budget and goals, buy exactly what is listed, and start building.

If you are brand new to home labs, read our home lab starter guide first for context on what to buy and in what order.

The Learner: $300 Build

Who this is for: First-time home labbers who want to learn Proxmox, Docker, and Linux without risking serious money.

The entire build is a single device: the Beelink Mini S12 Pro with an Intel N100 processor, 16GB of DDR4 RAM, and a 500GB NVMe SSD. Total cost: approximately $150–170 for the 16GB/500GB configuration.

That leaves $130 in your $300 budget. Keep it. You will learn what you actually need by running this machine for a month, and that knowledge is worth more than any component you could buy today.

What You Can Run

The N100 has four cores at 3.4GHz and Intel UHD graphics with Quick Sync. In practice, a single N100 mini PC comfortably handles:

  • Proxmox with 3–5 LXC containers running simultaneously
  • Pi-hole for network-wide ad blocking
  • Home Assistant for smart home automation
  • Jellyfin or Plex with 1–2 direct play streams (hardware transcoding works for a single 4K-to-1080p transcode)
  • Docker Compose stacks — Portainer, Uptime Kuma, Nginx Proxy Manager, Vaultwarden

Power Consumption

The N100 draws 6–10W at idle and peaks around 25W under sustained load. At the US average electricity rate of $0.16/kWh, running this 24/7 costs approximately $8–14 per year. Compare that to a used Dell R720 at 200W idle, which would cost $280/year in electricity alone.

The Ceiling

You will hit the ceiling when you want more than 16GB of RAM (the N100 platform maximum) or need redundant storage. When that happens, you know exactly what to buy next — and you have budget left over from not blowing $300 on day one.

For more N100 options, see our best mini PC for home server roundup.

The Sweet Spot: $500 Build

Who this is for: Self-hosters who want a reliable setup for running services 24/7 — not just a learning exercise, but infrastructure you depend on.

This build adds two critical components to the Learner: network management and power protection.

Component List

ComponentProductPrice
Mini PCBeelink EQ14 (N150, 16GB, 500GB)~$190
SwitchTP-Link TL-SG108E 8-port managed~$30
UPSCyberPower CP850PFCLCD 850VA~$130
Total~$350–400

The EQ14 is the updated version of the N100 platform. The Intel N150 is a modest clock speed bump, but the important upgrade is dual 2.5GbE NICs — which matter when you eventually add a NAS.

Why the Switch Matters

The TP-Link SG108E costs $25–30 and gives you VLAN support, port mirroring, and IGMP snooping. VLANs let you separate your lab traffic from your home network — so your experiments with firewall rules do not take down the family Wi-Fi.

Without a managed switch, you are limited to a flat network. That works, but it means every device in your house shares a broadcast domain with your lab. For more on network switch options, see our dedicated roundup.

Why the UPS Matters

A sine wave UPS does two things: it gives you clean power (important for devices with active PFC power supplies) and it gives you runtime during outages. The CP850PFCLCD provides approximately 8–12 minutes of runtime at 100W load — enough for a graceful shutdown via NUT (Network UPS Tools) running on Proxmox.

More importantly, it protects against data corruption from sudden power loss. If you are running ZFS or any database workload, an unclean shutdown can mean hours of recovery or permanent data loss.

See our UPS buying guide for sizing details.

Power Consumption

The EQ14 draws 8–12W idle. The switch adds 3–5W. The UPS itself consumes 3–5W in overhead. Total system idle: 12–18W, or roughly $17–25 per year in electricity.

The Complete Lab: $1,000 Build

Who this is for: Users who need proper storage separation, data redundancy, and enough infrastructure to run production home services — Plex for the family, automated backups, surveillance, a full self-hosted stack.

This build separates compute from storage, which is the single biggest architectural improvement you can make in a home lab.

Component List

ComponentProductPrice
Mini PCBeelink EQ14 (N150, 16GB, 500GB)~$190
NASSynology DS224+ (diskless)~$870
Drives2x Seagate IronWolf 4TB~$416
SwitchTP-Link TL-SG108E 8-port managed~$29
UPSCyberPower CP1500PFCLCD 1500VA~$240
Total~$1,745

Why Separate Storage Changes Everything

When your VMs and containers on Proxmox access files on a Synology DS224+ over the network, you get three major benefits:

  1. Data survives compute failures. If your mini PC dies, your files, media, and backups are safe on the NAS.
  2. Independent upgrades. Swap the mini PC for a faster one without touching storage. Add drives to the NAS without affecting compute.
  3. Multi-device access. Your desktop, laptop, phone, and Proxmox host all access the same files via SMB/NFS.

The DS224+ with two IronWolf 4TB drives in RAID 1 (mirror) gives you 4TB of redundant storage. BTRFS snapshots provide point-in-time recovery. Synology Hyper Backup handles off-site backups to a cloud provider.

Note on pricing: NAS and drive prices have increased significantly. The DS224+ now runs ~$870 and IronWolf 4TB drives are ~$208 each. Consider the newer Synology DS225+ at ~$335 as a more affordable alternative, or look at UGREEN DH2300 at ~$200 if budget is a concern. For drive selection advice, see our NAS hard drive guide.

The 1500VA UPS Upgrade

Stepping from an 850VA to the 1500VA CyberPower CP1500PFCLCD matters at this tier because you are now protecting two devices drawing 30–40W combined. The 1500VA unit provides approximately 20–25 minutes of runtime at that load — enough for automated shutdown scripts to safely power down both the NAS and mini PC.

The CP1500PFCLCD also includes USB connectivity for NUT integration and a larger battery that handles momentary brownouts without switching to battery, extending the UPS lifespan.

Power Consumption

The mini PC draws 8–12W, the NAS with two spinning drives draws 15–22W, the switch adds 3–5W, and UPS overhead is 4–6W. Total system idle: 30–40W, or approximately $42–56 per year at $0.16/kWh.

For strategies to minimize power costs, see our home lab power consumption guide.

The Power User: $2,000 Build

Who this is for: Experienced hobbists and professionals who want to run serious compute workloads — multiple VMs, Kubernetes clusters, local AI inference, or a full self-hosted cloud replacement.

This build upgrades every component and adds infrastructure (a rack) to keep it organized.

Component List

ComponentProductPrice
ComputeMinisforum MS-01 (i9-13900H, 32GB, 1TB)~$1,015
NASSynology DS224+ (diskless)~$870
Drives2x Seagate IronWolf 4TB~$416
SwitchUniFi USW-Lite-8-PoE~$229
UPSCyberPower CP1500PFCLCD 1500VA~$240
RackNavePoint 6U wall-mount enclosure~$368
Total~$2,060

Note that component prices have risen significantly since this build was first published. The total now exceeds $2,000, landing closer to $3,000 with all components. You can bring costs down by choosing the Synology DS225+ (~$335) instead of the DS224+, or by opting for a TP-Link managed switch instead of the UniFi PoE model.

The Minisforum MS-01: Why It Is the Home Lab Standard

The MS-01 is the home lab community’s favorite workstation-class mini PC for good reason:

  • 14 cores / 20 threads (6P + 8E) on the i9-13900H handles 10+ simultaneous VMs without breaking a sweat
  • Dual 10GbE SFP+ ports plus dual 2.5GbE RJ45 — more networking than most enterprise micro servers
  • PCIe x16 slot supports full-length GPUs for local AI/LLM inference via passthrough
  • Triple M.2 + U.2 storage — up to four NVMe drives internally
  • USB4 for 40Gbps external connectivity

At ~$1,015 for the 32GB/1TB i9 configuration, this is more compute per dollar than any used enterprise server when you factor in electricity costs. The MS-01 has actually dropped in price recently — it was previously selling for closer to $2,000.

PoE Switch: UniFi USW-Lite-8-PoE

The UniFi switch replaces the TP-Link for two reasons: it provides 52W of PoE+ power (enough for 2–3 access points or an IP camera) and it integrates with the UniFi ecosystem if you later add a UniFi gateway or access points.

If you do not need PoE, the TP-Link SG108E at ~$29 is still the better value. But at this budget tier, the ~$229 UniFi switch adds genuine capability with PoE+ power for access points and cameras.

Wall-Mount Rack: Keeping It Clean

The NavePoint 6U wall-mount rack is ~$368 and holds everything in this build with room to spare. At this price, consider whether the NavePoint 9U Glass Door at ~$171 offers better value with more capacity. At 6U, you can fit a shelf for the mini PC, the NAS, the switch (which comes with rack ears or can sit on a shelf), and the UPS.

A rack is not strictly necessary at this tier, but when you have four devices plus a UPS with cables running between them, wall-mounting everything beats a pile of hardware on a shelf.

Power Consumption

The MS-01 draws 25–35W idle (the i9-13900H is power-hungry compared to N100-class chips). The NAS adds 15–22W, the PoE switch draws 8–12W (without PoE loads), and UPS overhead is 4–6W. Total system idle: 55–75W, or approximately $77–105 per year.

If you add a GPU under load, expect total system draw to increase by 100–200W during inference. See our power consumption guide for detailed estimates.

The GPU Upgrade Path

The MS-01’s PCIe x16 slot is the upgrade path that makes this build future-proof. When you are ready for local AI:

  • RTX 4060 Ti 16GB (~$400): Runs 7B–13B parameter LLMs comfortably. Best price-to-VRAM ratio for new GPUs.
  • Used RTX 3090 (~$1,730): 24GB VRAM handles 30B+ parameter models. Still the go-to for VRAM density, though prices have climbed significantly.

For the full GPU breakdown, see our best GPU for local LLMs guide.

How to Choose Your Budget Tier

Start With Your Use Case

Your use case determines your tier more than your budget does:

  • Learning Proxmox, Docker, Linux → $300 build. You do not need more hardware to learn.
  • Running services 24/7 (Pi-hole, Home Assistant, media) → $500 build. The UPS and switch make reliability possible.
  • Family infrastructure (Plex, backups, file sharing) → $1,000 build. Separate storage is non-negotiable when other people depend on your services.
  • Professional development or AI (Kubernetes, LLMs, CI/CD) → $2,000 build. You need the cores, RAM, and expansion.

The Electricity Factor

Do not ignore operating costs. A $200 used enterprise server that draws 300W costs more in electricity over two years ($840) than a brand-new Beelink N100 ($150) plus three years of electricity ($36). Mini PCs win the total cost of ownership calculation decisively.

Upgrade Path vs. Starting Point

Every build in this guide is designed as a stepping stone, not a dead end:

  • The $300 build becomes the $500 build when you add a switch and UPS
  • The $500 build becomes the $1,000 build when you add a NAS and drives
  • The $1,000 build scales by upgrading the mini PC to an MS-01
  • The $2,000 build scales by adding a GPU, more drives, or a second compute node

Buy what you need today. Upgrade when you hit a specific limitation — not because a forum post told you that you should.

The Bottom Line

The $500 Sweet Spot build is the right answer for most people reading this article. A mini PC with a managed switch and UPS gives you everything you need to self-host services reliably, and it leaves a clear upgrade path to the $1,000 tier when you need storage separation.

If you have never run a home lab before, start with the $300 Learner build and spend a month learning Proxmox. The money you save by not over-buying hardware is the money you will spend on the right hardware later.

If you already know you need serious compute — because you are running Kubernetes in production, training models, or hosting services for more than your household — go straight to the $2,000 Power User build. The Minisforum MS-01 is the best compute-per-dollar in the home lab space, and the PCIe slot means you will not outgrow it for years.

Whatever you choose, the best home lab is the one you actually build and use. Pick a budget, buy the parts, and start learning.

Budget Pick

The Learner ($300 Build)

~$300
Compute
Beelink Mini S12 Pro — Intel N100, 16GB DDR4, 500GB SSD
Storage
500GB internal NVMe (expandable via USB)
Networking
Built-in 1GbE (use existing router/switch)
Power Protection
None (add later)
Estimated Idle Power
6–10W

A single mini PC running Proxmox gives you VMs, containers, and Docker for under $300. This is the right starting point if you have never built a home lab before and want to learn without financial risk.

Lowest possible entry point — under $200 for the base unit
6–10W idle means electricity costs are negligible
Installs Proxmox in 20 minutes from USB
Room to add components as you learn what you need
16GB RAM ceiling limits concurrent VMs
Single drive means no redundancy
No UPS leaves you vulnerable to data corruption on power loss
Our Pick

The Sweet Spot ($500 Build)

~$500
Compute
Beelink EQ14 — Intel N150, 16GB DDR4, 500GB SSD
Storage
500GB internal NVMe
Networking
TP-Link TL-SG108E 8-port managed switch
Power Protection
CyberPower CP850PFCLCD 850VA sine wave UPS
Estimated Idle Power
12–18W total

The best balance of cost and capability. A dual-NIC mini PC, managed switch with VLAN support, and a sine wave UPS protecting everything. This build can run Proxmox with 5–8 containers, Pi-hole, Home Assistant, and media services comfortably.

Managed switch enables VLANs for network segmentation
Sine wave UPS protects against data corruption and power surges
Dual 2.5GbE NICs on the EQ14 for future NAS connectivity
Total idle draw under 20W keeps electricity costs under $25/year
Still limited to 16GB RAM
No dedicated storage server — all data lives on one drive
Outgrowing this build means adding a NAS (next tier up)
Best Value

The Complete Lab ($1,000 Build)

~$870
Compute
Beelink EQ14 — Intel N150, 16GB DDR4, 500GB SSD
Storage
Synology DS224+ with 2x Seagate IronWolf 4TB (RAID 1)
Networking
TP-Link TL-SG108E 8-port managed switch
Power Protection
CyberPower CP1500PFCLCD 1500VA sine wave UPS
Estimated Idle Power
30–40W total

Separate compute and storage, proper network management, and a UPS that can keep everything running for 20+ minutes during an outage. This is a production-grade home lab that handles Plex, backups, Docker workloads, and VM experiments without compromise.

Dedicated NAS with RAID 1 redundancy protects your data
1500VA UPS provides 20+ minutes of runtime for graceful shutdown
Synology DSM makes backups, file sharing, and Docker dead simple
Separated compute and storage means you can upgrade each independently
Total power draw of 30–40W adds ~$40–50/year in electricity
Two devices means more cables, more complexity
N150 compute ceiling — heavy VM workloads may need a CPU upgrade later

The Power User ($2,000 Build)

~$1,015
Compute
Minisforum MS-01 — i9-13900H, 32GB DDR5, 1TB NVMe
Storage
Synology DS224+ with 2x Seagate IronWolf 4TB (RAID 1)
Networking
UniFi USW-Lite-8-PoE (8-port, 4x PoE+)
Power Protection
CyberPower CP1500PFCLCD 1500VA sine wave UPS
Infrastructure
NavePoint 6U wall-mount rack enclosure
Estimated Idle Power
55–75W total

A 14-core workstation with 10GbE SFP+, a NAS, PoE switch for access points or cameras, and a wall-mount rack to keep it all tidy. The MS-01's PCIe x16 slot means you can add a GPU for local AI inference later without buying a new machine.

14-core i9 handles 10+ VMs and heavy Docker workloads simultaneously
PCIe x16 slot supports GPU passthrough for local AI/LLM inference
Dual 10GbE SFP+ and dual 2.5GbE — enterprise-grade networking
PoE switch powers access points or cameras without separate adapters
Wall-mount rack keeps everything organized and professional
55–75W idle means $70–95/year in electricity
Complexity jump — more devices to configure and maintain
GPU not included — add $300–900 for an RTX 4060 Ti or used RTX 3090

Frequently Asked Questions

What is the cheapest way to start a home lab?
A Beelink Mini S12 Pro with an Intel N100 costs about $150–170 and draws under 10W. Install Proxmox, spin up containers, and you have a functional lab for under $200. Add components when you know what you need.
How much power does a home lab use?
A single mini PC draws 6–10W idle ($8–12/year). A full setup with NAS, switch, and UPS draws 30–75W idle ($40–95/year). Enterprise rack servers draw 200–400W and cost $250–500/year in electricity — which is why we recommend mini PCs instead.
Should I buy everything at once or build incrementally?
Build incrementally. Start with compute (a mini PC), learn Proxmox and containers, then add storage when you need it, networking when you feel the bottleneck, and power protection before you have data you can't afford to lose.
Can I run Plex on a home lab?
Yes. Even the $300 N100 build handles Plex with 1–2 direct play streams. For hardware transcoding with multiple simultaneous users, step up to the $1,000 build with a Synology DS224+ running Plex natively, or the $2,000 MS-01 build for the most headroom.

Get our weekly picks

The best home lab deals and new reviews, every week. Free, no spam.

Join home lab builders who get deals first.