this post was submitted on 26 Feb 2026
9 points (100.0% liked)

Selfhosted

57231 readers
465 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
top 26 comments
sorted by: hot top controversial new old
[–] early_riser@lemmy.world 0 points 5 days ago (1 child)

XMPP doesn’t seem to be well supported in terms of Windows clients

[–] u_tamtam@programming.dev 1 point 4 days ago

My parents in their 70's are alright daily driving gajim there

[–] Decronym@lemmy.decronym.xyz 1 point 1 week ago* (last edited 10 hours ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
SSL Secure Sockets Layer, for transparent encryption
TCP Transmission Control Protocol, most often over IP
TLS Transport Layer Security, supersedes SSL
UDP User Datagram Protocol, for real-time communications
VPS Virtual Private Server (opposed to shared hosting)
XMPP Extensible Messaging and Presence Protocol ('Jabber') for open instant messaging
nginx Popular HTTP server

8 acronyms in this thread; the most compressed thread commented on today has 12 acronyms.

[Thread #120 for this comm, first seen 26th Feb 2026, 20:20] [FAQ] [Full list] [Contact] [Source code]

[–] L_Acacia@lemmy.ml 1 point 1 week ago* (last edited 1 week ago) (2 children)

I like xmpp, but it is not a discord alternative. It is a WhatsApp / Signal / iMessage alternative.

It doesn't have 80% of discord features, I use discord a lot and I don't have a single group chat.

Matrix / Element is a way better alternative feature wise.

[–] ProdigalFrog@slrpnk.net 1 point 5 days ago* (last edited 5 days ago)

Whether or not XMPP is a Signal or a Discord replacement is dependant on the client.

For a Discord replacement, there is the Movim XMPP client, which has group audio/video calls, screensharing (w/audio using chromium based browser), support for gifs and videos within the chat, and very soon Discord-like servers with rooms, after which the dev plans to work on drop-in voice chat rooms.

[–] Holytimes@sh.itjust.works -1 points 6 days ago* (last edited 6 days ago)

The ever continuing trend of foss enthusiasts having less then no fuckinf clue the FUCK normal people use computers for.

Xmpp is great but you are 100% right. It's not a discord replacement. It never will be. It is court replacement and it is not trying to be a discord replacement. People need to stop trying to force it to be one. The same thing goes with matrix though to a lesser extent.

Matrix at least is trying to be a team's replacement, which is a legitimate alternative to what discord does for the average user.

Matrix has a whole host of other problems that will make and never be a viable alternative. But none of them are technical in nature. It's mostly just the fragmentation will nature of it. And how confusing it is to navigate.

At the moment the only two legitimate replacement options are stoat and fluxer. Stoat is a dead end and unluckly to go anywhere. While fluxer is only like 2 weeks into its open beta just released its code base to the public after a long-ass time of closed development. And barely has enough funding even with their Kickstarter thing. Fluxer has passed 100,000 user Mark already and growing.

It's also the only thing that's actually trying to be an app for your average user. It's actually targeting the same demographic discord was.

Which matters a lot. Matrix xmpp all these other things aren't targeting the same demographic. They are not trying to be a replacement. I mean, I'm sure they're happy to scoop up some new users and help expand their reach a little bit who doesn't want to see their project grow after all.

But all these people trying to push matrix xmpp and what not is like going to a construction site telling a worker. Hey, your pickup truck is old and s***** you should stop using it and go use this nice moped while they look at you. Like you're a f****** retard as they have to lug around a ton and a half of materials and tools everyday in the moped. Why perfectly good means of conveyance will do the job better than the pickup truck as the purpose of a vehicle cannot fully fulfill the same role that the pickup truck fills.

This was voice dictated if the grammar is f***** up. Sorry my brain don't work too good sometimes

[–] Konaber@discuss.tchncs.de 0 points 1 week ago (2 children)

I want something that works like Discord for my gaming group (~120 people) and is self-hostable with a single „docker-compose up -d“.

But I started looking regularly for alternatives, and we will get there :)

[–] YesButActuallyMaybe@lemmy.ca 0 points 6 days ago

Mattemost? Rocketchat?

[–] UnpledgedCatnapTipper@piefed.blahaj.zone 0 points 1 week ago (1 child)

It's not quite as simple as a single docker compose, but the Element Server Suite for hosting a matrix home server (synapse) was fairly simple to get working.

[–] Kernal64@sh.itjust.works 0 points 4 days ago (1 child)

What was your secret to get it working? I've been trying to get it running for 2 weeks following the official guide. I'm able to create an admin user via the CLI, but when I try to go to any of the subdomains I've created, I either get a 404 or the TLS handshake fails to complete. The people behind ESS are very clear that they do not offer any support and I haven't been able to find an answer to this problem anywhere.

[–] UnpledgedCatnapTipper@piefed.blahaj.zone 2 points 4 days ago (1 child)

Ok, so that sounds like either a DNS issue or a reverse proxy issue. Did you configure your domain/subdomains to point to the public IP address of where you're setting things up? Are you using the reverse proxy in the guide or do you already have a reverse proxy and you're adding ESS domains to it? Did you configure port forwarding on your router?

I have had issues with accessing my locally hosted services via domain name while on the same network. My router doesn't like to route internal traffic back to its own WAN port. Can you access it from something on a different network (cellular data)?

[–] Kernal64@sh.itjust.works 1 point 10 hours ago

Sorry for the delayed response, things have been wildly busy for me.

I did configure my domains as instructed, and they do resolve to the expected IP address. I don't have an already existing reverse proxy, so I was just following along with what the guide was telling me to do. That said, this may be the issue, because I don't recall seeing any specific set up for the included reverse proxy and I've been through that guide 3 times. I haven't configured port forwarding on my router since I'm using a Hetzner VPS for this, but I did make sure to open up the required ports on the firewall.

[–] EpicFailGuy@lemmy.world 0 points 1 week ago (2 children)

The sentiment I keep seeing is that it's vibe coded, though the dev claims that AI was used but not in any core components. It's one I'll be waiting out personally, the whole huntarr situation has me pretty skeptical of any new projects

[–] AHorseWithNoNeigh@piefed.social 0 points 1 week ago (1 child)

I've seen this posted several times and this is the second time I've tried to access their self-hosting docs and get a 404. Where's everyone going for installation instructions?

[–] chortle_tortle@mander.xyz 0 points 1 week ago (1 child)

Googling I got their docs and a github for running through docker, the docs which are empty, and the docker that has the help of claude code.

I try to not poo poo folks working on projects too much, but like why am I here over XMPP or Matrix?

[–] hoshikarakitaridia@lemmy.world -1 points 1 week ago* (last edited 1 week ago) (1 child)

Because the people make the platform, and not the functions, and for lots of people you need a lower entry barrier, and the entry barrier for both of those is a good bit higher than fluxer.

Don't get me wrong, if matrix was a bit more convenient (easier to understand and to use like you would discord, and less bugs of which there are still a wide range of), I'd 100% advocate for it. But I can only tell my friends to use something if it's convenient enough that they will genuinely avoid a degraded experience.

[–] chortle_tortle@mander.xyz 0 points 1 week ago* (last edited 1 week ago) (1 child)

That's valid, and I think I was coming off a bit of frustration from the previous comment I made in this chain. There are so many new apps that all try and build the features of discord, but always seem to base in closed protocols and so rarely use protocols that already exist, and with that add to the "15 competing standards" problem. Which is why I get much more excited by projects like Movim.

With all of that though, while I agree element has hiccups, XMPP has been around forever and is solid. We saw this with twitter migration too, the existence of other servers makes it seem more difficult, when that's not really the case. As this video shows, go to the place to want to sign up, give a user and password, confirm you're human, and use it. That's already less than the email confirmation of discord.

[–] hoshikarakitaridia@lemmy.world -1 points 1 week ago (1 child)

Now this is a question: how far can you get with xmpp? Could you build an interface on top of it to look exactly like discord with all of it's functions? Or does something like that already exist?

My first instinct with these older protocols is that there's no way they could support 10 people in a voice call with concurrent camera streams and 3 screen captures. I'm genuinely curious how far xmpp goes.

[–] chortle_tortle@mander.xyz 1 point 1 week ago

XMPP is wildly extendable, my limited understanding is that Jingle is the extension used for this. From the abstract:

This specification defines an XMPP protocol extension for initiating and managing peer-to-peer media sessions between two XMPP entities in a way that is interoperable with existing Internet standards. The protocol provides a pluggable model that enables the core session management semantics (compatible with SIP) to be used for a wide variety of application types (e.g., voice chat, video chat, file transfer) and with a wide variety of transport methods (e.g., TCP, UDP, ICE, application-specific transports).

I haven't seen anything about the the extrema of the use cases like that, but Movim is working on building out many of the features of discord and it is built on XMPP.

[–] possiblylinux127@lemmy.zip 0 points 1 week ago (1 child)
[–] corsicanguppy@lemmy.ca 1 point 1 week ago

Yeah. It sucks that the protocol works and everyone can use it. It's the worst.

[–] csolisr@hub.azkware.net 0 points 1 week ago (1 child)

I'm already self-hosting a XMPP and a Matrix server, just in case. A shame that most of the group chats I've found there are about free software, assorted geekery, but not much of what I'd usually find on Discord - hopefully that changes in a few years.

[–] Apollo2323@lemmy.dbzer0.com 0 points 1 week ago (1 child)

Plant the first seed and create those groups.

[–] csolisr@hub.azkware.net 0 points 1 week ago (1 child)

Fair that! Only problem is, I don't have any acquaintances, but if I ever fix that, then maybe we can work on that.

This is always the problem. Internet folk are normal now, they dont have tech skills. In ye olden time we were used to irc and mumble and had no problem switching to other clients if needed. Now people freak out that they need to make a new account somewhere else to leave discord and good luck explaining something like Matrix to them!