I want to setup a matrix instance to help increase friends and family’s privacy. Is there much value in creating my own instance?

I’m a beginner to linux and coding, but am good at following the steps on a video tutorial.

Alternatively i could get everyone to sign up on a preexisting instance + download the element app.

Thanks for sharing your opinions !

  • poVoq
    link
    fedilink
    63 years ago

    I would recommend you rather look at Snikket, which is a really easy to setup and use XMPP server with nice mobile clients. Perfect for a small family server and very easy to setup.

    A Matrix home-server is not too difficult to setup either (conduit.rs is easiest IMHO), but in the medium term it is quite server resource intensive to run as it needs a relatively fast server and has an ever increasing database that can easily surpass the SSD storage available on cheaper VPS.

    • @nasp@lemmy.mlOP
      link
      fedilink
      33 years ago

      Appreciate your alternative here.

      Why is Matrix so resource intensive compared to XMPP ?

      • poVoq
        link
        fedilink
        43 years ago

        Matrix is basically over-engineered for a chat protocol. It uses a very complex git like distributed database with high CPU and RAM demanding merging operation to ensure a consistent state between the participant servers. In addition this data-structure means that a lot of the meta-data (room-state) can never be erased and gets replicated on every server connecting.

        XMPP on the other hand is specifically optimized to be highly scalable (proven to work with billions of users) and tries to minimizes the metadata data-sharing between servers (although that could still be improved).

      • poVoq
        link
        fedilink
        4
        edit-2
        3 years ago

        Its like a Linux distribution…not like Prosody itself that basically is like a “roll your own OS”. Snikket comes all preconfigured for the typical use-case of a small private server, has a few bleeding edge extensions like nicely integrated invites and a administrative GUI, and also has some rebranded clients (based on Conversations & Siskin) with some small usability improvements and preconfigured to work best with the Snikket server.

        It is basically an attempt by one of the main Prosody developers to make XMPP more accessible and under a unified “brand” to solve some of the “too much choice” issues XMPP has.

    • @jazzfes@lemmy.ml
      link
      fedilink
      13 years ago

      I tried snikket but couldn’t get video calls to work unfortunately… Do you know of a good guide that explains how to do set up video calls?

      • poVoq
        link
        fedilink
        23 years ago

        It should work out of the box, but video calls are especially difficult to establish on some mobile phone networks using CG-NAT. Make sure you have the right ports open for STUN/TURN on your server, otherwise maybe ask on the Snikket support chat room?

          • poVoq
            link
            fedilink
            13 years ago

            Basically all do, but some are worse then others. Check if it works when using the same wi-fi connection first.

            • @nasp@lemmy.mlOP
              link
              fedilink
              0
              edit-2
              3 years ago

              Yes. Prosody/conversations video voice works on my wifi & also on wifi to mobile1. But does not work for ‘mobile1’ to ‘mobile2’ data.