Live data from Hacker News

Ask HN: Where do you get your cheap servers?

news.ycombinator.com

31–40 of 67 posts

Re: Ask HN: Where do you get your cheap servers?

#32
There are at least 5 providers that will rent you a $5/month server: DigitalOcean, Lightsail, Linode, UpCloud and Vultr. There's a guy that publishes benchmarks of their $5 instance regularly

https://joshtronic.com/2019/09/02/vps-showdown-digitalocean-...

DigitalOcean is by far the most popular. Personally, I like Vultr because they also have $2.50 IPv6 only instances and you can upload your own ISO file if you want to try a less popular Linux distribution. Both services have similar user interfaces that are pretty good.

That being said, $60/year is still a lot. If you can get away with just a static site, try GitHub pages https://pages.github.com/. You only get one (unless you create GitHub organizations) but it's free. You can still have your own domain pointing to it with TLS (free through Let's Encrypt). You miss out on the fun of managing a Linux server unfortunately.

Re: Ask HN: Where do you get your cheap servers?

#34
I've been on Digital Ocean for a few years, pretty happy with them and have no plans to move on. I was on Hetzner before them, but moved away because the pricing was essentially the same yet Hetzner's control panel (at least back then - I'm talking before 2015) was a bit of a pain, and DO's is all shiny, and I find what I'm looking for quickly, most of the time. Hetzner's admin panel might have come a long way since then though?

Re: Ask HN: Where do you get your cheap servers?

#38
post #32

There are at least 5 providers that will rent you a $5/month server: DigitalOcean, Lightsail, Linode, UpCloud and Vultr. There's a guy that publishes benchmarks of their $5 instance regularly https://joshtronic.com/2019/09/02/vps-showdown-digitalocean-... DigitalOcean is by far the most popular. Personally, I like Vultr because they also have $2.50 IPv6 only instances and you can upload your own ISO file if you want…

Yep. I use DO and it’s been just fine for low traffic websites. They’ve been great to work with and very easy to use. But I only host personal projects and internal tooling projects with them. Can’t speak to scaling but my experience has been positive.
Post reply on HN