TeamSpeak exists too
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Me and my brother are using teamspeak to this day.
it's Element/Matrix if we're lucky. Revolt is just another Discord - surely this single company will last! With Element/Matrix being an open protocol, it won't be a "platform" you have to leave when it goes corporate.
Revolt is F/OSS
https://github.com/revoltchat/
It's not just a company with a clone of Discord, all the server back end, etc is open.
Yes, which is good, but the lack of federation is a deal-breaker. It means that you either:
- Use their servers - This requires entrusting them with your communities, just like Discord.
- Host your own private instance - You can control it, but the lack of federation means it'll be isolated from communicating with other communities. This makes it really difficult to convince people to use your self-hosted servers.
Until Revolt adds a way for different instances to federate, Matrix is really the only other option.
My experience with Matrix is that the federation itself is a deal breaker. I have a pretty beefy server and good connection which was getting ddosed by running Matrix and timing out on so many requests for avatars/profiles etc. Maybe I did something wrong, but the whole experience rendered me quite skeptical to the viability of it as a federated chat.
That said I've had nothing but good experiences using it with big servers set up by pros.
Honestly, I am ready to go straight back to TeamSpeak.
I miss hosting my own server and having full access and control over it
I used to just host it on a piece of shit. 2003 Dell XP machine I put Ubuntu on
There is also Mumble. TS3 era voip and text chat features, but it's FOSS.
Hell yah, TS3 crew all the way. (Or TS5 for the zoomers...)
My nerds herd recently also set up a cluster of Matrix Synapse servers so we got our little "We have Telegram at home" set up. Getting non-tech people to accept that this is how to find me has been tricky without sounding like a digital prepper.
If you just need voice comms and basic chat mumble/murmur has worked great for me for ages.
Honest question, but on a technical level isn’t discord basically IRC with some bells, whistles, emojis, and a some WebRTC Logic wrapped in electron with a large marketing budget? Throw in some cloud storage and a CDN for images. What am I missing? I’m not saying it’s “easy”, but I’m curious what it would take to build a solid streamlined FOSS alternative built on combining existing technologies.
Edit: I’m not familiar with the ecosystem… is the issue with existing FOSS bad UI and complicated onboarding? Missing features? Or is it simply a critical mass issue?
In addition to the replies you got already, discord has screen sharing/streaming. An experience kind of like zoom (I don't use it and dont see the appeal but maybe someone who does can elaborate more. My partner uses this feature sometimes).
Discord is not even necessarily Electron. I'm running it as Datcord, which is a Firefox based wrapper.
Discord has a searchble chat history, which is what sets it apart from IRC. Everything else can be emulated by modern IRC clients, such as emoji and embedded / unfurling images and link previews.
However imagine the chat history as if you had a bouncer that has 100% uptime and joined all possible chat channels from their creation, along with offering you search and buffer.
If not IRC, either Matrix or XMPP should be capable of this.
I'm fairly sure Discord's popularity was due to aggressive marketing, likely during their venture capital funding rounds. Something which FOSS does not have.
One of the major draws of discord is the fact that they host the servers for you, for free. Anyone can make an account, click a button, and have a discord server.
Afaik matrix does allow this (haven't used it personally) but it's something where I am a bit worried about hosting costs if it reaches a large scale. (Also unsure about how the matrix protocol works precisely, but if defederation is a thing which I feel like it has to be, I can see it leading to huge pains since discords use case is often about being part of a specific communitu, as opposed to twitter or reddit. Being unable to join a groip or see some messsges because of federation issues would be a major headache).
An alternative would need screen share, just voip is not enough any more.
TeamSpeak recently added screen share to their TS6 beta, however it currently only works on official servers provided by TeamSpeak; they have not yet released TS6 server software, only the client. To my understanding, they are thankfully still planning on releasing it though.
The problem is that performant screenshare (to multiple users) more or less requires infrastructure. That requires money, and it's impossible to compete on price with services that have the VC-enshitification model.
You can get around this in a few ways, but they're all tradeoffs that are in some way or other worse than discord.
- P2P - sacrifice latency, reliability
- direct multi-stream - sacrifice PC performance and/or bitrate
- paid infrastructure - sacrifice money
I think P2P is still the way to go. Sure it's not perfect, but it's simpler and by it's very nature doesn't require the infrastructure we know will be a problem.
Plus, don't forget screen sharing in discord isn't very good as is (720p30) if you're not a paid user.
Matrix.
Matrix is spectacularly cursed to the point of being unusable if you self-host it. The protocol is dumb enough to lock you out of rooms hosted on another server forever if anything goes wrong with the key rotation.
I'm running a Matrix server with a FB Messenger bridge via mautrix-meta and that makes it a clear winner. Half my group chats have migrated entirely since I've set my close friends up with accounts in my server and they also use the bridge. The fact that people can slowly migrate chats without losing messages or groups is killer for adoption imo.
man I wish mumble had a better interface and a chat function, it could real FOSS competition with Discord, but the lack of a chat feature is holding it back