User Tools

This is an old revision of the document!


How I Installed matrix-synapse

1. Set your DNS records.

2. Spin up a beefy container.

  • RAM: 4 GiB
  • Swap: 8 GiB
  • Cores: 4
  • Root disk space: 180 GiB

3. Install matrix-synapse stable.

Follow this guide.

sudo apt install -y lsb-release wget apt-transport-https
sudo wget -O /usr/share/keyrings/matrix-org-archive-keyring.gpg https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/matrix-org-archive-keyring.gpg] https://packages.matrix.org/debian/ $(lsb_release -cs) main" |
    sudo tee /etc/apt/sources.list.d/matrix-org.list
sudo apt update
sudo apt install matrix-synapse-py3

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information