|
I rather just buy used Lenovo Thinkcentere PCs on eBay. Way more power, cheaper and relatively small. There’s a lot of different CPU/RAM/DISK configurations you can find. I’ve been buying these, throwing Fedora IoT, docker, and Tailscale on them and running them from different locations for personal projects. |
* A Pi will sit much lower in total power consumption than almost any used PCs if both are doing effectively nothing (ie - simple, spiky tasks like filtering DNS, serving static content from RAM, etc.). You need to be doing something with the system before a PC server comes out ahead, and most people using a Pi as a home server... aren't.
Compared to a modern low-power x86 PC system, the difference isn't meaningful, but if you're buying used stuff 3 generations back, the difference becomes somewhat meaningful in terms of electric cost (on the order of tens of dollars per year, which is significant for hardware which cost tens of dollars to start with).
* The Pi of course has GPIO, SPI, etc. exposed, so you can use it as a nice "hybrid-IoT" device where it's a home server _and_ a sensor aggregator, for example. And the hat ecosystem, while generally insanely overpriced, is convenient.
Now, the moment you're running K8s/Docker or a real compute workload (security camera image recognition, etc.) you should probably move off of the Pi and onto something nicer, indeed. I absolutely never understood people running clusters of Pis or those goofy multi-Pi carrier boards. Just buy a real PC.