Live data from Hacker News

Ask HN: Cheap dedicated hosting options for side projects

news.ycombinator.com

1–10 of 122 posts

Ask HN: Cheap dedicated hosting options for side projects

#1
Hello all,

I have a few side projects (all web apps) that would require sizable amounts of storage space (but not much of other resources) once I bring them live, so I've been searching for cheap dedicated hosting options.

If huge space requirement was not a constraint, I'd say Digital Ocean (or other low-cost cloud services like Linode, Vultr etc.) would provide great bang for the buck, but I'm talking hundreds rather than tens of gigs of storage here at which levels, DO etc. would be way beyond my reach, and out of the question.

After some research, I have found what I believe to be the cheapest dedicated box provider and before signing up there, I thought I'd run it by HN, for other opinions, suggestions etc. What do you all think?

https://www.kimsufi.com/us/en/servers.xml

Re: Ask HN: Cheap dedicated hosting options for side projects

#2
OpenShift by Red Hat. Upgrade to silver package, they just want your credit card but you don't have to pay anything if you run 3 small gears for an example. If you give them your CC, you get things like own domains etc. for free. For my simple side projects, it's perfect and easy to scale.

I can't remember about storage costs, but you can find out!

Re: Ask HN: Cheap dedicated hosting options for side projects

#4

OpenShift by Red Hat. Upgrade to silver package, they just want your credit card but you don't have to pay anything if you run 3 small gears for an example. If you give them your CC, you get things like own domains etc. for free. For my simple side projects, it's perfect and easy to scale. I can't remember about storage costs, but you can find out!

Thanks - I will check that out, though I seriously doubt if they would be offering anything like a dedi box with 500GB drive for less than $10/mo...

Re: Ask HN: Cheap dedicated hosting options for side projects

#5
I know what you mean about needing a solution with lots of storage. I have Linode servers, and I'm at 90% disk space usage on one of them. They just upgraded the ram on all servers, but what I really need is more disk space. I'm nowhere near hitting the bandwidth limit, just need more space.

Re: Ask HN: Cheap dedicated hosting options for side projects

#7
- If latency isn't an issue you could store your things on Backblaze [1] which is by far the cheapest storage I've found.

- For my high-storage requirements I rent a dedicated Hetzner server with 2x3TB disks for around 30 euro/month [2]

[1] https://www.backblaze.com/b2/cloud-storage.html

[2] https://robot.your-server.de/order/market/country/DE

Re: Ask HN: Cheap dedicated hosting options for side projects

#8
Here's an option you might not have considered, but might be applicable, depending on the read/write speeds you need from those hundreds of gigabytes of data. Amazon has cloud drive, which costs something like 50 bucks a year, and has unlimited storage.

The neat thing is someone created a FUSE file system called acd_cli that allows you to use the cloud drive as if it were a normal hard drive. The speeds aren't too shabby either; I easily get 150MB/s up and down on my dedicated server, and response times are snappy. Additionally, you can create a unionfs mount so that writes are instant, and you sync new files on a regular schedule.

Of course, that might not be applicable to your use case, but I use mine for many things. I have a plex server running using that with over 13TB of videos, and it works flawlessly. It allows me to run a full plex server with unlimited storage for 20 bucks a month.

Post reply on HN