Upgrading my home server
21–30 of 70 posts
Re: Upgrading my home server
#22For those wanting a quiet home server for cheap, go for a well-ventilated tower PC, best with passive CPU cooler and a quiet case and power supply fan. You can put that box in a bedroom and almost never see it/hear it. Rackmount server in home people so often brag about on the Internet is a very loud and impractical way to run network services from home, unless you have separate room for it.
Re: Upgrading my home server
#23For those wanting a quiet home server for cheap, go for a well-ventilated tower PC, best with passive CPU cooler and a quiet case and power supply fan. You can put that box in a bedroom and almost never see it/hear it. Rackmount server in home people so often brag about on the Internet is a very loud and impractical way to run network services from home, unless you have separate room for it.
Re: Upgrading my home server
#24What is the best and cheapest way to make a home server available to the internet, using a standard "home use" ISP contract? Can you give it a domain name? How do you deal with the asymmetrical upload/download speeds of most home connections?
In The Netherlands (a very tiny country though) Xs4all is one of the very few ISPs allowing home users to change the A/AAAA/PTR/MX records of their hostname/IP address (for both their DSL and FTTH offerings). You can get a subdomain or use your own domain, with reverse DNS. They've been doing that since forever. You can also get shell access. They're also a bit more expensive than the competition though.
Running your own server has one disadvantage (though it has gotten smaller these days): electricity costs and impact. I'm getting solar and Raspberry Pis and such are pretty marginal though. I suppose you should compare it with AWS and the like?
Re: Upgrading my home server
#25For those wanting a quiet home server for cheap, go for a well-ventilated tower PC, best with passive CPU cooler and a quiet case and power supply fan. You can put that box in a bedroom and almost never see it/hear it. Rackmount server in home people so often brag about on the Internet is a very loud and impractical way to run network services from home, unless you have separate room for it.
I have my doubts over bedroom quiet if you have hard drives in it. Ssd unfortunately still too expensive for redundant home storage use.
Disks suspended with cables? Box filled with sound absorption materials? Whatever it takes.
Or if that cost ~= cost of SSDs, just buy SSDs.
Me? I have a 12 TB SAS disk connected to the system with an easy to turn off switch so I power it up only when I need to backup something. Others times it stays unmounted and powered off. My whole digital footprint is only a TB....
Re: Upgrading my home server
#26For those wanting a quiet home server for cheap, go for a well-ventilated tower PC, best with passive CPU cooler and a quiet case and power supply fan. You can put that box in a bedroom and almost never see it/hear it. Rackmount server in home people so often brag about on the Internet is a very loud and impractical way to run network services from home, unless you have separate room for it.
I have my doubts over bedroom quiet if you have hard drives in it. Ssd unfortunately still too expensive for redundant home storage use.
Using it for routing with DNS block list, media file server and off site backup.
One thing I can recommend after decades of fiddling around with home servers: If you don't need it for the high availability, don't use raid 1. Raid is not a backup. Use another drive, preferably larger, and run something like dirvish or Borg once a day or however often you see fit in your case.
Re: Upgrading my home server
#27Earlier quoted context omitted.
You register a domain name, set it up on CloudFlare and use a script which checks if your IP changed and submits it to the CloudFlare REST API setting an A record: https://github.com/kissgyorgy/cloudflare-dyndns
I've used ddclient which has support for a lot more DNS services, including Cloudflare: https://github.com/ddclient/ddclient
Re: Upgrading my home server
#28Earlier quoted context omitted.
cheapest way is to sign up with a dynamic DNS service like http://freedns.afraid.org/ - choose a subdomain you like. Then run an agent on your server to monitor when/if your public IP changes - it will send the new IP to the dynamic DNS. If you'd prefer a paid option that uses your own domain, then some providers like Digital Ocean expose DNS settings via API. Here's a google search to get you started: https://www.go…
CNAME'ing your own domain to a "dynamic DNS" provider is also an option.
[0]: https://www.freecodecamp.org/news/why-cant-a-domain-s-root-b... [1]: https://blog.cloudflare.com/introducing-cname-flattening-rfc...
Re: Upgrading my home server
#29For those wanting a quiet home server for cheap, go for a well-ventilated tower PC, best with passive CPU cooler and a quiet case and power supply fan. You can put that box in a bedroom and almost never see it/hear it. Rackmount server in home people so often brag about on the Internet is a very loud and impractical way to run network services from home, unless you have separate room for it.
Loudest component will usually be the drives, otherwise something else is to loud.
Re: Upgrading my home server
#30For those wanting a quiet home server for cheap, go for a well-ventilated tower PC, best with passive CPU cooler and a quiet case and power supply fan. You can put that box in a bedroom and almost never see it/hear it. Rackmount server in home people so often brag about on the Internet is a very loud and impractical way to run network services from home, unless you have separate room for it.
I definitely wouldn't have my rackmount server in my bedroom, but instead I have it in a separate office/study room.
If you get decent fans (like Noctua) it's definitely not that loud, though the main problem is it's hard to find a cheap power supply that has decent (or replaceable) fans for a 2U rack. You can replace the fans on PSUs by cutting wires and soldering but that's always felt like a bad idea to me.