The $5 VPS died in 2025. Most people have not noticed yet because the marketing pages still show the price. What the pages do not show is that the $5 tier now ships with 1 GB of RAM, a shared vCPU, and an egress cap that turns your service off the moment someone shares a link on social media. The $5 was always a teaser. In 2026, the teaser no longer delivers.. Your AI Agent Is Bleeding Money — Here’s How to Stop It
I run my blog on a Lenovo ThinkCentre M720q I bought second-hand for Rp 2.8 million. It serves 50,000 sessions a month. My monthly cost is Rp 75,000, of which Rp 25,000 is electricity and Rp 50,000 is a static IP from my ISP. The architecture is older than the $5 VPS. It is also faster, more reliable, and cheaper than any cloud offering at the same price.. Alibaba’s AI Just Coded for 35 Hours Straight Without Human Help
This is not a homelab circlejerk post. I have used DigitalOcean, Linode, Vultr, and Hetzner for production workloads. The $5 VPS was a real product for about a decade. It is no longer a real product. Here is what changed and what replaced it.
What actually changed about the $5 VPS
The price stayed the same. Three things moved underneath it.
First, the specs got worse. A $5 VPS in 2016 was 1 GB of RAM, 1 vCPU, and 25 GB of SSD. A $5 VPS in 2026 is 1 GB of RAM, a shared vCPU, and 25 GB of SSD. The RAM did not change. The CPU got worse — shared vCPU means you are competing with every other tenant on the host. Disk I/O on shared SSD is a lottery. Network on the cheapest tier is a 1 Gbps port that throttles to 100 Mbps after the first hour of sustained traffic.
Second, the egress cap. Cloudflare, AWS, and Google Cloud all announced or expanded per-service egress pricing in 2024 and 2025. A $5 VPS that used to be unmetered now caps at 1 TB or 2 TB per month, and overage is $0.09 per GB. Run a small image-heavy site and the egress overage alone is more than the cost of the box.
Third, the support tier. The $5 tier does not include human support. The community forum does. The community forum is where you find out the network issue is not on your side after you have spent three hours debugging it. This was always true. It is more true now that the underlying infrastructure is more complex.
The result: the $5 VPS in 2026 is the same price as the $5 VPS in 2016, but it delivers less. It is the textbook case of shrinkflation in a market where the customer has no way to compare the old product to the new one.
What replaced it: two architectures
There are two architectures that beat the $5 VPS on price, performance, and reliability. I have run both. I am currently running one and planning to move to the other.
Architecture A: Homelab + free CDN
This is the architecture I have been running for two years. The setup is a small x86 box in your house — the M720q is a good example, but any second-hand business desktop works — running nginx, MariaDB, PHP, and WordPress. The box is on a residential internet connection. Cloudflare sits in front of it, serving 95 percent of requests from cache without ever touching the origin.
The economics. Rp 2.8 million for the box, one-time. Rp 25,000 a month for the extra electricity. Rp 50,000 a month for a static IP. Total: Rp 75,000 a month, or about $5. That is the same as the VPS. The difference is what you get for the $5.
You get 32 GB of RAM and 6 dedicated cores, not 1 GB and a shared vCPU. You get a 100 Mbps upload, not a throttled 1 Gbps. You get 1.2 TB of traffic per month before you hit any limit, and that limit is the one your ISP imposes, not the one the cloud vendor imposes. You get full control of the box. You can install whatever you want. You can run whatever you want alongside the blog. You can use the same box to host a personal AI node, a file server, or a side project.
You give up data center SLAs. You give up the ability to spin up a second box in another region in 60 seconds. You give up the vendor handling hardware failures. For a personal blog or a side project, none of those matter. For a production SaaS with paying customers, all of them matter. I will come back to that distinction.
Architecture B: Edge compute + free tier
This is the architecture I am planning to move to, and the one I would recommend to anyone starting fresh today. The setup is a combination of free-tier edge platforms and a tiny home box for anything that has to run on a real machine.
Cloudflare Workers free tier is 100,000 requests per day. Vercel free tier hosts a Next.js app with unlimited static requests. Fly.io free tier is three shared VMs with 256 MB RAM each. GitHub Actions gives you 2,000 minutes a month of CI. Supabase free tier is 500 MB of Postgres.
You can build a real product on those numbers. I have not done it yet, but I have seen it done. The pattern is: edge handles the request path, free tier handles the data, homelab box handles anything that needs actual compute. The result is a service that costs $0 to operate until you hit scale, at which point you have revenue to pay for it.
This is the architecture the $5 VPS was supposed to enable. It just does not enable it anymore. The $5 VPS was the original “free tier plus a real machine” hack, before free tiers existed. Now free tiers exist, and the VPS is the overpriced option.
When the $5 VPS still makes sense
I am not going to claim the $5 VPS is dead for every use case. There are two where it still wins.
First, regulated workloads. If you are running healthcare, finance, or anything that touches HIPAA, PCI, or local data residency laws, a homelab is not an option. The audit trail is not there. The physical security is not there. The $5 VPS with a BAA from a real cloud vendor is still your cheapest compliant option.
Second, the first 30 days of a startup. If you are validating an idea and you do not know yet whether the box needs to be in a specific region, or whether you need a database, or whether you need anything beyond a static landing page — the $5 VPS is still the fastest way to ship something and iterate. You can be up in five minutes. You can be in a different region in five more. The friction is real and the time savings matter when you do not yet know what you are building.
For everything else, the $5 VPS is no longer the cheapest, fastest, or most reliable option. It is the most familiar option. Familiarity is not a technical advantage. It is a bias. The bias was correct in 2016. It is no longer correct in 2026.
The replacement is not a single product. It is a small stack of free tiers, a homelab box, and the willingness to learn how the pieces fit together. The learning curve is steeper than clicking “Deploy to DigitalOcean.” The outcome is a service that costs less, performs better, and does not lock you in to a vendor whose pricing changes every two years.
If you have been paying $5 a month for a VPS you do not really need, the question is no longer whether to switch. The question is how much of your last 36 months of $60 VPS bills you want to recover. The answer is usually all of it.
For a real walkthrough of the homelab + free CDN setup I run, see my $0/month blog stack breakdown. And if you want to understand why I moved from a hosted VPS to running everything off a single home box, the post on what happens when 32 AI agents hit a homelab server at once covers the breaking point that pushed me over.
Discover more from Susiloharjo
Subscribe to get the latest posts sent to your email.