Is self-hosting trap for most makers?
byโข
I see so many makers spending weekends setting up n8n, OpenClaw, or Postgres on a VPS. They think they're saving money.
But your time isn't free. SSL certs expire. Updates break things. Backups fail. One 3 am debugging session and you've lost any "savings."
Unless you have compliance reasons, just pay for managed hosting. Am I wrong? Tell me why self-hosting is actually worth it for you.
137 views
Replies
While being in early phases of a product development, I don't yet know what my final stack will be, so I'm experimenting and playing with various technologies (DBs, front-end/back-end frameworks, deployment tools etc.) and having full control over it via config files is something that is comforting me way more than having to use some CLI (I'm looking at you, aws-cli) or UI (yep, still looking at you, AWS).
As an example, a single VPS that I'm using for a pre-prod environment of a product that is currently being built, costs 35 EUR, and there is a good chance (I am not entirely confident about that) that it's cheaper than using, for instance, EC2.
Speaking specifically of SSL certs updates, I don't think that this is a real issue in 2026 with letsencrypt and its toolkit.
I'm probably old-school, but I love tinkering and having fun with servers.
@sk_uxpinย I get the tinkering joy โ honestly, that's a valid reason in itself. And yeah, with Let's Encrypt, SSL isn't the nightmare it used to be.
The real tax isn't certs anymore. It's when something breaks at 2 a.m., and you're debugging why Postgres won't restart while your partner is asking why the lights are on. ๐
But if you enjoy it, that's not a waste โ that's a hobby. Most makers don't.
How do you handle backups and monitoring on that โฌ35 VPS? Or is pre-prod allowed to burn down sometimes?
@wasil_abdalย yep, I'm absolutely fine with letting it crash (and that happened a couple of times already).
If something breaks at 2 AM though, it's most likely going to wake me up and require me to do something no matter if it's AWS/Heroku or my own VPS.
You're spot on debugging a grumpy VPS at 3 AM is the ultimate "hidden tax" on a maker's sanity. Most of us start self-hosting to save a few bucks, but we end up paying with our most precious resource: building time. Unless youโre an infra nerd who genuinely enjoys SSL renewals, managed hosting is just buying your freedom back. It's much better to spend your energy on the craft than on nursing a server that doesn't love you back.
Are you a "managed-only" purist now, or is there still one stubborn tool you refuse to move off your own VPS?
@shyunbill Haha, "nursing a server that doesn't love you back" โ exactly. ๐
Great point โ "hidden tax" is the perfect phrase. That's exactly why we built Agntable. It's managed hosting for open-source AI tools โ dedicated resources, automated backups, SSL, updates, all handled. You just bring your unlimited workflows.
Not saying everyone should move. But if you're tired of 3 am debugging, it's worth a look. ๐
@wasil_abdalย Thank you for the answer. Agntable really sounds like a lifesaver for those who want to launch a product without server issues! Securing time to focus on actual market research is the best return on investment a founder can get. Especially for agent tools, having the server go down at a critical moment is something you absolutely must avoid.
The only time self hosting really wins is when you have very specific control/compliance needs. Otherwise it becomes accidental maintenance work.
The real issue is that self hosting feels like saving money because the invoice is zero but the mental overhead is never zero.
I mostly agree. Self-hosting makes sense when control is the point, but for most makers it turns into maintenance work very quickly. The more interesting line to me is where youโd place tools that reduce the ops burden without being fully self-hosted or fully managed.
For me, self-hosting is worth it only when control is the product requirement. Data privacy, custom infra, compliance, or avoiding platform limits. Otherwise, managed hosting is usually cheaper once you price in your own hours.
It's not about right or wrong. What's important to you? If your time ranks as the most important thing, then managed hosting is the way to go. But if control, privacy, data ownership, and learning are more important to you, then self-host.
I self-host most of my services - not even on a hosted VPS but on a three-node Proxmox cluster and 100 TB of Ceph storage on multi-WAN fiber connections in my house. Yes, time is a factor for me, but I enjoy it. Itโs a hobby and a learning experience. And yes, it also saves some money, but that's a perk, not a goal.
And honestly, AWS is more of a PITA than self-hosting. I know my way around Linux, virtualization, networking, etc. Learning what seems like arcane AWS stuff takes more time for me than spinning up an LXC container, S3-compatible storage, Redis, Postgres, etc.
YMMV
@gadgetboyย Fair play, Running a threeโnode Proxmox cluster at home is nextโlevel dedication. ๐
You do you. If you enjoy the server stuff, it's not wasted time.
Most makers just wanna build their product, not babysit a cluster. So I'll keep pushing managed for them.
But AWS does suck, though. ๐
I disagree. With AI tools now you can set up pipelines that take away the difficulty and time it used to require to run proper self-hosting. In fact, all the best practices are standardized in the backend stack, so no need to be in the loop there so much.
What I will say is that I have moved towards self-hosting because I just sleep better at night with the control, and I have so much more power when I self host. On API I run has about 80GB of data that needs to be hot, so I love calling it a million times for my other projects knowing that it costs me literally nothing more than energy. Also, it gives me an opportunity to recycle old machines that would otherwise end up in a landfill somewhere in Africa back home. Right now people are throwing out used mac minis that are actually sweet to set up node in.
EDIT: Finally, having this sort of power helps a lot in the bootstrapping of your startup when you don't need to worry about caps/costs/overages.
@francis_osihย Fair points. But AI tools still assume you know what you're doing.
For most makers? Managed hosting = ship faster. Self-hosting = ship a server.
Different goals. Both valid.