TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Cheap VPS with 1TB HDD?

53 点作者 rambojazz将近 3 年前
I need to host a static website with several 100s GB of text files. I'm looking for a small VPS that has however 1TB of HDD. 1 CPU, 1GB RAM, 100Mb NET are more than enough for the purpose. Unfortunately all the VPS plans that I can find do not allow for such small requirements with that much storage. They only scale the whole VPS, so if I want 1TB storage I would have to buy like 8-thread CPUs, 64GB RAM, 1Gb NET etc. I know there are "storage VPSes" but these do not allow webservers, they only work as network storage and it means I would have to pay for 2 VPSes. Any recommendations?

22 条评论

lovelearning将近 3 年前
I use a Hetzner CX11[1] VPS running nginx. Files are stored on Hetzner&#x27;s 1TB Storage Box service. Storage Box has built-in WebDAV HTTP interface (among others). Costs about €6.50&#x2F;month in all.<p>You might also want to see their Storage Share[3] service - similarly priced but more user-friendly with a NextCloud frontend and WebDAV HTTP interface.<p>From another discussion here, I found that Backblaze B2 and Cloudflare R2 are still cheaper. May want to check them out too.<p>[1]: <a href="https:&#x2F;&#x2F;www.hetzner.com&#x2F;cloud" rel="nofollow">https:&#x2F;&#x2F;www.hetzner.com&#x2F;cloud</a><p>[2]: <a href="https:&#x2F;&#x2F;www.hetzner.com&#x2F;storage&#x2F;storage-box" rel="nofollow">https:&#x2F;&#x2F;www.hetzner.com&#x2F;storage&#x2F;storage-box</a><p>[3]: <a href="https:&#x2F;&#x2F;www.hetzner.com&#x2F;storage&#x2F;storage-share" rel="nofollow">https:&#x2F;&#x2F;www.hetzner.com&#x2F;storage&#x2F;storage-share</a>
评论 #31750328 未加载
评论 #31751454 未加载
评论 #31763921 未加载
评论 #31751379 未加载
fbcpck将近 3 年前
I am actually not familiar with such limitations with storage VPS against webservers. It doesn&#x27;t seem to be the norm, and I would still search with &quot;Storage VPS&quot; as search keyword in e.g. <a href="https:&#x2F;&#x2F;lowendtalk.com" rel="nofollow">https:&#x2F;&#x2F;lowendtalk.com</a>.<p>I&#x27;ve personally used the following in the past. It was quite cheap and generally happy with it.<p><a href="https:&#x2F;&#x2F;www.time4vps.com&#x2F;storage-vps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.time4vps.com&#x2F;storage-vps&#x2F;</a><p>———<p>You might also want to get (snipe) a server off <a href="https:&#x2F;&#x2F;www.kimsufi.com&#x2F;uk&#x2F;servers.xml" rel="nofollow">https:&#x2F;&#x2F;www.kimsufi.com&#x2F;uk&#x2F;servers.xml</a> — the best ones usually sold out within a minute or two, but nothing beats the price.
评论 #31751332 未加载
评论 #31755848 未加载
matt_heimer将近 3 年前
If they are uncompressed text files, have you considered compressing them on disk? Nginx has gzip_static and gunzip options that will allow you to serve the content from pre-compressed files.
sylvain_kerkour将近 3 年前
I would put the files on a S3-like service (scaleway, backblaze...) and setup a small VPS to serve the files.<p>By using Scaleway you would pay ~12€&#x2F;m for 1TB of storage and ~7€&#x2F;m for the smallest instance (can go even cheaper if you manage to get a stardust instance at ~1.5€&#x2F;m). Also, Scaleway does not charge for egress (bandwidth) so it seems the perfect solution to your problem :)<p>Alternatively, you could enable the website feature[0] on the bucket to save you from setting up a web server, but then you would pay for the egress.<p>[0]: <a href="https:&#x2F;&#x2F;www.scaleway.com&#x2F;en&#x2F;docs&#x2F;storage&#x2F;object&#x2F;how-to&#x2F;use-bucket-website&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.scaleway.com&#x2F;en&#x2F;docs&#x2F;storage&#x2F;object&#x2F;how-to&#x2F;use-b...</a><p>Disclaimer: I&#x27;m just an happy customer
评论 #31751648 未加载
dusted将近 3 年前
Wouldn&#x27;t it be easier to self host ? Sounds like something that could be lifted by a raspberry pi 4 and a 1 TiB usb harddrive?
malteg将近 3 年前
Try contabo.com Have good experience with them. They are now available outside the EU too. You can choose between ssd and hdd. If you really price sensitive and need a cheap vps give netcup.eu a try (eu only)
warrenm将近 3 年前
&gt;I know there are &quot;storage VPSes&quot; but these do not allow webservers<p>Never seen this anywhere<p>The &quot;storage VPS&quot; just means they&#x27;re focusing on storage over CPU or RAM ...they&#x27;re still full VPS instances
hardwaresofton将近 3 年前
Shameless plug, but if you&#x27;re looking for a cheap VPS and don&#x27;t want to run the backing services that might be required by the application&#x2F;whatever you&#x27;re trying to host, I&#x27;m working on something to offer some basic (and later advanced) managed services on Hetzner.<p>I think Hetzner&#x27;s great (it&#x27;s definitely the right choice in here), but it is missing some features we&#x27;ve come to expect from low cost but robust cloud providers (DO, Linode, etc) -- Managed S3 storage, simple Database as a service, etc. I&#x27;m working on a sort of... proto-cloud that can sit on providers like Hetzner, OVH and LeaseWeb and offer this functionality.<p>My thing is called NimbusWS (<a href="https:&#x2F;&#x2F;nimbusws.com" rel="nofollow">https:&#x2F;&#x2F;nimbusws.com</a>), but there are other things:<p>- Elestio: <a href="https:&#x2F;&#x2F;elest.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;elest.io&#x2F;</a><p>- Symbiosis: <a href="https:&#x2F;&#x2F;symbiosis.host" rel="nofollow">https:&#x2F;&#x2F;symbiosis.host</a> (they offer managed k8s, they run on Hetzner IIRC)
评论 #31756894 未加载
stevenicr将近 3 年前
I&#x27;ve enjoyed leaseweb having dedicated servers (when on sale) for half the price of many &#x27;modern&#x27; vps slingers.. eg:<p>CPU 1x 4 cores 3.30GHz SYS-5037MC-H12TRF 2 SFF bays ram 16GB DDR3 hdd 1x1TB SATA traffic 10 TB Availability 1 hr - 5 days US$43.64 per month - ( <a href="https:&#x2F;&#x2F;www.leaseweb.com&#x2F;bare-metal-server&#x2F;configure&#x2F;27128?configurationToken=90be190d6b850edd8cd8a27b" rel="nofollow">https:&#x2F;&#x2F;www.leaseweb.com&#x2F;bare-metal-server&#x2F;configure&#x2F;27128?c...</a> )<p>yeah that&#x27;s not apples to apples - it&#x27;s not an SSD drive - those are more for that size, but it sounds like you are looking for price and likely do not need to spend the extra dough for SSD.
throwaway67743将近 3 年前
An alternative suggestion if you don&#x27;t need the VPS benefits (ie root), feral sell reasonably cheap shell accounts from 1 to 8tb (won&#x27;t link just in case, but easy to find on Google)
antifa将近 3 年前
According to the google cloud calculator, before bandwidth charges, an f1-micro VPS (0.60 GB RAM) is $3.88&#x2F;month and 1TB of disk for the VPS is $40&#x2F;month.<p>I think the free tier will give you a free forever 1GB e2-micro, so you might be able to get that then only pay for the $40 GB disk and outbound bandwidth.<p>B2 backblaze is an S3 compatible API that will hold 1TB for $60&#x2F;year before bandwidth charges.<p>The bandwidth charges might kill these 2 ideas for you, but cloudflare or bunnycdn might be worth looking into to hide gcloud or B2 behind.
评论 #31760744 未加载
antihero将近 3 年前
I use PulseHeberg Storage Cloud VPS, works great, is cheap and uses KVM so you can roll your own distro&#x2F;kernel.<p>Emails will be in French mind, which doesn’t really bother me.<p>Performance is fine, happily&#x2F;needlessly serving my static website and navidrome using microk8s on one of the slightly beefier boxes.<p><a href="https:&#x2F;&#x2F;pulseheberg.com&#x2F;cloud&#x2F;vps-storage" rel="nofollow">https:&#x2F;&#x2F;pulseheberg.com&#x2F;cloud&#x2F;vps-storage</a>
nreece将近 3 年前
RamNode has a KVM VPS range with 1 TB HDD storage for $15&#x2F;month.<p>I&#x27;ve used their VPSs many years ago, and they were excellent in terms of performance and support. Nick, the owner, has sold the company since then, and I haven&#x27;t used them lately, so I&#x27;m not sure about their current standing, but worth giving them a try.<p>The other option can be to store the text files as objects on Backblaze B2 or Cloudflare R2 for cheap.
bbrks将近 3 年前
Use one of the notification websites to grab a $5.99&#x2F;mo KS-1 from kimsufi (OVHcloud) - it should be in stock multiple times a day<p>It&#x27;s a tiny dedicated server that should be plenty sufficient. I run all my personal infra on these (and the higher spec ones) and they&#x27;re great for the price.<p>Intel ATOM N2800 2c&#x2F;4t 1.86GHz 4GB DDR3 1066MHz 1TB 100 Mbps
评论 #31768267 未加载
kkielhofner将近 3 年前
Cloudflare and Backblaze B2 - nothing else will even come close for the price point.<p>Either put the static files in the bucket or use Cloudflare Pages.<p>Will be around $5&#x2F;mo and you get ddos protection, edge caching, etc, etc.<p>If you want to experiment Cloudflare is free and the first 10GB on B2 are free.
indigodaddy将近 3 年前
buyvm.net 1G Ram KVM for $3.50&#x2F;mo Add 1TB block storage slab for $5&#x2F;mo
jjice将近 3 年前
If it&#x27;s static and there is no server side code running at all, you might be able to get away with raw S3-like + a CDN in front. No servers to manager, and it&#x27;ll be relatively cheap.
mobilio将近 3 年前
Why you didn&#x27;t host this at home?<p>Get some Intel NUC and 1T disk. Install everything and use CloudFlare Tunnel to expose server via CF to the internet.
nix23将近 3 年前
+1 for Hetzner VPS - the V<p><a href="https:&#x2F;&#x2F;www.hetzner.com&#x2F;sb" rel="nofollow">https:&#x2F;&#x2F;www.hetzner.com&#x2F;sb</a>
weird-eye-issue将近 3 年前
DigitalOcean with Block Storage
x0ff将近 3 年前
check out <a href="https:&#x2F;&#x2F;contabo.com&#x2F;en&#x2F;storage-vps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;contabo.com&#x2F;en&#x2F;storage-vps&#x2F;</a> starts at 3.99€ performs quite well
aae42将近 3 年前
wasabi will sell you 1TB of object storage for 5.99&#x2F;mo