Live data from Hacker News

Ask HN: Where do you get your cheap servers?

news.ycombinator.com

41–50 of 67 posts

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

#42
Heroku is free if you don't need constant uptime (it shuts down your server when it's idle for a while and starts it back up when a request comes in). Then the cheapest paid tier is $7.

It's also really pleasant because you deploy by just pushing your code; no SSHing or cron jobs. You do code an entire server process; you just don't manage it. So it's like halfway-serverless.

The downside, other than being $7 instead of $5, is that that's only for a single process; you can't run multiple low-compute servers within that $7. The file system also gets wiped whenever you deploy, so it's not appropriate for a database.

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

#43
Now, you are asking for subscription-based, but have you considered that it is perfectly possible to host on your own hardware at home perfectly fine for experimental/personal stuff? Just buy the cheapest Raspberry Pi (or a clone or whatever) and hook it up at home, that's certainly going to be cheaper than any of the cloud providers being thrown around here, only the cheapest lowendtalk offers might be cheaper still.

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

#44
OVH, Hetzner, and the whole Low End family

https://lowendstock.com/

https://www.lowendtalk.com/

https://lowendbox.com/

But nowadays you can get servers for free. AWS, Google, and even Oracle have free triers:

https://aws.amazon.com/free/

https://cloud.google.com/free/

https://www.oracle.com/cloud/free/

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

#45

Hetzner. They offer VMs with 1 vCPU and 2GB RAM for 3€/month. Quite a deal.

I second Hetzner. Their smallest VPS has been reliable for me and is even a bit cheaper than OVH. More importantly, should something go wrong or you have a question, you can expect a quite fast reply.

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

#47

I know you aren't interested in server hardware, but you should be. You can get extremely cheap used servers from eBay, Craigslist, or government auctions, and you can get extremely cheap rackspace in colocation centers.

That's unlikely to be "cheap" compared to what a student needs for the first few experiments.

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

#48
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…

Many cloud providers like digital ocean have student offers [1] with GitHub student developer program worth trying out.

[1] https://blog.digitalocean.com/were-participating-in-githubs-...

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

#49
post #47

I know you aren't interested in server hardware, but you should be. You can get extremely cheap used servers from eBay, Craigslist, or government auctions, and you can get extremely cheap rackspace in colocation centers.

That's unlikely to be "cheap" compared to what a student needs for the first few experiments.

That would depend entirely on the nature of the experiments.

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

#50

Google cloud free tier gives everyone (not just students) one 'always' free vps instance. It works great for me. Oracle promised 2 instances but got an error 'out of capacity' error instead. Support staff confirmed they dont have hardware in my region.

I was using that feature for the last year or so but recently they took away the public IP address. So I think it’s no longer free for common use cases like hosting a website. Correct me if I’m wrong!
Post reply on HN