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?
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.
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
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.
Or HP/Dell units second hand. Tons of companies ditch those computers after two o three years and they’re still perfectly good for self hosting with Linux. We can also find really good deals on Intel 9th gen machines for around 35% of the price of all those you suggested brand new.
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 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.
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).
Other than a very old laptop that acts as a DC, and my NAS, I have five Lenovo M920 (i5, 64 gigs of ram, 256 gigs SSD, and 512 gigs M2) in a XCP-NG cluster.
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.
Why is it superior to keep them separate, if you don’t mind me asking?
Not OP, but I’m running into some issues with my machine being both my “server” and my “NAS”.
The biggest downside is that if I want to update my storage, I will also have to update the server, and viceversa.
Sometimes the server goes down for whatever reason (e.g., distro update), and I lose access to the storage as well.
I’d recommend taking a look at used small form factor PCs on eBay. I’ve been using one for a couple years now that came with an i7-8700 16GB of ram and an nvme SSD for about $300. Running 30+ docker containers without any issues (most are lightweight to be fair)
The only drawback to small form factor is that you have limited expansion opportunity with the unit itself. In my case I use an external NAS for storage of larger files.
ServeTheHome has a bunch of videos on YouTube about these small form factor computers.
In my case I use an external NAS for storage of larger files.
What’s the advantage of using a NAS system?
I’m considering options for adding more storage right now and I’m not sure if I should just chuck some more drives in my linux server, or move up to NAS. The main downside of adding more drives is that I’m spending money without getting any more reliability (it’s just some drives and a SAMBA share, no RAID, and only ‘sometimes I remember to move important files to S3’ for backup. Conversely, with a NAS I’m spending an extra like $500 on hardware before I even add storage.
It would be nice to have some reliability, but I’ve never had NAS before, so it’s kind of an unknown for me, plus it seems like I could invest some time and add similar reliability/backup features to my existing system.
If you don’t need much storage internally, I like lots of a Celeron based industrial SSF from qotom. For rack mounts, i like used Xeon-D U1-2 servers.
If I need bigger processing power for home, I like Ryzen (preferably 3000 or newer) processors in some of few ryzen entry-level server boards.
Im using refurbished thinkpads (x220-203) but i’ve seen a lot of homelabs using Nuc pc
I am still quite happy with my old Sun Fire X2270 M2 with Dual Xeon X5675. Not new, but its 12 physical cores, 88 GB RAM and 4 hotswap SATA drive bays in a 1U rack unit make it quite a decent machine for running a couple of VMs.
I also like my Dell T320 Rackable Tower server. It has room for 8 hotswap 3.5" SAS drives (or 16 2.5"), redundant power supply, and you should be able to get it for under $300. With a Xeon E5-1428L V2, mine is still quite capable and uses between 140 and 160 W (with 8 disks).
Wow, that’s a ton of computing power for the money.