I dusted off my RPI4 and started tinkering with self-hosting things and it’s sparked a fire. Suddenly I have 7 docker containers running and I need more RAM, more space and I want something reliable with room to grow. I like small form factors but it doesn’t need to be RPI small. Any recs for your favorite hardware under $500?
I have a couple of Intel NUCs and they are great, one is the first generation NUC with the Celeron and runs Home Assistant without problems.
At the moment I am eyeing the new N100 CPUs they are pretty powerful compared to the previous generation. Asrock and Asus are bringing out motherboards with the CPU soldered and they are also fanless. The Asrock is nicer because you don’t need a real PSU for it and it has an extra SATA port. They are not yet available.
https://www.asrock.com/mb/Intel/N100DC-ITX/index.asp
https://www.asus.com/motherboards-components/motherboards/prime/prime-n100i-d-d4/
Planning on making an unRaid miniPC
NUCs are great if you can snag them on sale or for a good deal but they’re (somewhat) like Apple nowadays, paying the “NUC tax” imo. You can usually find other SFF with similar or better specs for cheaper on eBay. HP Prodesk (Mini) for example you can grab some extra RAM and a cheap SSD to max it out.
There are so many brands of these NUCs on Amazon it’s dizzying, it’s hard to know what’s reliable or just cobbled-together hardware. Should I just stick to the big names like ASUS or are there some diamonds in the rough?
+1 for a NUC. There’s plenty of second hand ones on Ebay which can be had at around $100. The nice thing is that they have ultra low voltage CPUs so the power bill is not a concern with running 24/7.
The new N100 is also a 6W processor.
Intel NUC. Myself I prefer Proxmox as the first layer (so I can do stuff remotelly), and Alpine Linux VM as a second layer.
This been rock stable for me for the past 1 year or so.
This is pretty much exactly what I do. I’m partial to Debian though.
Wow, first I’m exposed to Proxmox, looks really cool. I’m currently handling remote via Cloudflare Tunnels and it’s working well but I’d love something that will manage multiple servers in the future and this looks like the ticket.
Well, this is not what I meant “remotelly” 😂. I realised I am too lazy to setup monitoring (Telegraf/VictoriaMetrics/Grafana) so I look into VM metrics in proxmox. Also I can reinstall VM remotelly if I fuck things up - very convenient.
Definitely a NUC or similar mini PC from the likes of Geekom, Beelink, or Minisforum. My whole homelab was mini PCs until I consolidated to a NUC 12 Pro as I build up my rack. Slap Proxmox on the machine, build some VMs and LXCs, and have at it.
Removed by mod
You can get some decent enterprise hardware for fairly cheap on places like amazon. I got a dell R710 for around $800 a couple of years back. The equipment tends to be a little scuffed up and older in terms of hardware, but they still offer plently of performance IMO. The one I have has a 6 drive RAID with 1.5TB disks, dual 6-core processors, and 128GB of ram. Only downside I would say is they tend to use quite a bit of power (around 207W from what I’ve measured).
At the moment hardware is just expensive. I ended up with a NUC with 32gb of ram in order to future proof myself while I wait for hardware to become cheaper. Other than another stick of ram I can’t see me needing to update any time soon.
Refurbished thin clients usually work great and have great value.
One of those business Thin Clients for ~150$. They are pretty much a full fledged PC that run everything you throw at it, but tiny. The only problem with mine is that the fan is a bit loud on idle.
Keeping storage and compute separately is the best practice but if you’re OK with combining both in one device then running docker-compose on a Synology (via SSH, + versions only) works just fine. An alternative that reduces the lock-in at the expense of more tinkering is buying an amd64 QNAP and installing Openmediavault / TrueNAS / plain Debian.
Perhaps I can delegate the RPI4 to handle storage and then do compute on a new NUC.
Im using refurbished thinkpads (x220-203) but i’ve seen a lot of homelabs using Nuc pc
I just built a Server using J5040 board. With 16gb ram (yes it works) a 500gb m.2 as system , 2x4tb ironwolf, all in the node 304 fractal case for 550 euro.
Will run proxmox as first layer.
The best resource imo for big home servers if you graduate using old PCs is the Homelab Discord server. They’re also at !homelab@lemmy.ml.
I like synology NAS units with Intel chips for hosting docker containers, alongside lots of network storage. They aren’t the cheapest solution but they are robust devices and i have had basically no problems since setting mine up in 2019.
Of course you can get a used dell server blade for a lot less which will be more powerful but it doesnt meet your small form factor requirement.
I use a Dell Micro with Ubuntu for docker containers mounted to a wall with a Synology NAS 4 bay for storage. I used to have a small form factor with a 12bay SAS array attached but the power consumption was ridiculous.
I have some (refurbished) HP mini PCs that are pretty decent, you can probably find similar things well within that range. You could also consider an off-lease/used server in that price range, but will have to do some hunting to find something you like. Also, servers can be a bit loud and power hungry (the efficiency of the compute is lower than e.g. a mini PC or a Pi, but it will have way more compute. Servers with something like dual hex core CPUs and 64+ GB of RAM are not uncommon).
I run both mini PCs and server hardware, using the server hardware mainly for storage or services that need quite high availability (auth, reverse proxy, password vault) and the mini PCs for most everything else (minecraft servers, wiki, jellyfin, etc)
HP EliteDesk 800 G3 go for about 110€ on eBay in my area so they should have similar pricing in the US. Bought three of them and upgraded each one to 32GB of RAM and 1TB of NVME storage. They’re near silent and draw very little power which is perfect for me. I’ve set them up as a Proxmox cluster to host a bunch of VMs for messing around. I wouldn’t recommend them for applications that do video encoding though. Plex for example can bring one of these machines to its knees when you’re dealing with very large 4K Blu-ray rips like I am. In that case I usually just run Plex on my desktop when I need to.
HP EliteDesk 800 G3
Yep. I use one of these for all of my homelab stuff. The i5 7500 does everything I need it to do, including h265 QuickSync transcoding for Plex & tDarr.
Do you have the Mini one or the regular one? Because the fan in my Mini is kinda annoying even on low speeds. Now I wonder if it’s normal or if it’s broken somehow.
I used to run a Dell R710, but that got expensive with the electricity prices shooting up. So I moved to a standard consumer hardware PC in a rack mount case. Ryzen 5 5600, 64GB RAM, 500GB NVME, SSD boot disk, 6x 3.5" disks for storage. It uses half the power and is a fair bit quicker than the old dell with dual X5670 Xeons. One day I’ll move to just 2x larger disks instead of 6, but that’s expensive at the moment.
I totally get moving away from the dell. I’ve got one sitting in my rack now, and I’ve been thinking about getting a nuc or two as replacement to see if I can drop my power bill.
How much of a difference did you notice in your bill when downsizing?
It’s running at roughly half the power of the dell, which was at 220W idle. A lot of that will be the spinning disks, HBA card and 4 port intel NIC. A barebones system with just one ssd would be about 30W idle.
The NUCs are great but storage and networking are limited. I use Opnsense in a VM as my router so needed a few more ports. And the storage options on a NUC seem very limiting. Perfect for application servers, just not storage servers.
That’s about what I was expecting. Yours is running about 30W higher than mine, but that’s still a hell of a delta.
Thanks for the other points as well! NIC quantity will be an issue since I will be moving my esx over, but hopefully I can limp by on a single line and let VLAN tagging handle most of my mess. I’ve been running some of my VMs via iscsi storage, and it performs well enough for my uses at home.