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 !

    • @naspOP
      link
      23 years ago

      Thanks for this. I’m gonna read up on the ansible deploy. Most likely for a digital ocean droplet.

    • @AgreeableLandscape
      link
      2
      edit-2
      3 years ago

      Is your server open to sign ups? If so, I might consider making an account!

      • DessalinesA
        link
        23 years ago

        Not yet, and I haven’t started advertising it yet or anything.

  • @poVoq
    link
    7
    edit-2
    1 year ago

    deleted by creator

    • @naspOP
      link
      23 years ago

      Appreciate your alternative here.

      Why is Matrix so resource intensive compared to XMPP ?

      • @poVoq
        link
        5
        edit-2
        1 year ago

        deleted by creator

        • @naspOP
          link
          13 years ago

          This is exactly the conclusion I came to from reading your comments here and researching some more. I dropped matrix, and chose to go ahead with XMPP. Works great & very little overhead, even on the cheapest of servers.

    • @jazzfes
      link
      23 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
        3
        edit-2
        1 year ago

        deleted by creator

        • @jazzfes
          link
          23 years ago

          Thanks. Do you know how to test if a phone network uses CG-NAT?

          • @poVoq
            link
            2
            edit-2
            1 year ago

            deleted by creator

            • @naspOP
              link
              1
              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’ .

      • @naspOP
        link
        23 years ago

        I’m having the same calls issue with Prosody server. It’s because of NAT routers on mobile networks. Apparently need to setup a stun and turn server

      • @poVoq
        link
        4
        edit-2
        1 year ago

        deleted by creator

        • @naspOP
          link
          1
          edit-2
          3 years ago

          “too much choice” issues XMPP has

          My one prosody server has 3 different type of clients (including iOS and android), all sending fully end to end encrypted text, video, audio to each-other. Works very well.

          In my opinion the “too much choice” is not an issue with XMPP. Remember we want to stay federated/decentralized. Choice is good.

          The real issue is people opting for convenience while sacrificing privacy. Most people avoid investing the time it takes to figure out XMPP, even if it’s just setting up a client on a preexisting server.

          I even saw that my server can talk to other XMPP servers. So technically, my family could receive messages from other users on different servers.

          Snikket: The thing about Snikket is, just like matrix, they get funding from shady sources.

          • @poVoq
            link
            2
            edit-2
            1 year ago

            deleted by creator

    • @naspOP
      link
      1
      edit-2
      3 years ago

      Thank you. I ended up doing this.

      However snikket has some shady funding.

      I went for prosody server and set my family up on conversations, blabber, and chatsecure clients. Works great for sending text, pics, videos, voice clips. All e2e encrypted !

      As a linux beginner, it was prety easy to setup (provided you have the time). Only issue is with voice/video calls. They use p2p instead of going thru sever, so can’t connect well, especially on mobile networks behind NAT. Apparently I need to setup up a stun & turn server.

      • @poVoq
        link
        2
        edit-2
        1 year ago

        deleted by creator

  • @marmulak
    link
    6
    edit-2
    3 years ago

    I have not hosted a Matrix instance before, but I have read quite a bit about it and talked to a few people who do and have. Is it worth the effort? In many cases, it seems not to be. Also it depends on how much effort you think is too much. If installing and running a server for you is easy, then it could be worth it. If you know that your server won’t run out of resources, then it is probably worth it.

    Matrix is known to be resource-heavy, and it will need an infinitely-growing amount of storage unless you can figure out some way to reset storage. Otherwise, you are most likely to need to look for a way to slow the rate at which the data grows. This could mean things like turning off federation (but this makes it less useful), or strictly limiting how many users your server can have. (Only you? That might be alright.)

    For every user on your server who joins a room, your server must keep an entire copy of the room since it was created. Some of the data can be thrown out, but a lot of it can’t. To get back the space I believe you would have to part from the room and make sure no one else in your server is joined to it, then I think it would be automatically pruned. So you could, for example, “roll” your rooms by using them for a time, then quitting them and replacing them with brand new ones. (Although if I’m wrong about this, I hope someone will correct me.)

    I used to be on a nice federated Matrix server that was public and being run by an ISP, so I thought it would be very dependable. The server worked when it had a small, fast disk (SSD probably). That disk ran out of space quickly, and was replaced by a slow, large disk. Because the new disk was slow, the service crawled to a halt. I then had to migrate back to matrix.org. Disroot is another example; it was a popular federated server, and they were forced to abandon it.

    I actually don’t see any reason not to use matrix.org unless you just want the experience or know-how. As a hobby, if running a Matrix server brings you joy then absolutely do it.

    Personally, what I do is run an XMPP server, and I found it totally to be worth it. Having that also makes bothering to set up Matrix seem like less worth the effort. (But then, why not both?) People can run small XMPP servers that use a miniscule amount of resources. I just checked, and my ejabberd server, which hosts ~7 people and a couple active group chats, is taking up all of 21 megabytes. (I couldn’t believe it so I had to check it twice.) It is configured to store all messages and uploads for 30 days, and it’s using less storage than it was a couple months ago. (Last time I checked it was more like 40 megs.) Can Matrix do that?

    • @naspOP
      link
      23 years ago

      Ended up taking your advice, and installed prosody with conversatoins/blabber/chatsecure clients. Works great & tiny resource usage!

      Only issue is setting up voice/video calling. Apparently i need to setup and stun and turn server.

      • @marmulak
        link
        23 years ago

        Only issue is setting up voice/video calling. Apparently i need to setup and stun and turn server.

        I know this functionality is available in ejabberd. Also wouldn’t surprise me if prosody has something for it so you can get stun/turn working.

        But I’m glad to hear you have got your server running! Feel free to join some MUC’s listed on https://search.jabber.network

    • @naspOP
      link
      23 years ago

      That’s amazing. XMPP seems like the way to go.

      The only disadvantage to it is that it’s not federated like Matrix, right ?

      • @poVoq
        link
        4
        edit-2
        1 year ago

        deleted by creator

        • @naspOP
          link
          1
          edit-2
          3 years ago

          Indeed. Different XMPP servers like prosody or ejabberd can talk to eachother. Quite cool, and simple to setup.

  • Linux Bey
    link
    53 years ago

    Matrix use a lot resource for instance, so if you think that you truly need it go try if your server computer will be enough for it, otherwise XMPP is only option for low tech

    • @ninchuka
      link
      13 years ago

      synapse has gotten better for CPU and memory usage recently, conduit and dendrite are even better as well as for disk usage not really much you can do about that sadly unless you use a S3 bucket as storage instead, if you have fast enough internet

  • jhghjb (he/they)
    link
    53 years ago

    if you get yours friends and family to use your instance, definitely

    but make sure it’s stable and fast, don’t want to give them a bad impression

  • Halce
    link
    43 years ago

    If you want, you can try to give the newly released Conduit Matrix server a try, it’s light on resources, so the most basic plan from DigitalOcean, or Vultr would power it just fine.

    That said, you’d need to find out how to at least deploy a Docker image onto a server for this to be of any use to you whatsoever.

    • @jazzfes
      link
      13 years ago

      Haven’t heard about conduit. Thanks. Does this also allow for video chats via jitsi like the synapse server?

    • @ninchuka
      link
      13 years ago

      its released into beta not fully done so theres still a fair few missing features and bugs

  • @iortega@lemmy.eus
    link
    fedilink
    3
    edit-2
    3 years ago

    I do. But only for myself. I bridge whatsapp with it. Currently using dendrite, not v1.0. So I prefer not to make my family use it.

    I have some of my family on an existing instance.

    • @marmulak
      link
      53 years ago

      How’s your experience with Dendrite? I’m interesting in hearing all the details. A single-user instance sounds easier than a multi-user one. However, why do you prefer that your family not use it?

      • @iortega@lemmy.eus
        link
        fedilink
        43 years ago

        Because it is still buggy. It is still not 100% compatible with synapse. It is much more lightweight (I think, I haven’t tested synapse and I will never do so). I think that there are missing some settings, for example, notifications (I cannot mute notifications and other related) and yesterday I tried to change my display name but my server went crazy and I had to restart it. I’m using monolith mode. Basically it works, but not enough to recommend it to my family.

        Ah, Spaces don’t work too.

        They don’t recommend using dendrite for too many people.

    • @naspOP
      link
      23 years ago

      Cool . 10 usd per month for basic plan . Would be worth it for family privacy

  • @Deadnaut
    link
    1
    edit-2
    3 years ago

    deleted by creator

  • @duck1e
    link
    04 months ago

    there is this hosting website just to solve this problem. It allows hosting of federated communities just easy as account. I understand this is old question pasting it here for people’s reference ;) discord: https://discord.gg/pFpnU5GK3u