45

Pretty much what it says on the tin, but for more context. My friends and I use Discord to play D&D and other TTRPGs. We also use it to send memes and just have conversations. We mostly do the chat, text, images, gifs, etc. But we also use the voice and video chat pretty regularly too. Screen share sometimes as well. So I'd like to try to find something that has all those features if possible.

The new ID or facial recognition requirement they are implementing is a deal breaker for a few of us, and so if I can set up some kind of alternative to make it a non-issue, I'd like to.

I'm running Ubunutu 22.04 LETS, AMD 3700X, 64GBRAM, 10x 6TB HDD, and and 2 4TB NVmE. Have a 2gb up/down internet connection. So I don't think we should have any issues making it work smoothly for 7 people.

top 50 comments
sorted by: hot top controversial new old
[-] greyscale@lemmy.sdf.org 16 points 4 weeks ago

The main issue is you'll never get the cretins that use it off it. Communities.. they're just sitting there burning the library of alexandria.. all the esoteric knowledge they're "putting on discord" is just gonna vanish.

over a billion in vc funding and discord is as shit as it is.

[-] xvertigox@lemmy.world 9 points 4 weeks ago

As an archivist and data hoarder I hate discord with a burning, visceral passion.

[-] Cethin@lemmy.zip 1 points 3 weeks ago

It's funny you mention the VC funding. As far as I can tell, it's only made it worse. Discord would have done great if they just kept expectations low. Instead, they're now expected to create massive returns. That must come at the cost of consumers. I hope consumers get tired of it and leave, or someone else comes offering the simple service Discord used to provide.

load more comments (2 replies)
[-] ollie@lemmy.dbzer0.com 12 points 4 weeks ago

matrix is unreasonably hard to set-up, why doesnt the docker container or the compose include voice chat? i cant even sign up for stoat to try it out.. is this the best we have against discord in the big 26 😭

[-] aksdb@lemmy.world 4 points 4 weeks ago

XMPP is also still a thing and IMO much easier to host (at least ejabberd is). Look into Movim, which looks quite nice as a discord replacement on top of XMPP.

[-] carrylex@lemmy.world 4 points 4 weeks ago

Voice chat works out of the box with Matrix.

It uses WebRTC and tries to do P2P connections. Note that this leaks your IP to the other caller and vice versa, but it's also quite fast as you can establish a direct connection.

If P2P fails it will try to fallback to your configured TURN server and use that one for relaying.

However not every instance has one (as TURN servers are usually not that modern and straight forward...) and if this is the case it will fallback to Matrix's global TURN servers.

[-] quaff@lemmy.ca 1 points 4 weeks ago
[-] ohshit604@sh.itjust.works 1 points 4 weeks ago* (last edited 3 weeks ago)

Setting up Element Call on my instance was difficult on its own, I understand why Synapse doesn’t come with it out of the box, essentially you spin up Matrix’s JWT service for authenticating clients and it if approved forwards the connection to the Livekit ports which must be opened on your firewall (ie port forwarded), otherwise people will not be able to connect to calls.

Big PITA and in my experience, on my home network, can conflict with games with VOIP chats so don’t follow the default 50000:55000 port range Livekit recommends or you’ll run into issues like I did, each person consumes 2 ports so adjust the range to your need.


Edit: I don’t suggest running Element Call standalone, it has issues of its own, once you get Livekit and JWT running and follow This guide you should have your element call support in Synapse now, pro-tip for those running synapse behind docker and get confused on the whole ./well-known part of the documentation you can edit your ./well-known in your homeserver.yaml file like such:

serve_server_wellknown: true

extra_well_known_client_content:
  optional: client
  "org.matrix.msc4143.rtc_foci": [
      {
          "type": "livekit",
          "livekit_service_url": "https://livekit-jwt.your.domain/"
      }
  ]
[-] BenderRodriguez@lemmy.world 8 points 4 weeks ago

element.io uses Matrix. It's not bad.

[-] icosahedron@ttrpg.network 3 points 4 weeks ago

yes i second matrix. it's different from discord in a lot of ways, but it's still a pretty seamless transition. for anyone who wants to host matrix, i recommend the continuwuity homeserver software. it's much easier to host than synapse and is significantly faster for 99% of use cases

if you're just trying use matrix, i prefer cinny over element for the client. cinny's ui is also very similar to discord's and it handles space/room grouping very intuitively. there's also fluffychat (less feature rich) and schildichat (element fork), among others. however, element is currently the only client which fully supports voice chat

for instances, i recommend choosing something other than matrix.org. right now, matrix is barely decentralized because the vast majority of users choose matrix.org, which isn't great. also matrix.org collects a lot of data and requires more information to register than most servers. some other good public instances are:

  • tchncs.de
  • unredacted.org
  • catgirl.cloud
  • calitabby.net

there are also many, many smaller public instances, but it's probably better to choose a relatively big one for moderation reasons. a lot of people think matrix is dead or no one uses it, but there are plenty of active communities if you know where to look

for your friends who refuse to quit discord for some reason, matrix's ecosystem also has lots of bridges. if you're willing to self host, i recommend out of your element. the only caveat is that it doesn't support e2ee rooms

[-] riquisimo@lemmy.dbzer0.com 2 points 4 weeks ago

This is fantastic information, thank you

load more comments (2 replies)
[-] scrubbles@poptalk.scrubbles.tech 2 points 4 weeks ago

Can confirm, I host Matrix (homeserver synapse) and Element. Voice is a pain to get set up but I hear there are other matrix services which will do this for you easier. It's a process though. You can get text chat up in a day, voice is going to be a bit after that, a lot of tinkering.

[-] Bahnd@lemmy.world 2 points 4 weeks ago

Dito (Synapse server), Element for desktop app and fruitphones, Shildichat for android (its lighter and has an adorable turtle as a mascot).

And seconding the voice coms, the VOIP relay server is a huge pain to set up, same with the registration page. My nerd herd hosts a few services that federated to share services and the admin group just issues people accounts.

TLDR: no... Were not using discord anymore, we have discord at home.

[-] helios@social.ggbox.fr 5 points 4 weeks ago

My guess is that it would be difficult to find a piece of software that does all the stuff discord does. But I also think it's a non-issue. You could split these needs onto multiple solutions. My group uses mumble for gaming voicechat, Signal for group conversations, and a simple rtmp server for streaming. We don't need nor use discord and never did.

I like the idea of a single piece of software that does one job well instead of a giant powerhouse that does everything.

[-] moonpiedumplings@programming.dev 3 points 3 weeks ago

https://github.com/spacebarchat/spacebarchat

Literally reverse engineered discord, made open source.

[-] carrylex@lemmy.world 3 points 4 weeks ago

Matrix hoster here.

I would recommend Matrix as it has pretty much everything, including cross platform clients, threads, voice/video calls, screensharing, spaces (aka servers), federation and E2EE. Matrix also has bridges for Discord and pretty much every other service so this could ease transition...

But self hosting requires reading the docs and having some in depth knowledge and understanding as it can be quite complex.

I would recommend just creating a Matrix account on one of the common global servers and testing it.

If you want to self-host there are some pre-defined setups available (example) but I would still recommend to bring at least 5-10 hours.

Regarding operations: It's really resilient and barely ever breaks and also doesn't need a lot of resources. A 1-2vCPU server with under 1GB RAM server is enough for less than 10 people.

[-] PlutoniumAcid@lemmy.world 2 points 4 weeks ago

You se knowledgeable on this, so I hope you'll allow me to ask this.

I don't know anything about Discord, but I selfhost the Mattermost chat system for my family. They, too, are narrowing the free tier.

Can Matrix replace Mattermost for a family? Several separate "rooms" for various topics, plus 1-to-1 chats.

[-] pedz@lemmy.ca 3 points 4 weeks ago* (last edited 4 weeks ago)

I still use IRC. There are now modern web clients like The Lounge or Convos that can display/share images in the channels, keep history and push notifications. Apparently Convos can do video chat but I never tried it. Unfortunately I'm not aware of screen sharing features for any of these.

So on a very simple setup, you need an IRC server, then install and connect one of those clients to your server, and use them through a web browser, either on a computer or on a phone.

It's obviously not entirely Discord-like, but it is a simple way to chat and share images.

[-] EncryptKeeper@lemmy.world 3 points 4 weeks ago

Short answer: No Long answer: No, but maybe in a year or two?

[-] baatliwala@lemmy.world 1 points 3 weeks ago

Is Stoat not an alternative, it literally copies the UI too

[-] blueworld@piefed.world 1 points 4 weeks ago* (last edited 4 weeks ago)

There another thread about discord requiring a face scan next month,so I think alternatives might start getting pushed.

Such as https://stoat.chat/

Edit: Not sure you can self-host it, but it does have a back end server listed in it's source code with a docker, however it might just be for code testing.

Right RTFM... https://github.com/stoatchat/self-hosted yes you can self-hosted it.

[-] atzanteol@sh.itjust.works 1 points 4 weeks ago

To create an invite you:

# drop into mongo shell
docker compose exec database mongosh

# create the invite
use revolt
db.invites.insertOne({ _id: "enter_an_invite_code_here" })

That's pretty jank.

Also - I'm getting pretty fed-up with self-hosting documentation that assumes very specific environments and goes into detailed configuration for that environment. Don't tell me how to setup a server and how to enable/configure SSH and setup UFW as part of setting up your software. Just tell me how to setup your software and what ports it uses.

[-] cosmicrose@lemmy.blahaj.zone 1 points 4 weeks ago

Matrix is an option but it’s slow and breaks all the time. I’m a big fan of XMPP myself but good luck convincing anyone else to make an account 😔

load more comments (3 replies)
[-] Darkassassin07@lemmy.ca 1 points 4 weeks ago* (last edited 4 weeks ago)

Back in my day, (shakes cane), Teamspeak and Ventrillo were the big voice chat platforms/tools. Both have text chat and channels/rooms; but their focus is voice chat for gaming.

[-] Onomatopoeia@lemmy.cafe 2 points 4 weeks ago

Ventrillo.

Dammit, son, makin' me feel old now

load more comments (2 replies)
[-] ati@piefed.social 1 points 4 weeks ago

What's that you say? IRC?

[-] lambalicious@lemmy.sdf.org 1 points 4 weeks ago
[-] Cyber@feddit.uk 1 points 4 weeks ago

Yeah, we're using Conversations and it's fine for most things.

Will be self hosting prosidy "sooon"... and it'll all be in-house.

[-] Wawe@lemmy.world 1 points 3 weeks ago

I replaced Discord(and Whatsapp) with Matrix/Element as voice chat (and general chat) with my wife. I remember running it with Docker was bit annoying to set up (I was selfhosting beginner when first doing it now it could be easier), but with Yunohost it is one click install (if you are willing with swap operating server).

Nextcloud Talk could work for your needs, but I have not personally used it so hard to recommend it.

[-] SchwertImStein@lemmy.dbzer0.com 1 points 3 weeks ago
[-] sol6_vi@lemmy.makearmy.io 1 points 3 weeks ago

I'm hosting a matrix server it was rough but not impossible. Using conduit as the backend. Now that the setup is finally done it was so worth it. I would do it again if needed. Coturn was easy to set up along side it.

[-] Actionschnils@feddit.org 1 points 3 weeks ago* (last edited 3 weeks ago)

We switched to element (matrix-protocol) a while ago. Until now it worked fine for us - without any real problems. It already got a native voice/video-call implementation. But i heard that selfhosting isnt that smooth

https://element.io/de

[-] Decronym@lemmy.decronym.xyz 1 points 4 weeks ago* (last edited 3 weeks ago)

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

Fewer Letters More Letters
CSAM Child Sexual Abuse Material
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
PIA Private Internet Access brand of VPN
SSH Secure Shell for remote terminal access
VPN Virtual Private Network
XMPP Extensible Messaging and Presence Protocol ('Jabber') for open instant messaging
nginx Popular HTTP server

6 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.

[Thread #79 for this comm, first seen 9th Feb 2026, 22:30] [FAQ] [Full list] [Contact] [Source code]

[-] lazynooblet@lazysoci.al 1 points 3 weeks ago

Something that wasn't posted here yet but I just got told about: https://fluxer.app/

A chat platform that answers to you, not investors. It's ad-free, open source, community-funded, and never sells your data or nags you with upgrade pop-ups.

Over time, we'd love to explore optional monetisation tools that help creators and communities earn, with a small, transparent fee that keeps the app sustainable.

load more comments
view more: next ›
this post was submitted on 09 Feb 2026
45 points (100.0% liked)

Selfhosted

57010 readers
175 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