Live data from Hacker News

Ask HN: What are good hosting providers?

news.ycombinator.com

1–10 of 56 posts

Ask HN: What are good hosting providers?

#1
I am launching a small business. I do not have much budget. I cannot spend more than $5 per month.

I am going to host my web app on digitalocean. Is digitalocean right choice?

What is your experience with hosting providers?

Who is the best for low budget?

Re: Ask HN: What are good hosting providers?

#2
I've been very happy with DigitalOcean but be aware that $5 is not going to get you very much. If it's a small web app or static site then the $5/mo droplet will be fine but plan to be spending more like $15 or $20/mo very soon.

Edit: If price is your biggest concern then maybe look at Vultr (https://www.vultr.com/products/cloud-compute/#pricing) to get you started for less $.

Re: Ask HN: What are good hosting providers?

#3
I moved from DO to Scaleway a few years ago and I am super satisfied. Never had any problems whatsoever and I haven't found a cheaper hosting. Their console is easy to use and their offering is generally pretty good. Highly recommended.

I spend $3.33 (2.99€) and host a few apps. None big but they all run smooth as butter. It's amazing how much you can actually host on this little machines.

Re: Ask HN: What are good hosting providers?

#4
It depends on your needs really. DO is fine for low budget projects. Just below them I would suggest Vultr. If you don't care about API's and that sort of thing, then Ramnode is even cheaper, but I've had issues with the user interface.

There are a bunch of aggregator sites that compare vps providers. Here are two of them. [1] [2] [3]

Disclaimer: These sites can be a bit spammy. Use NoScript / uBlock. Also, you really do get what you pay for, so as your business grows, you may wish to consider diversifying across providers.

[1] - https://lowendbox.com/

[2] - https://vpscomp.com/servers

[3] - https://www.serverhunter.com as mentioned by IronBacon, I totally forgot about this one.

Re: Ask HN: What are good hosting providers?

#6

I've been very happy with DigitalOcean but be aware that $5 is not going to get you very much. If it's a small web app or static site then the $5/mo droplet will be fine but plan to be spending more like $15 or $20/mo very soon. Edit: If price is your biggest concern then maybe look at Vultr ( https://www.vultr.com/products/cloud-compute/#pricing ) to get you started for less $.

I've also been quite happy with DigitalOcean for the last 2 years. Pricing is good, and I've had 0 downtime.

Re: Ask HN: What are good hosting providers?

#7
I can personally recommend Vultr, Linode, and DO for reliable VPS services.

All of them have pretty competitive offerings, great support, and are just generally on top of things. You won't regret any of those hosts.

The problem with the hosts on lowendbox.com and the like is that they will very likely work, but they don't have the history for me to trust business critical tasks. Many are just resellers offering over-allocated machines.

Re: Ask HN: What are good hosting providers?

#8
You didn't mention the type of business, so I'll throw out a question: do you need a VPS host? Is Wordpress hosting enough? Static site hosting? You said web app, but I just want to double check.

If you have to have a VPS where you get a bare OS and need to install your custom web app, there are some great suggestions already in here. I personally use DigitalOcean because my company's budget is super small as well.

If you just need a business website, there are cheaper options than DigitalOcean or Vultr.

Re: Ask HN: What are good hosting providers?

#9
What framework/programming language are you planning to use?

If you want super cheap, nothing will beat shared hosting. In most cases, you will have to write your coded in PHP and MySQL. You can get spaces really cheap hosting like 12 USD per year.

For any other framework, you have to use a VPS. Even in VPS there are two types - KVM based and LXC based. KVM based systems support docker but will be expensive. LXC based systems will be much cheaper but can run most frameworks.

Post reply on HN