this post was submitted on 26 Jan 2026
62 points (98.4% liked)

Selfhosted

61475 readers
823 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey guys, I recently started to play with the thought to deploy a Snikket (XMPP) server on my VPS to play around with it a bit. I already had a Matrix (Continuwuity) server running on an older VPS with Docker at one point. But besides me using some bridges (WhatsApp, Signal etc.) it didn't see a lot of use. Originally I had set it up with the goal to replace Discord, but so far couldn't get my small group of gamer friends to switch to something else.

What are your experiences with XMPP (doesn't have to be Snikket) or Matrix? Would you recommend one over the other maintenance and/or usability wise?

Just curious what the community's current sentiment is in regards to private self hosted messaging services ๐Ÿ˜Š

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Madiator2011@piefed.social 5 points 6 months ago (1 children)

So I'm going to be wierd one but I prefer Matrix more. Though I tried both. So with XMPP most often I had with custom ports setup and in some cases they did not worker well if you have reverse proxy in front of it so in my case it required tinkering with xmpp and ssl setup to get it right. As resource usage I agree it's lightweight. Now moving to Matrix I used to be long time Synapse user then I moved to ESS setup it had higher first time setup but once you get running it's working wery well. The new MAS system improved user onboard now I can share link and registration token and user can register like on many websites no manual work need. Also they added new admin panel but there is one pain here some things are locked behind Pro with I'm not fan off. So ye for me Matrix is much better but it depends on your hardware and target number of people.

[โ€“] Eldaroth@lemmy.world 3 points 6 months ago (1 children)

No weird opinions, you do you and if Matrix suits your needs, great. In general I like the idea and concept behind Matrix, was a bit clunky to get it going initially but afterwards, with Continuiwity as backend server I have to say I ran quite smooth. I guess for a small homelab/self hosted setup with maybe a hand full of users, XMPP sounds easier to maintain. But I guess I'll have to find out, probably going to deploy Snikket or Ejabberd for a test run.

[โ€“] Madiator2011@piefed.social 2 points 6 months ago (1 children)

Would recomend ejabder as snickers takes over ports 80 and 443

[โ€“] Eldaroth@lemmy.world 1 points 6 months ago

You can actually change these ports if you run Snikket behind a reverse proxy according to their advanced configuration docs. But yeah, probably going with something else than Snikket as it doesn't really suite into my current Podman/Traefik setup. At least not without a lot of tinkering which I don't feel like at the moment ๐Ÿ˜