Live data from Hacker News

Ask HN: What hardware are you running for your home server?

news.ycombinator.com

81–90 of 100 posts

Re: Ask HN: What hardware are you running for your home server?

#81

I'm using a Nvidia Jetson Nano. It's basically like a Raspberry Pi, but with a beefier GPU. It's not extremely fast, but is decent as a web and file server. TDP is extremely low, 3W idle, 8W top.

Are you using the Nano Developer Kit or some third-party for-production version? I'm asking because my understanding was always that the Dev Kit is not meant for constant use / sustained load.

Re: Ask HN: What hardware are you running for your home server?

#82
My movie triaging and conversion thing, basically a personal Netflix. This one has been rock solid and requires zero maintenance. There are better torrent-based options nowadays, I think.

https://nicolasbouliane.com/projects/home-server

The other is my timeline thing. I love the idea, but messed up the implementation. It's a bloated mess that I dread working on. It should be a presentation layer for my /backup directory, not an opinionated backup solution cum data archive management system.

I plan to rewrite it into a much simpler project.

https://nicolasbouliane.com/projects/timeline

The last one is Syncthing, since a week or two. It's much simpler than Google Drive or the timeline thing's elaborate rsync setup, so it will replace both.

A while ago, I read that "a person's main task is not computing, but being human". This has heavily influenced my relationship with technology, including the tech I create for myself. I want calm technology that blends into my life, and self-hosted software is rarely that.

https://calmtech.com/

Re: Ask HN: What hardware are you running for your home server?

#83
Thinkpad x280 with 1TB internal SSD and external drive for backups. 16GB of ram. Have been running on thinkpads for twenty years. Always power, screen, keyboard at the ready.

Mostly services just run native on Debian. Gitlab, a few websites, Nextcloud, Minecraft. All data is located in /data which I backup once a year since family pictures are not more important than my time.

Re: Ask HN: What hardware are you running for your home server?

#84
I built my home server in 2013 and it is still going strong. It is based around an ASRock E350M1 with integrated AMD E350 dual-core processor [0].

It sports 4GB RAM an old 64 GB SSD for the operating system (debian) and three 2 TB HDDs in a btrfs RAID1 array giving ~3TB of usable space which is plenty for my own needs.

It runs the following services:

- DNS server (unbound + custom domain filtering)

- Syncthing

- OpenVPN client & server

- PostgreSQL + lighttpd + PHP for various small websites

- Samba & NFS

- Transmission (for linux distros of course)

[0] https://www.asrock.com/mb/AMD/E350M1

Re: Ask HN: What hardware are you running for your home server?

#86
I have desktop 13900k+4090 that is in permanent hope to be transformed into homelab style server with something like esxi/hyperv for you pass through into one client vim where I will do windows work/some gaming and when windows not in use passthrough to Linux vim for stable diffusion , also one ubuntu vm for Linux workstation. I really don’t like dual boot/VMware workstation.

For small stuff I have raspberry 4b 4gb and 2 drive symbology nas.

I have gaming asus router axe-11000, but want to switch to 10gb Ethernet, and that will lead to upgrading nas too. A lot of stuff is limited by the fact that I’m renting so even dropping cable to fiber modem in garage was adventure

For storage I have

Re: Ask HN: What hardware are you running for your home server?

#87
I'm running

AMD EPYC 7302 in Supermicro H11SSL-i rev 1. hacked to use Rome CPU (as the microcode can be replaced in BIOS update, this saved quite a few bucks)

128GB DDR4 ECC RAM

2x 1TB NVMe drives

2x 14TB hard drives

Running Proxmox, Kubernetes, Ceph, a couple of game servers and my personal Docker passthough server (you can actually use Docker remotely, with the caveat that local mount binds are not available). In the future it will also run my Github Actions self hosted runner and a couple more CI workers. Basically using it as my Threadripper alternative (the parts are all decommisioned server hardware that comes in cheap -- even the CPU is quite cheap to say the least)

Re: Ask HN: What hardware are you running for your home server?

#88
ASRock DeskMini A300, running a Ryzen 3400G and 32 GB of RAM and hooked up to an 8 TB ZFS pool. The whole deal is hidden behind the monitor on my desk. It's running a whole pile of self-hosting stuff (Plex, Home Assistant, Seafile, Syncthing, Pi-hole, Wiki.js, Photoprism, Wireguard, Mail Piler, backups, etc) and hardly ever breaks a sweat. I also have a no-name mini PC from Aliexpress running backup DNS and VPN in the garage.

Re: Ask HN: What hardware are you running for your home server?

#90
Mini ITX board, Ryzen 2200G, 32GB RAM, a 1T NVMe and a 10T HDD. This one is in a Cooler Master Elite 120 case, which fits on an IKEA Kallax shelf in the cubbies.

I also have a 16GB Orange Pi 5 with a 500G NVMe running some things. It’s surprisingly powerful.

Post reply on HN