Managed Matrix hosting vs self-hosting: which is right for you?

The pitch for self-hosting Matrix is simple: your data, your server, your rules. The pitch for managed hosting is equally simple: your data, your server, your rules, and someone else stays awake when it breaks.

Both paths use the same open-source stack. Both give you a federated, end-to-end encrypted chat server under your control. The only question is who runs it: you, or us.

Here is what each one actually costs.


At a glance

What mattersYou self-hostetke.cc runs it
Getting it runningA server, a domain, DNS you control, and root over SSH. Then enough Ansible to drive the playbook.You order, answer a few questions, and it shows up built: Docker, the homeserver, backups, firewall, fail2ban, SSH hardened.
Weekly updatesYou re-run the playbook yourself. It does not update while you sleep.We ship server and Matrix updates every week, whether or not you remembered they were due.
Breaking changesThe playbook stops and makes you read every breaking change before it will run again. A real safeguard, and also the reason you end up reading release notes at midnight.We read the changelog so you do not. It rides along in the weekly pass.
BackupsYours to set up: a database dump and a copy of the files, on a schedule you build and hope you got right.Nightly, kept a week. We are the ones doing the restore.
MonitoringPrometheus and Grafana are in the box. You still hook them up and stare at the graphs.Monitoring that pages us the moment your server flatlines, email and Matrix both.
When it breaks at 2amYou are on call. It is your server.You send us a message. We are already up.
Your timeAs much as it takes. Some months an evening, some weeks a bad one.Ours instead of yours. That is the thing you are actually paying for.

What self-hosting actually takes

If you already run Linux boxes, the playbook is one command. What comes after, the updates, the changelogs, the 2am wake-ups, that is the part you actually host. The playbook’s own README does not oversell it: it “tries to make self-hosting and maintaining a Matrix server fairly easy. Still, running any service smoothly requires knowledge, time and effort.”

Here is what stays on your plate:

None of this is impossible. It is just recurring, and yours.

The database will grow forever

Synapse uses an append-only table called state_groups_state to track room state. Append-only means it never shrinks. Deleting a room does not clean it up. Users cannot be deleted either. Even media attached to deleted messages stays on disk, because another message might reference it.

A server with fewer than ten active users can easily accumulate several gigabytes of database and media. The official recommendation is to set up message retention policies, run a separate media repository, and periodically vacuum the database. That is three things you need to configure, monitor, and maintain.

Voice and video calls require a second deployment

The old way to do calls in Matrix was a TURN server (coturn). Then Element introduced Matrix RTC with LiveKit, which enables group calls. The two systems are interoperable. Setting up LiveKit for Matrix requires a LiveKit server, the lk-jwt-service for authentication, and the right reverse proxy configuration. If you get it wrong, calls silently fail and nobody tells you why.

Spam will find you within weeks

A Matrix server with open registration is a honeypot. Registration-spam operators scan the public homeserver list, find servers with registration enabled, and sign up thousands of accounts. Those accounts spam the federation with cryptocurrency promotions and worse.

To protect yourself, you need registration tokens, a federation deny-list, rate limiting, and a moderation bot like Draupnir. Someone to maintain all of the above.

There is no admin panel

Synapse does not have a first-party admin interface. For years, the only way to manage users, rooms, and media was the Synapse Admin API. Which means curl commands or a third-party tool.

We built Ketesa because we needed it ourselves. It runs in your browser, lets you manage users, schedule maintenance, view server status, and clear old media. No curl. No SSH. No separate deployment.

Your users will struggle to sign up

Here is the onboarding flow for a new user on a self-hosted Matrix server:

  1. Download Element X.
  2. Tap “Create account”.
  3. Tap “Change account provider”.
  4. Tap “Other”.
  5. Search for your server.
  6. Element X tells you it cannot create a username-and-password account. You need SSO.
  7. Download Element Classic instead.
  8. Tap “Create account”.
  9. Element Classic tells you to use Element X.
  10. Go back to step 1.

We recommend a different set of apps. Our clients page has the full breakdown, but the short version: Komai on the desktop (native, Rust, no Electron), Cinny in the browser, and FluffyChat on your phone. All of them work without the loop above.


What etke.cc does instead

Pick a size, from Small (2 vCPU, 2 GB) to Monster (16 vCPU, 32 GB), on a box we rent for you or your own, in one of six regions. Outgrow it and you bump up later.

Then we keep it boring, which is the entire job. Updates land weekly, backups sit for seven days with a self-service restore, and monitoring pages both of us the moment a port, a DNS record, or a Matrix endpoint goes dark. Setup ships hardened: fail2ban, a firewall, locked-down SSH, a tuned database.

Here is what is included:


No lock-in, and we mean it specifically

In our own words: if you ever become unhappy with our service, you can always host your server elsewhere or start maintaining it yourself. The playbook to do exactly that is the same one linked above.


Which path is right for you?

Self-host if: you already run Linux servers, you enjoy the work, you have time for it, and your chat setup is simple enough that the maintenance burden stays manageable.

Go managed if: you want Matrix without the overhead, you have a team or community relying on it, you need bridges and bots to work, or your time is worth more than the subscription cost.

Either way, the software is the same. The only difference is who stays awake when it breaks.

Order a managed server and get Matrix without a headache. Or talk to us if you want to know more. We answer questions from actual people who will know your server by name.

Don't have a Matrix server yet?

We specialize in setup, hosting and maintenance of Matrix and various Matrix & non-Matrix add-ons.
Hosting is on affordable VPS servers provided by us (via Hetzner Cloud) in the EU, US and Asia, or on your own infrastructure anywhere in the world.

Let's build your Matrix haven together!

Order Now
llms.txt