this post was submitted on 10 Feb 2026
6 points (87.5% liked)

Matrix

3841 readers
23 users here now

An open network for secure, decentralized communication

founded 6 years ago
MODERATORS
 

I'm trying to get away from Discord's nonsense, but from what I can see it seems like Synapse is still very slow.

top 12 comments
sorted by: hot top controversial new old
[–] artyom@piefed.social 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

They're all slow. People will tell you they're not. Those people are lying to you. I run Tuwunnel. Still slow.

Try Stoat.

[–] redparadise@lemmygrad.ml 4 points 2 weeks ago (1 children)

Not encrypted unfortunately, although it does seem to be in the works

[–] kristoff@m.krbonne.net 0 points 2 weeks ago (1 children)

@redparadise
@artyom ??? one of my matrix instances runs tuwunnel. No problem with encryption here.

[–] redparadise@lemmygrad.ml 1 points 2 weeks ago

Sorry was talking about Stoat, I think only metadata is unenecrypted in Matrix.

[–] stratself 1 points 1 week ago (1 children)

If you're still interested in selfhosting a Rust-based homeserver, https://continuwuity.org/ will get you there. However if you're just migrating your community to this federated protocol, making a room on an open registration server could be enough

I was planing to open a room an a public instance but discovered Matrix network had a big moderation problem in regards to illegal content, so I changed my mind. I don't know if selfhosting is viable the us right now.

[–] kristoff@m.krbonne.net 0 points 2 weeks ago (1 children)

@weirdo_from_space
How many users do you have?
Do you want to host the users too or just the conference rooms?

[–] kristoff@m.krbonne.net 0 points 2 weeks ago (1 children)

@weirdo_from_space
Perhaps the first question should.be, what exactly do you want to do?
Replicate a discord server on a local matrix-server?
Do you want / need matrix federation? Is it a server just for you and your group just by itseld, or do you also want to host users who can then also connect to other remote matrix-servers?
That are two different use-cases.

[–] weirdo_from_space@sh.itjust.works 1 points 2 weeks ago (1 children)

I wanted to move a small Discord server, but I changed my mind. I'll explore other platforms.

[–] kristoff@m.krbonne.net 2 points 2 weeks ago (1 children)

@weirdo_from_space
Keep in mind, a service like discord or slack does two things: user management (identification, password resets, .. ) and a discussion platform (including providing moderation tools, etc.).

Depending on your usecase and the number of users, either the first or the latter is the most work.

Also, a discussion forum is not the same as a communication platform (like matrix or xmpp). Both have different requirements and pose different questions (like 'do I need federation?')

[–] weirdo_from_space@sh.itjust.works 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

We are running a small comicbook server, so it's primarily going to be a discussion platform. We don't need federation, but it would be very nice. It came to my attention that matrix has an ongoing illegal content problem and we don't have the means to host an island server. So for now something like xmpp will have to do.

[–] kristoff@m.krbonne.net 1 points 2 weeks ago

@weirdo_from_space A valid scenario.
As I see it, a non-federated matrix-server is functional the same as a non-federated XMPP server.
If you have a limited number of users, I think that conduit (matrix) or movim (XMPP) in a docker VM somewhere are the most easy options now.
Just try it and see what you like best.
https://conduit.rs/
https://github.com/movim/movim

Note: I actually home-hosts a conduit instance on a pi4 inside a FreeBSD jail

Let us know how it went, ok?