Can someone explain to me the use case of a home server? I've always enjoyed tinkering with RPis, but have never found a good enough reason to keep one running 24/7 as a server. PiHole seems to be the best use case for it, but uBlock Origin or Wipr handles ad blocking for me.
Ask HN: Always on low power home server
71–80 of 139 posts
Re: Ask HN: Always on low power home server
#72You've still got a load of wires to deal with though (unless you shell out for a fancy case).
Re: Ask HN: Always on low power home server
#73Zotac makes some nice fanless machines that take an ssd, and they run linux fine. They come with a vesa/wall mount
They can be very low cost, for example the zotac zbox ci325 or ci329 ~ $160-170 (add memory + ssd). You can pay more all the way up to fanless i7 machines.
Re: Ask HN: Always on low power home server
#74What's your budget? My home server is mainly a file server and automated backup server. I also use it to host dedicated servers for some games my friends and I play (minecraft, KSP dark multiplayer, halo ce, etc.). It does PiHole and steam/origin/blizzard/uplay download caching (steam game install from a bonded dual-10G server is fun) as well. I picked up a SuperMicro mini-ITX 8 core Xeon-D based server board on eBay…
Re: Ask HN: Always on low power home server
#75Can someone explain to me the use case of a home server? I've always enjoyed tinkering with RPis, but have never found a good enough reason to keep one running 24/7 as a server. PiHole seems to be the best use case for it, but uBlock Origin or Wipr handles ad blocking for me.
For a household with 2+ people – each with personal phone and personal laptop plus a bunch of common devices like TVs, streaming speakers etc you would need a bunch of useful local LAN services: 1. Local Backup storage server – always have a local+cloud back – neither one is good enough just by itself. 2. Local streaming service – photos, music, home videos etc. 3. Internet gateway – a. filtering firewall, b. privacy…
Re: Ask HN: Always on low power home server
#76Can someone explain to me the use case of a home server? I've always enjoyed tinkering with RPis, but have never found a good enough reason to keep one running 24/7 as a server. PiHole seems to be the best use case for it, but uBlock Origin or Wipr handles ad blocking for me.
Re: Ask HN: Always on low power home server
#77Can someone explain to me the use case of a home server? I've always enjoyed tinkering with RPis, but have never found a good enough reason to keep one running 24/7 as a server. PiHole seems to be the best use case for it, but uBlock Origin or Wipr handles ad blocking for me.
I have an old desktop running Plex, so I can stream my personal movie and TV library to any of the Roku devices in my house.
Re: Ask HN: Always on low power home server
#78Re: Ask HN: Always on low power home server
#79I left the RasPi behind for a 2nd hand Lenovo m93p tiny for about $100. (An alternative HW would be the Dell Optiplex 9020 micro). You can upgrade the RAM on these and they use standard SSDs. I'm booting the Proxmox VM environment and it's currently running a VM and a LXC container, with lots of future opportunities. Proxmox allows you to reserve a vm's access to the USB ports, which comes in handy if you want to att…
Re: Ask HN: Always on low power home server
#80Can someone explain to me the use case of a home server? I've always enjoyed tinkering with RPis, but have never found a good enough reason to keep one running 24/7 as a server. PiHole seems to be the best use case for it, but uBlock Origin or Wipr handles ad blocking for me.
a) raise my power bill and heat my home :p
b) run a PPPoE client (ugh) and firewall/nat, and handoff the PPPoE session (custom client, available on github, email me) and firewall state (pfsync) if the primary goes down (which is usually for reboots); redundant dhcp, recusrive DNS, and automatic failover to LTE as well.
c) host a samba share for household documents and media. With automated backup to the secondary server (but if the main server is offline, you can't use the share). The samba share also accepts backups from the windows hosts (veeam free edition), which means I actually have backups that are easy to restore from.
d) publish selected data from the share (on change) to my DO droplet, because my connection isn't reliable enough to host from home (I used to serve my lame webpages, and my DNS from my home servers, but when I moved, it became a non-option due to the DSL going offline when the DSLAM loses utility power)
e) record over the air TV with MythTV and HDHomerun network tuners
f) host local development because my frontend systems are Windows and I'm not developing there (not interested in a windows hosted Linux environment thanks, putty works well for me)
g) PXEBoot server, which is mildly useful, at times.
Are there other ways to do that stuff? Probably, but this is what worked for me. I used to have all these things running on a single server, but having multiple means I can reboot them for kernel updates without losing my internet, so that's pretty nice.