this post was submitted on 02 Jun 2026
34 points (97.2% liked)

Selfhosted

60091 readers
1385 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Affiliation up front: I built this, the data is open (CC BY 4.0), no signup, not selling anything.

What pushed me to make it: when you're choosing the box your self-hosted services run on 24/7, the number that decides the power bill is measured idle watts, and nobody prints it. Spec sheets list TDP, which is a thermal rating for sizing a cooler, not actual draw. The same Dell OptiPlex Micro chassis idles around 11W with a 35W-TDP "T" chip vs around 18W with a 65W-TDP desktop chip, and at roughly $1/W/year (US) or $2.50/W/year (EU) that gap adds up over the life of an always-on server.

So I aggregated 51 boxes into one filterable table built around the facts that actually decide a self-host box: measured idle (wall-metered, with the method noted), the 2.5GbE chipset (i226-V is fine, i225-V has the documented random-dropout bug that takes a headless box offline until a hard reset), ECC support, RAM ceiling, and IOMMU / GPU-passthrough notes for anyone running VMs. Every field is cited to a dated source or left blank, never guessed.

Finder: https://idlewatt.vercel.app/ Open dataset (CC BY, pull it or send corrections / new wall-meter readings as PRs): https://github.com/SolvoHQ/homelab-mini-pc-dataset

What are you running your stack on, and does anyone have measured-idle numbers for a box I'm missing?

you are viewing a single comment's thread
view the rest of the comments
[–] non_burglar@lemmy.world 2 points 3 weeks ago

Idle power is determined some by the system controlling its own load, but also by the PSU itself. HP and dell units lock down which PSU you can use with them, but lots don't, meaning you can get a 19v 90W power supply or a 19v 175W power supply, but it won't mean anything if the PSU doesn't have the ability to scale down with load.

That's what those bronze/silver/fold/platinum ratings are about on atx PSUs.

Anyway, good list. This was just a comment about that. Power is weird.