I Built a Home Server for $150 — and It Uses Less Power Than a Lightbulb
I've been self-hosting things for years. At first it was a Raspberry Pi running Pi-hole. Then I added a second Pi for Home Assistant. Then Plex needed more horsepower, so I bought a used office desktop that sounded like a vacuum cleaner.
My setup was getting out of hand. Three devices, tangled cables, and an electricity bill that quietly crept up every month.
I wanted something that could replace all of them — without the noise, the clutter, or the power draw.
The Candidate
I already had a Leaderhub mini PC running as my secondary desktop. N100 processor, 8GB of RAM, 512GB SSD. It's about ten centimeters square and sits behind my monitor.
I realized I wasn't using it at full capacity during the day. At night, it was doing nothing. So I moved it to the corner of my desk, installed Ubuntu Server on a spare SSD, and turned it into my dedicated home server.
The machine costs around $150. It draws 6 watts at idle. For comparison, a typical desk lamp draws 40 watts.
What I'm Running
A $150 PC that sips power can't run everything — but it can run more than you think.
Here's my current setup after two weeks:
- Pi-hole — blocks ads at the network level. The whole house feels faster.
- Home Assistant — automates lights, sensors, and a smart plug.
- Jellyfin — streams my media library to two TVs and a tablet. Direct play works flawlessly. Transcoding a single 1080p stream is fine; transcoding multiple 4K streams would push it too far.
- Syncthing — syncs documents between my laptop, desktop, and phone.
- A small Node.js API — I host a few personal services that don't justify a VPS.
All of this runs on a machine that's plugged into a cheap power strip behind my desk. I haven't noticed a change in my electricity bill.
What Surprised Me
Three things stood out:
It never needs maintenance. The old desktop server would lock up every few weeks. This has been running for fourteen days straight without a single hiccup. The N100 is efficient enough that it doesn't overheat, and the SSD means no moving parts to fail.
I can tuck it anywhere. It's currently sitting in a cable management tray under my desk. No one knows it's there. The fans are silent — I have to check the power LED to confirm it's running.
The upgrade path is real. If I outgrow the 8GB of RAM and 512GB of storage, I can swap both. The DDR4 slot and M.2 port are standard. I'm not married to this configuration.
Who This Is For
You don't need a home server. Most people are perfectly happy with cloud services and a streaming subscription.
But if you're the type of person who:
- Has three services running on three different Raspberry Pis
- Wants Pi-hole but doesn't want another device on your desk
- Cares about electricity cost and noise
- Just wants one box that does a few things well
...then a $150 mini PC is a better starting point than anything else I've tried.
Bottom Line
I didn't set out to replace my homelab with a machine smaller than a book. But when I looked at it from a power-versus-watts perspective, the math was hard to argue with.
The best server is the one you forget about. This one sits in its corner, running silently, doing exactly what I need.
Do you self-host anything? What's your setup look like?
Top comments (0)