this post was submitted on 14 Feb 2024
9 points (100.0% liked)

Matrix

3278 readers
1 users here now

An open network for secure, decentralized communication

founded 5 years ago
MODERATORS
 

I want to host my own server, but I would like to know what I should know?

top 10 comments
sorted by: hot top controversial new old
[–] smileyhead@discuss.tchncs.de 7 points 1 year ago
  • How to make your computer publicly routable on the Internet (open firewall or forward port)
  • Basics of Linux administrating and terminal
  • Basics how to register domain name and point it dynamically or statically to the machine
[–] thejevans@lemmy.ml 2 points 1 year ago

Use MDAD and save yourself a ton of time and effort. https://github.com/spantaleev/matrix-docker-ansible-deploy

[–] Pantherina@feddit.de 2 points 1 year ago (1 children)
  • how to use apparmor or selinux
  • how to run docker rootless
  • use a reverse proxy like traefik or nginx
  • use certbot or another way to get TLS certificates
  • use a firewall, use secure ssh
  • block spam traffic and matrix servers that host spam
  • host synapse and sliding sync
[–] someoneFromInternet@lemmy.ml 2 points 1 year ago (1 children)
[–] Pantherina@feddit.de 2 points 1 year ago* (last edited 1 year ago) (1 children)

I mean you want to host an internet facing computer. That shit is poorly pretty complicated. But I think there are things that make that easier with presets etc.

I heard of people that Nix is awesome because there are preconfigured configurations, you apply them and also with your single config file you have the documentation of what you did.

https://search.nixos.org/packages?channel=23.11&from=0&size=50&sort=relevance&type=packages&query=synapse

[–] someoneFromInternet@lemmy.ml 1 points 1 year ago

Can you advice me to try, if I have never done such things before, or is it better try something simpler?

[–] erebion@lemmy.sdf.org 2 points 1 year ago
  • user names cannot be changed
  • never delete your database, have backups, all the state is in there, if you lose your DB, you essentially have to set up a new server: Your server will say you are not in a room while others say you are, so you cannot join. Always keep your DB backed up.
[–] ReversalHatchery@beehaw.org 2 points 1 year ago

You said on your PC, but don't forget that the server should be accessible 24/7

[–] OddFed@feddit.de 1 points 1 year ago (1 children)

Do yourself a favor and use something like etke.cc

[–] someoneFromInternet@lemmy.ml 1 points 1 year ago

I just can't and don't want if I could