Skip to main content

The Joy of Homelabbing: Owning Your Infrastructure

There is a unique satisfaction in knowing exactly where your data lives (hint: it’s in the closet under the stairs).

What is a Homelab?
#

A homelab is a server (or cluster of servers) you run in your own home to host services, experiment with software, and learn.

My Setup
#

  • Hardware: Intel NUC i7, 32GB RAM
  • OS: Proxmox VE (Hypervisor)
  • Services:
    • Pi-hole: Network-wide ad blocking.
    • Jellyfin: Media streaming (alternative to Netflix).
    • Nextcloud: Personal Google Drive replacement.
    • Home Assistant: Smart home automation.

Why Do It?
#

  1. Privacy: Your photos stay on your hard drive.
  2. Learning: You execute rm -rf / once and learn forever.
  3. Cost: After hardware, it’s free (minus electricity).
Warning: Highly Addictive

Building a homelab is the best way to gain “Full Stack” confidence. You touch hardware, networking, OS, virtualization, containers, and applications.