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?#
- Privacy: Your photos stay on your hard drive.
- Learning: You execute
rm -rf /once and learn forever. - Cost: After hardware, it’s free (minus electricity).
Building a homelab is the best way to gain “Full Stack” confidence. You touch hardware, networking, OS, virtualization, containers, and applications.