Selfhosted messenger/community software like discord

Hello, I would like to hear your opinions about a good selfhosted messenger like discord.

To list exactly what I mean by that is:

  • No need for federation ( only will be used by friends )
  • E2EE
  • Support for direct messages
  • Support for discord like server management by which I mean the ability to set rooms and topics for such rooms.

From what I know, this seems to be more similar to slack alternative’s but wanted to hear opinions of others.

I have been thinking about either matrix, mattermost, rocket.chat or revolt chat.

I already have a XMPP server, but setting up encryption and client’s has turned away quite a few people I would like to get onto this platform.

EDIT: As pointed by other people E2EE isn’t needed for my usecase if no federation.

RayJW,

Revolt is self-hostable. It isn’t E2EE but if you’re controlling the users anyways transport encryption should be enough since you have control over the data anyway.

jul,

I tried to set this up recently but failed. I wish there was a up to date noob friendly guide for this. IIRC some containers, mongodb was one of them, didn’t go healthy.

RayJW,

I never actually tried myself, but it seems like the documentation certainly could be improved. I saw that they provide a Docker compose, so perhaps that could be of help if you didn’t use that the last time around. They are currently in the process of cleaning up the projects to make things more maintainable and easier to get an overview, so let’s hope things might improve a bit. I think for me personally, this certainly seems like the most promising Discord replacement because it feels like a set and get solution for non-techy people trying to switch instead of relearning everything like with Matrix.

cypherpunks,
@cypherpunks@lemmy.ml avatar

Mattermost isn’t e2ee, but if the server is run by someone competent and they’re allowed to see everything anyway (eg it’s all group chat, and they’re in all the groups) then e2ee isn’t as important as it would be otherwise as it is only protecting against the server being compromised (a scenario which, if you’re using web-based solutions which do have e2ee, also leads to circumvention of it).

If you’re OK with not having e2ee, I would recommend Zulip over Mattermost. Mattermost is nice too though.

edit: oops, i see you also want DMs… Mattermost and Zulip both have them, but without e2ee. 😢

I could write a book about problems with Matrix, but if you want something relatively easy and full featured with (optional, and non-forward-secret) e2ee then it is probably your best bet today.

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

Do you even need E2EE if it’s a private server with no federation? It seems like transport encryption would be fine which almost everything has.

crony,
@crony@lemmy.cronyakatsuki.xyz avatar

That’s a fine but, as long as the server was hosted at my personal devices, which it isn’t but on a hetzner dedicated box. Which is still better than on shared pc’s.

Don’t really need it, it’s just nice to have.

Vent,

If you’re worried about unauthorized access to the physical machine, you could always just do disk-level encryption instead or store the app’s data in something like a Veracrypt virtual disk. They’d still be able to access the data if they go through your OS/user, but wouldn’t pick anything up by accessing the drive directly.

Nothing short of E2EE can truly stop someone from accessing your data if they have physical access to the server, but disk encryption would require a targeted attack to break, and no host is wasting their time targeting your meme server. I seriously doubt they’d access it even if you had no encryption at all, since if they get caught doing that they’d get in a heap of legal trouble and lose a ton of business.

crony,
@crony@lemmy.cronyakatsuki.xyz avatar

That’s why I said E2EE is nice to have, but not required.

BearOfaTime,

It still has to transit networks, and I’m assuming they’re using the internet.

Anymore, all comms (even local), should be encrypted.

poVoq,
@poVoq@slrpnk.net avatar

That is what transport encryption does.

MangoPenguin,
@MangoPenguin@lemmy.blahaj.zone avatar

Yeah most things support transport encryption, SSL for example with HTTPS.

poVoq,
@poVoq@slrpnk.net avatar

If you run things on your own server and have no federation there is no point in e2ee.

If you already have an XMPP server, maybe add an easy to use Movim web-client to it. People that are used to Discord seem to have little trouble adapting to it, but it isn’t a full feature equivalent to Discord obviously.

lemmyvore,

If you run things on your own server and have no federation there is no point in e2ee.

Just because they run the server doesn’t mean the users want them to be able to access the messages.

poVoq,
@poVoq@slrpnk.net avatar

Then just don’t?

lemmyvore,

Whether I do or don’t is irrelevant, it’s the fact I can read them that’s the problem.

Nobody will use your selfhosted services if they know you’re able to snoop. People tend to actually be very privacy conscious. Ironically they keep using online services that shit on their privacy, but that’s mostly because they don’t realize how bad it is. Also it’s super ironic that this realization only comes around when they’re exposed to private selfhosted services.

I get these kind of questions from friends and family all the time. I propose to backup their files on my server and enter them into the incremental backup rotation, one of the first things they ask is “so you’ll be able to see my files”. I propose to set up Immich so photos can be automatically backed up and they get face recognition and so on, they refuse because I would see all their photos. I offer them to use something like video or music streaming, they ask if I’ll be able to see whenever they go online and listen/watch something and when the answer is yes they say no thanks.

And to be honest I don’t want to know those things either. And for some things it’s possible to avoid it, like for the files I can set up an encrypted backup. But I can’t help having access to Immich photos or see when they’re listening to music.

Everybody needs their privacy and as a selfhoster you need to be very mindful of that.

poVoq,
@poVoq@slrpnk.net avatar

Uhm, honestly that’s a you issue if your own friends and family don’t trust you even that much.

lemmyvore,

You keep missing the point. When you have access to everything you can inadvertently be exposed to something you don’t need to see. I don’t want to get a notification from the backup system saying “folder /syncthing/dad/Furry Porn changed while we were reading it” and then have to go gouge my eyes out. This is the kind of thing that can happen when you ask someone to entrust you with ALL their most private stuff. Everybody has secrets and stuff they need to stay private.

So instead of asking “am I trustworthy” you need to ask “do I REALLY want to fucking risk stumbling over super private stuff”? Because I can guarantee you will sooner or later.

poVoq,
@poVoq@slrpnk.net avatar

Sorry, but you are making excuses and you know full well that other online services are not any more secure, but less so. If something like your totally made up example would actually happen then you would need to have a stern talk with your dad about not uploading stuff like that to a remote computer, period.

E2EE is a band aid at best and mostly used to justify using commercial services that are inherently untrustworthy.

lemmyvore,

Online services propose to people that their data is only seen by them and robots. You as self-hoster propose to them that their data can be seen by them and you, a dear friend or relative.

If you think they’re going to prefer risking disclosure of embarrassing stuff to friends or family over faceless robots you are being very naive and have probably led a very happy, sheltered life so far. Which is great, don’t get me wrong, and I hope it goes on for a bit.

poVoq,
@poVoq@slrpnk.net avatar

Seen by them and any random employee, and in addition actively searched through by robots to sell data to advertisers or insurance etc.

And no, I have not lived a sheltered life, but I am telling you that if your friends and relatives do not trust you to not snoop on their stuff that tells me more about you than it tells me about them. Maybe something you should reflect on instead of finding excuses.

halm,
@halm@leminal.space avatar

OTOH, may not fit all your criteria:

haui_lemmy,

Matrix is pretty user friendly imo but you will not get data-gobbler‘s levels of convenience because they have billions to invest in the software, FOSS doesnt. It works out of the box mostly but you as admin need to be quite adept.

barbara,

Matrix 👍🏻

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • kavyap
  • rosin
  • modclub
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • khanakhh
  • osvaldo12
  • tacticalgear
  • Youngstown
  • everett
  • slotface
  • ngwrru68w68
  • thenastyranch
  • JUstTest
  • mdbf
  • tester
  • GTA5RPClips
  • provamag3
  • Leos
  • Durango
  • ethstaker
  • cisconetworking
  • normalnudes
  • megavids
  • cubers
  • anitta
  • lostlight
  • All magazines