Hey all, lurker for a bit, but just joined because I’ve started my journey of self hosting the simple stuff (or at least I hope it’s simple). For the past couple years I’ve been using a RPi Zero W for PiHole, and more recently go into Jellyfin and Home Assistant, using an RPi4 and an RPi3+ respectively. I’ve also got a hand-me-down Synology ds214j NAS with 2x8TB in RAID0 RAID1, which is about half full atm. I’m not expecting to expand that storage anytime soon, so I’ve pivoted to an attempt at combining the 3 Pis above into one NUC/SFF/etc device with a roughly similar power draw. Also looking at re-jumping back into 3D printing using OctoPrint.
I’ve looked briefly at jumping to a Pi5, but that led me down the rabbit hole with Jeff Geerling’s article/video on Pi vs. NUC. I’ve continued to putter around looking at NUCs in the ~$200 range. Hoping to stick with MinisForum, GMKTek, or Beelink if possible, but only because… it’s all I know. I’d like to also tinker deeper with Linux flavors, as I’m a noob at best with it but want to at least have some growing knowledge, as I’ve primarily been a Windows gamer and use Apple at the office almost exclusively. I’d like to try staying with AMD as I’ve slowly moved over from the “dark side” (don’t hurt me) that is Intel and Nvidia.
Last nugget is that I’ve never tinkered with Docker, as it seems that may be the best route to host all these apps on one contiguous installation. I’ve new-ish to VMs too, so anything “Baby’s First VM” would be nice.
I know I made a giant pile of wants/needs, so if there’s no magical unicorn, I’m cool with other ideas. Thanks in advance, and I’m really keen on seeing what options I have.
tldr: A used x86 desktop is better than a pi
I’ve never understood why so many people self-host on pis. If it’s at home and not on a sailboat or drone, don’t worry about the power consumption. Worry about having enough power for a smooth operation.
Like imagine your jellyfin skips during videos. Now you have to chase down the bottleneck and when you do, probably can’t upgrade the hardware anyway.
Plus if the project doesnt have an ARM binary or container, you have to create a compilation workflow.
Hospitals and schools upgrade their hardware every five years or so (when windows starts to slow down). The x86 workstations go up for auction for cheap. I buy them direct at govdeals.com (usa) where they usually sell in lots. If you just need one, look on ebay where the units are typically resold. Either way you can find something decent for $50-$100.
So buy an x86. It will live forever and you can use your pi in a weather station or drone or similar project where size and power consumption matter.
In my own setup, I have jellyfin on one $50 workstation and homeassistant/frigate on another. I would not have space (resources) for both on one machine because frigate is doing object detection on six cameras (even with a hardware detector). So the homeassistant computer has that NPU and zigbee dongle and a big hard drive for the recordings. In the Jellyfin machine, I put a 12tb hdd for the media and graphics card that is really good at transcoding (I travel a lot and stream videos from home).
I’m in a similar situation currently hosting Pihole on my Pi’s and Jellyfin on a SFF refurbished PC that’s running some other project. I’ve decided to go with a NUC, most likely beelink, and intend to install Proxmox to then run container VMs for each of the various projects to more easily manage them.
I think this is kinda where I’m heading with how the comments are helping guide me. I started this journey nearly 10 years ago with my first house and it was a measly HP SFF junker I had pulled from… somewhere (I honestly don’t recall how it materialized :P ), and had TrueNAS on it with a dinky 2x1TB non-RAID setup. I’d still like to keep my current 2x8TB Synology RAID1 as a separate entity until I deem the need for more local storage, so if I can fit all the brains into one unit for everything I’m hoping to use, so the Beelink/Minisforum/GMKTek route is my current path. Might I ask which model NUC you have?
I’m using a 2019 Dell SFF OptiPlex.
With the current 8TB data drive, it idles at 18w, but being Intel can convert or transcode very quickly.
With the previous 2TB drive it idled at 12w, little more than a Pi but far more capable.
I run my PiHole on it plus Jellyfin, HandBrake, etc. It also has 4 VMs using VMware for some other stuff as needed (testing mostly).
Hard to beat the bang for buck, or per watt.
Oh that sounds epic actually. Just like Wizard said tho, I too am curious on your setup. What VM solution? I’ve been looking lightly into ProxMox, but I know nothing much more than the name so far lol.
How do you have it setup though? I got a hp elitedesk 800 micro and wondering what way to set it up
I use RPi 4 2Gb for Pi-Hole.
Just retired a broken 8th gen intel i3 laptop used for Jellyfin. Its replacement is a GMKTec G3 N100. 4 core 4 thread, single channel SDRAM, but 12th gen Intel which is capable of a wider range of encoding & transcoding. Came with 8Gb ram and 256GB Nvme. Cost Less than £100 on ebay. Jellyfin installed ontop of Debian & very pleased with it.
Currently running Truenas scale with smb shares to service local network.
Additionally VPN on router provides access to home network.
I have a few redundant Rpi’s sitting about now as I’ve consolidated and will be using more NUC/ MiniPC hardware in future. They’re just better value at the moment for me.
Not looked at HA seriously yet, but its part of the plan
Yeah, most units I’m looking at now are of the 16GB/512GB flavor, as while that should be plenty of overhead for the time being, I’m wondering if 32GB is the better way to go to give even more buffer and cache space traded off with a smidge more upfront cost. I hope to eventually repurpose the Pis with something else, or donate them to my school’s tech program (yay DoE crumbling :( ), as I currently have one of my RPi4s running Steam Link for my housemate. Freeing up the other Pi4 and the Pi3B+ for other things would be great.
This is going well for me - Jellyfin etc
Wow, yeah this looks great. 16GB/512GB for under $200 makes this a frontrunner for now. Outside of Jellyfin, what else do you run, and how do you have it containerized? I’m inching closer to Proxmox vs Docker due to issues brought up in other comments.
I was hosting most of my Docker stuff on my Synology DS920+, use Docker in a Pi 4B for AdGuard Home and WireGuard, and found myself wanting to use Home Assistant.
Can’t use Docker for HA if you want HACS (addons) and Synology decided to kill USB drivers some time back, so looked around for options. Considered a Nabu Casa Yellow with a CM5 compute module (for Voice PE) and its price was more than a GMKtek N150 NUC, which has far higher specs and enough headroom for other things. So I got the NUC.
First thing I did was nuke Windows and replaced it with Proxmox, then installed Home Assistant OS (HAOS) as a VM in it. Plenty of headroom left, so now it’s also got a Linux VM, a few LXCs, etc. (The Proxmox Helper Scripts site makes it very easy).
Could easily install AGH or PiHole and a bunch of other things on it. Think it’s the best bang for buck thing I’ve bought in years.
Yeah the HA Docker ish is the one thing I got concerned about, as I already needed to install HACS to integrate my Govee lights into it. For now, I’m also looking at the HA Voice Preview for voice integration, as I’m sick of having my shitty Google Homes all around unable to handle simple requests (like failing to turn on/off lights).
As much as I want to nuke Windows on my main rig, I try to play a lot of VR (especially heavily modded SkyrimVR), and after getting those games tweaked just right, it’d be quite the hit to me if I had to redo all of that again.
Genuinely interested in ProxMox tho, as if I can run all systems in their individual containers (a la Docker w/o the HACS issue) on one main device with a low power overhead, I’m all ears.
The NUC def seems like the best option, although from an earlier replay of mine, I’m still looking into seeing how far I can take the Pi4. MicroSD cards are still far less pricey than a new system after all.
I have a NUC with an intel N6005 in it for around that price, very happy with it.
Dell refurbished 1L PC?
I am more of a Lenovo guy, but they are more or less the same anyway.
Here is a great list of these tiny PCs: https://github.com/a-little-wifi/TinySecrets
Best bang for your buck in general, IMO, is going to be an off-lease mini or SFF from eBay.
There are some Lenovo minis with Quadro GPUs in them as well. Would be handy for transcodes, if that’s something you require for Jellyfin.
Any Intel CPU with quicksync will likely be plenty transcoding capability for his use case with significantly lower power draw
Can confirm, this is my setup and it works great.
I’ve found that you don’t need to go that far above the $200 cost of an Intel N100/150 system to get a mini PC with a significantly more powerful AMD processor. It won’t be the latest generation but it will be capable of a lot more than those low-power Intels, and from my measurements many AMD processors of the last three generations or so are good at saving power when they’re idle, so it won’t use a ton more electricity. Sometimes you find used ones on eBay at a decent price because someone upgraded.
But is it necessary? I’d rather focus more on the tdp.
I know I could just boost the tdp of the n150 if I did want more power, but I see people here running stuff on 10 year old laptops and older Intel n series stuff seemingly without a problem.
Wouldn’t that laptop use so much more power that it costs you more in electricity though? At least that is usually the problem I hear with it, not sure what a good low spec option is currently once electricity prices are included. IIRC N150 is pretty good, not sure if there are other good/better options though.
Would the 5000 series of AMD’s Ryzen 5/7 be a good bet to baseline with? Couple gens old now, so I’m thinking kinda cheap. Something like this from Beelink perhaps?
The Ryzen 5000 series should be a good choice for such an application, they’re still quite powerful CPUs. You should just make sure that you get the notebook/APU variant of the CPUs (e.g. 5600G or 5600U) and not the desktop variant (e.g. 5600 or 5600X). The desktop variant has significantly higher idle power consumption (see e.g. https://www.reddit.com/r/HomeServer/comments/1l707yc/nas_idle_power_usage/, they report 50+W in idle, while my 8500G system idles at 17W). The one you linked should be fine.
Yes, I think that’s reasonable. The midrange CPU in the Beelink you linked is already significantly more capable than the Intel N150 etc., though it has a TDP of 15W compared to the N150’s 6W. I haven’t dug into which specialized features they support (hardware codec support etc.) but for a general-purpose computer I’d definitely prefer the one you linked to those N100/N150 minis, even if it uses a little more power. Others might have a different opinion but that would be my choice.
I generally agree, but keep in mind that CPU TDP is not a good metric to predict the total power consumption of a home server. Most of the time, the CPU is in a very low power state and the power consumption is dominated by things like the mainboard, drives, PSU, … Wolfgang has a good video on the topic: https://youtu.be/Ppo6C_JhDHM?t=239
That said, the conclusion that the 5600U system draws more power than a N150 one is probably still correct in most cases.
I think the N100 units are still the best value.
While N100 is great for what it is, especially at a $200 budget, it can be limiting with its fairly small core/thread count if you expand beyond a handful of applications.
OP mentioned tinkering with multiple Linux flavors. A higher end cpu, with more cores and threads, would allow them to virtualize multiple instances on top of whatever other workloads they have and potentially not break a sweat while the N100 could struggle. While such an upgrade would be more expensive, price for performance will likely be significantly better if you can make use of it.
So I was spitballing there with the Linux stuff. Really I just wanna get something I can VNC into and be headless with a webUI. Something in the PopOS / Mint area if possible, but any other more specialized options could be nice. What would be a “next step up” from the n100 if you know? I’m seeing stuff in the 12th Gen arena as just that.
It’s tricky to make a recommendation as pretty much all the home lab stuff that people typically run can be done so on a potato, which is why RPis are so popular.
An N100 would definitely be a step up from the pis and meet your stated needs. They are super popular, in a multitude of formfactors so should be able to find something you like. But you may get the itch to upgrade further if you expect to expand or experiment extensively. Like any hobby, it’s generally easy to justify to yourself that you need to get that “next cool/better/faster/prettier thing” so such an itch may be unavoidable no matter what you get.
Instead of worrying about performance, as pretty much any modern miniPC should outclass a Pi, take a look at the specific form factors that are available. Do they have the expansion, networking you need? Can you stick this thing somewhere out of the way and not worry about it taking too much space or making too much noise? Are you comfortable with their level of support/warranty? Expect garbage/non-existent support from most of the miniPC specialty brands out there, which includes minisforum which I recommended in another comment. If you outgrow it, are you comfortable with it being e-waste/have a means of repurposing it?
Right on the money. I know that this’ll be a hobby I can grow for a while, just gotta find that balance of "is this good enough, or just one more device/peripheral/etc? Right now, I just wanna be able to shove it into my tiny network cabinet (the ones that are included with many new houses). This is what I’m working with currently:
Certainly far from winning any pageants lol. That said, The n100 units, or comparable, are the perfect size to shove into this (sans the two Pis already in there). And yeah, warranty/support-wise, I’m cool with this being an “I’m on my own”, as I don’t even know how far I’ll take this. The e-waste bit, well… I don’t really throw anything out. Not a hoarder outside of the digital sense, and repurposing tech is something I’m able to do working for a school district with young tinkerer minds, so to eventually hand this stuff down to them even if just for a stockpile of tech to mess with, is my end goal.
Any particular models I should look out for? I’m kinda thinking from the perspective of the mythic i5 2500k, that is. Curious if what you’ve personally used is something I should consider.
Ensure the CPU has hardware transcoding for the encoding you need. I wouldn’t go with older than intel 9th gen.
Please checkout this wiki guide here
While I get leaning towards AMD products, I’ve been doing so as well, when I built my first server with a Ryzen 5 2400GE I have found that there just isn’t as much resources/support for enabling transcoding with the vega 11 in Jellyfin or Immich. Most Intel iGPU’s have a hardware chip specifically tuned for transcoding called quicksync that you should strongly consider.
Especially in the $100-200 price range tiny mini micro’s from HP/Lenovo/Dell are widely available and offer lots of capability in a power-efficient (~10-15w idle, 40-50w full load) and easily maintainable form factor. The Lenovo’s in particular are interesting due to a few models having full pci-e slots if you decide later you want a GPU.
Lenovo pci-eFinally for software I would suggest looking into Cosmos Cloud, I use it and have found it made it so much easier to setup and manage all my docker containers and domain name/reverse proxy settings.
Yeah, I think I’m willing to go Intel if there’s that much a performance gap. I’ll look into the Lenovo option, although I’m not sure I’m the best use case for it. Still, thank you for the suggestions! Any particular models, or is it really down to newer = better? Besides the basic moar RAM, moar CPU, but actually I’m quite ootl with the naming conventions with non-desktops procs.
For me Quicksync converts videos anywhere from 4x to 10x faster than using the GPU.
In terms of the tinyminimicro’s I think i5-6500T 7500T or 8500T (T signifies 35w TDP) could all fit your price point depending on RAM/SSD specs. I haven’t done much research on the n100 processors but I think they are broadly comparable to the above i5’s
I’ve had good experience with the Minisforum MS-01, while it’s more than your $200 mentioned, it’s been worth every penny. Plenty of power for most homelabs and lots of nice features for future proofing (10gb, Ethernet, plenty of storage options, small but still usable pcie expansion slot) in a small form factor.
I’ve pretty much retired all my RPis at this point and my old Synology NAS is now just storage only with the MS-01 doing all the actual work.
Really don’t have a reason to migrate away from it for many years unless it died. Even then, you can create a promox cluster with them trivially to provide some redundancy.
They also have the a1 and a2 options for AMD but the a1 doesn’t have the same feature set and a2 is pretty expensive if you don’t need the extra power.
I’m finding some $200-ish options on ebay, but not sure offhand how they compare to the MS-01, as that’s definitely more than I’d like to spend. I am inching closer to $300, but that’ll just continue to fuel my indecisiveness :P
Pi 4 should be plenty to run Jellyfin, homeassistant, pihole and octoprint. Docker setup is pretty straightforward, and I can vouch that HA & pihole containers work great on RPi, if you want to leave the Jellyfin setup as-is and put the others alongside.
If you’re looking for an excuse to expand, my vote is for an N100 type system. I got one with 4 ethernet ports, PCIe for a wifi card, couple of NVME slots, and a half dozen SATA ports for $100-150. That’s a huge step up in potential without much increase in power draw. With the right wifi card, you can even use it to replace your WAP/router.
Maybe I will try to redo the Pi4. Just wanna see if I can make a full backup of Jellyfin’s config beforehand. Or, y’know, just buy a few extra microSD cards.
But yes, the excuse is valid. I feel like eventually I’ll hit a wall with the Pi4, but I also dunno how much more I’m trying to expand anyway. Basically trying to get to that low power, self-sufficient plateau without going too overboard.
If you have the spare cash, I found the N100 NAS motherboard to be a great source of occasional weekend projects, and now it very definitely looks like I’ve gone overboard.
I started out just wanting a file server to store backups.then…
- DHCP and NAT because my ISP would only allow one user.
- DNS so I could refer to systems by name
- pihole
- mythtv/tvheadend so I could watch OTA tv & archive CDs & DVDs
- hostapd for Wifi
- homeassistant
- immich
- nextcloud
- tandoor recipes
- just added fastenhealth for medical records
It didn’t feel like a lot, because it took years. Among the amazing things has been all the times I’ve been able to upgrade the motherboard by just plugging the HD into the new board. Started out just using old desktop boards; the N100 was the first purpose-bought board, and also the most complicated upgrade, because it added UEFI. There definitely are projects out there that don’t have an arm option, so something x86 is more flexible.
Holy moly. Yeah that’s an exhaustive list :P
I don’t see myself going that far, but again you didn’t either. The Jellyfin/PiHole/HA/OctoPrint is kinda my current scope, but who knows what other options I’ll look into. Having the overhead would always be nice. Although Immich is tempting now as ditching as much Google stuff is also on the horizon (I can’t even think of getting rid of Gmail just yet, but it is inevitable).
Curious, what’s your typical idle/load power draw? I think I’m comfy with up to 40-50w on load (my Ryzen 7700 is 65w TDP), although the less impact on ever increasing bills would be nice.
I’ve got all my internet infrastructure on one monitor - 50W for the N100, the cable modem, an ooma VOIP device, and UPS. I’d guess the server, with its WAP, 4x GbE ports, 2x spinning disks, and USB TV tuner, is 35-ish of those watts.
HAOS has add-ons to run a sort of managed version I think of pihole. Good start for containers.
RAID0 is not RAID, because R stands for redundant and RAID0 has dependency on as many drives are in the machine. You need to change that. One drive fails you lose everything.
The question is pertinent to my interests and the answer is to spend some time learning about the benefits and disadvantages of chipsets and processors unfortunately.
Ah crap, I was wrong on that. I have it in RAID1. My bad, I’ve corrected my OG post.