Practical guide · verified against the real thing
Self-hosting your software: when owning the server beats paying the subscription
In one line: You can run many SaaS tools yourself, privately, for the cost of a small server. Here is the honest case for it, the real cost people forget, and when the cloud still wins.
For a growing list of tools — note apps, file sync, project boards, password managers, media servers — there is a self-hosted version you can run on your own hardware instead of paying a monthly fee. It is genuinely appealing: private, no subscription, no vendor deciding your price. It is also genuinely work, and the decision is the same local-versus-cloud trade-off that runs through this whole desk.
What self-hosting buys you
Control and privacy first: your data stays on your machine, which solves the exposure described in lock-in and portability at a stroke — there is no vendor to be locked into. No recurring fee, no price rises, no service shutting down and taking your data with it. For sensitive data or for a tool you would otherwise rent forever, the economics can strongly favour owning it, the same reasoning as running models locally.
The cost people forget: you become the IT department
Self-hosting trades a subscription for responsibility. You run the server, so you own its uptime, its backups (the 3-2-1 rule is now your problem), and above all its security — an internet-facing self-hosted app is a target, and keeping it patched is the discipline in patch management with real consequences. The honest cost is not the hardware; it is your time and the risk of running something unattended. For many people that is a bad trade; for the technically comfortable it is a good one.
When the cloud still wins
Use the hosted version when reliability just works and matters more than control, when you do not want to maintain a server, or when the tool needs to be reachable from everywhere without you opening ports and hardening a box. The decision mirrors when you need a VPS: self-host when you specifically value the control and will do the upkeep; otherwise let someone else run it. There is no virtue in self-hosting for its own sake — only in matching the effort to how much the privacy and control are worth to you.
Next