Practical Homelab Guides

Clear, no-fluff guides to help you build and run a modern homelab in 2026. From beginner setups to Proxmox, self-hosting and more.

A $350 Proxmox Home Lab: Example Build Based on Current Pricing (2026)

A note on how to read this guide: this is a reference configuration built from current, real pricing and specs — not a log of one specific unit we personally ran for months. Think of it as “here’s exactly what your money buys right now,” which is often more useful than a single person’s anecdotal experience, since hardware pricing shifts fast enough that a build log from six months ago can already be stale. ...

August 14, 2026 · 4 min · 848 words · Vosik

Best Self-Hosted Music Server in 2026: Navidrome vs Funkwhale vs Airsonic-Advanced

If you’re tired of algorithmic playlists and losing access to music you already paid for, self-hosting your own streaming server solves both problems — you point it at your existing library, and it just works, on your terms. The question is which server to actually run. Here’s a straight comparison of the three real contenders. Quick Answer For most people building their first home lab, Navidrome is the right default. It’s lightweight, actively maintained, and works with the best mobile apps available. Reach for Funkwhale specifically if you want federation/social features. Airsonic-Advanced is worth considering mainly if you’re already comfortable with the Java ecosystem or have a specific reason to avoid the other two. ...

August 14, 2026 · 5 min · 910 words · Vosik

Proxmox 'Guest Agent Is Not Running': Every Cause and How to Fix Each One

This is one of the most confusing Proxmox errors, because it usually shows up after you’ve already done the “obvious” fix — installed the guest agent, confirmed it’s running inside the VM, and it still says not running on the Proxmox side. The reason is that “guest agent not running” can mean five or six genuinely different things, and the error message doesn’t tell you which one you’re dealing with. ...

August 14, 2026 · 4 min · 732 words · Vosik

Proxmox Wake-on-LAN Not Working? You're Probably Solving Two Different Problems

Almost every Proxmox WoL thread is actually two unrelated conversations happening at once, because “wake-on-lan on Proxmox” means one of two very different things depending on what you’re trying to wake up: Waking the physical Proxmox host from a full shutdown — this is regular hardware WoL, and it works, with some Proxmox-specific gotchas. Waking a VM that’s powered off — this is a different problem entirely, and traditional magic-packet WoL fundamentally doesn’t work for it, because a VM’s network card isn’t a physical device that can sit in a low-power state. If you’ve been mixing solutions from both categories and nothing works, that’s why. Let’s do them separately. ...

August 14, 2026 · 4 min · 842 words · Vosik

Best Home Lab for Beginners 2026

Starting a homelab in 2026 is one of the smartest tech decisions you can make if you want to learn real skills, take back control of your data, and run useful services at home without paying monthly subscriptions. This guide is written specifically for beginners. No prior knowledge of Proxmox, containers, or reverse proxies is required. By the end you will have a clear and realistic path from zero to a working homelab. ...

August 13, 2026 · 6 min · 1123 words · Vosik

Proxmox 'No Valid Subscription': Why It Happens and How to Fix It (PVE 8 & 9)

If you just installed Proxmox VE and you’re seeing a “No valid subscription” popup every time you log into the web UI — or apt update is failing with a 401 error — don’t panic. Nothing is broken. This is expected behavior on a fresh install without a paid subscription, and it’s a two-minute fix. There are actually two separate issues hiding under one confusing message, and most guides mix them together. Let’s untangle them. ...

August 13, 2026 · 4 min · 761 words · Vosik