this post was submitted on 12 Aug 2023
132 points (95.2% liked)

Technology

34395 readers
453 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (4 children)

Anyone know if there are go-to servers to use? Looking to try Matrix for a team of around 20 where client information can be shared privately

EDIT: mainly I was seeing if any of the public servers listed on joinmatrix.org/servers/ would be more recommended than others

[–] [email protected] 3 points 1 year ago

I use Mozilla's instance, but I'm not sure what differences might be applicable to hosting a team. I just use it to join existing rooms.

[–] [email protected] 3 points 1 year ago (1 children)

Host your own Synapse instance and lock it down to your users.

[–] [email protected] 2 points 1 year ago (1 children)

I'm clearly weak on terminology. When you say Synapse instance, Sypnase is the server software that would then allow me to host an instance of Element/Matrix? And an instance would be running that software somewhere — namely, a device I own or a VPS?

[–] [email protected] 4 points 1 year ago (1 children)

Yes. Synapse is the server side part of Matrix. You install it at a Matrix host, or on a VPS, or even a Raspberry PI device. See https://github.com/matrix-org/synapse#installing-and-configuration

Once up and running you connect a client like Element to it.

[–] [email protected] 2 points 1 year ago

Nice, thank you. I appreciate the clarifications!

[–] [email protected] 2 points 1 year ago (2 children)

Are we talking about a company?

Element provides hosted and on-premise solutions for companies: https://element.io/

Synapse is the server that's normally used and can be installed pretty easily: https://matrix-org.github.io/synapse/latest/setup/installation.html

There's a list of public servers here: https://joinmatrix.org/servers/

But be careful if it's for a company, public servers might go down.

As frontend you can also use the Element clients or web interface, they are completely free.

[–] [email protected] 1 points 1 year ago

Thank you. I think in my (ill-educated, poorly framed) original question, I think I was seeing if there were recommendations from the list on joinmatrix.org/servers/ I see that some are green-lit for privacy while others aren't.

This team isn't enterprise level or anything and I'm just looking to elevate them from emails to, originally, Slack. They're not sharing state secrets or anything, but are inconsistent about sharing client information that while not necessarily directly identifiable, should be kept under a tighter lid than it currently is.

[–] [email protected] 1 points 1 year ago (1 children)

No Windows server solutions? Synapse has Docker but I’ve had a hell of a time getting it up on my Win Server 2016 install.

[–] [email protected] 2 points 1 year ago

I don't think Windows server is officially supported by Synapse so Docker, WSL or a Linux VM are probably your only chances.

[–] [email protected] 1 points 1 year ago (1 children)

Even if the messages are end to end encrypted I wouldn't trust a third party with that data (unless it was a company that does it for a living.)

I'd probably recommend running your own instance, I imagine for that few users it would be pretty cheap. Though maintenance is probably the biggest issue there.

Or just use a third party Matrix server but send client info over email using GPG keys. That would cost you nothing.

[–] [email protected] 1 points 1 year ago (1 children)

Do you mean self-hosted, like from our own computer?

[–] [email protected] 1 points 1 year ago (1 children)

No, he means from a server. Either a VPS, a physical server you buy, or an old laptop in the corner that you keep always running (idk if that's enough for matrix, I want to host my own for about the same number of people but have yet to take the plunge. Also want to host myself a nextcloud instance, a jellyfin server, and motioneyeos. One day...)

[–] [email protected] 1 points 1 year ago (1 children)

I think this helps me clarify what I am asking: I want to set up an instance of Matrix/Element that is private (defederated?).

To do so, it has to live somewhere. And I gather that can be a public server like @domi linked to, or on a VPS (or physical server, but I don't want to go there).

Public server is what I originally had in mind: are there any that are better options than others in relation to security/privacy?

If I instead rent space on a VPS, (a) what's a decent one to consider and (b) do I then need to install something in addition to Element like Synapse, which someone else mentioned?

[–] [email protected] 1 points 1 year ago

Oh! I misunderstood lol. Honestly, I have some of these same questions, so I wish I could help here but I cannot, sorry.