4
11 Comments

Looking for SaaS founders running a single VPS

When a founder tells me their SaaS server is acting strange, I usually don’t start by checking CPU or memory.

The first thing I check is disk.

More specifically, log growth.

I’ve seen VPS setups where everything looked normal:

CPU stable
RAM stable
Application responding

But in the background:

• auth logs growing nonstop
• debug logs accidentally left enabled
• application logs never rotated

Slowly the disk fills.

Then suddenly things start breaking:

Nginx refuses to start.
Database writes fail.
Background jobs stop.

To the founder it looks like the server “randomly crashed”.

But it didn’t crash.

It slowly suffocated.

I’m looking to connect with founders currently running SaaS on a single VPS (DigitalOcean, Hetzner, Linode, etc).

Curious what kind of weird production issues you’ve seen.

What was the strangest thing that ever broke your server?

posted to Icon for group Looking to Partner Up
Looking to Partner Up
on March 8, 2026
  1. 1

    Solid execution. What's driving your activation rate right now — onboarding flow or first-use success?

    1. 1

      Right now it’s mostly first-use success. If they get value in the first session, they usually stick.
      Onboarding is still pretty basic, so that’s something I need to improve.
      Curious how you’re handling it — more guided onboarding or letting users explore?

  2. 1

    Been there. Running a multi-VM setup on Hetzner bare metal - Proxmox with about 15 LXC containers and VMs behind Caddy reverse proxy. The "silent suffocation"pattern you describe is real.

    My strangest one: a FastAPI app was generating a new log file per request instead of appending. Took 4 days to notice because everything looked healthy. By the time disk hit 100% the symptoms looked like a completely unrelated database issue.

    These days I have cron monitoring (Healthchecks) and egress log parsing via Caddy to catch anomalies early. Rotation via logrotate on everything. Still - bare metal means you own every layer of the problem.

    1. 1

      That’s a painful one. Those are the worst because everything looks fine until it suddenly isn’t.

      I’ve seen similar stuff where logs or temp files quietly fill up disk and then the symptoms show up somewhere completely unrelated.

      Bare metal really makes you think about every layer. Your setup sounds solid though, especially catching it at the proxy level.

  3. 1

    are you curently using email sequence to convert users into coustomers or mostly relying on traffic ?

    1. 1

      Right now mostly traffic and organic. Haven’t set up a proper email sequence yet.
      I know I probably should though. Are you using email flows for your product?

  4. 1

    The "runs locally, no subscriptions" positioning speaks to a real and growing buyer sentiment: subscription fatigue is real, and data privacy concerns are increasing.

    Technical buyers especially are allergic to another SaaS that requires yet another account, another set of API keys to manage, and another vendor who might change pricing or go down.

    A local Python script that you run when you need it and own outright is genuinely differentiated from the SaaS alternative. Worth leaning hard into that in positioning.

    What does the onboarding experience look like for someone who has Python but isn't a developer?

  5. 1

    One-time pricing for productivity tools is underrated. The main objection from SaaS orthodoxy is "you can't build a sustainable business" but the counter is: if you have a tool that genuinely saves time, a $49 one-time sale to a customer who then refers three colleagues might be better LTV than a $19/mo subscription with 40% month-3 churn.

    The key metric shifts from MRR to LTV-per-customer and repeat-purchase rate. Different math, but it can work just as well.

    What's your refund/satisfaction rate been like?

  6. 1

    One-time pricing for productivity tools is underrated. The main objection from SaaS orthodoxy is "you can't build a sustainable business" but the counter is: if you have a tool that genuinely saves time, a $49 one-time sale to a customer who then refers three colleagues might be better LTV than a $19/mo subscription with 40% month-3 churn.

    The key metric shifts from MRR to LTV-per-customer and repeat-purchase rate. Different math, but it can work just as well.

    What's your refund/satisfaction rate been like?

  7. 1

    Interesting point about logs filling up disks — that’s definitely one of those silent failures that creeps up on you.

    I’m actually launching my first SaaS today and it reminded me how many small things can break in production that you never think about early on.

    Curious how most founders here monitor their servers when running on a single VPS?

    1. 1

      Congrats on the launch. Early production monitoring is something many founders underestimate. Even simple things like disk usage alerts and log rotation can prevent a lot of surprises. Are you running everything on a single VPS or multiple instances?

Trending on Indie Hackers
The most underrated distribution channel in SaaS is hiding in your browser toolbar User Avatar 162 comments I launched on Product Hunt today with 0 followers, 0 network, and 0 users. Here's what I learned in 12 hours. User Avatar 149 comments I gave 7 AI agents $100 each to build a startup. Here's what happened on Day 1. User Avatar 97 comments Show IH: RetryFix - Automatically recover failed Stripe payments and earn 10% on everything we win back User Avatar 34 comments How we got our first US sale in 2 hours by finding "Trust Leaks" (Free Audits) 🌶️ User Avatar 26 comments How to see your entire business on one page User Avatar 23 comments