register_new_matrix_user

Used to register new users with a given home server when registration has been disabled. More information: <https://manned.org/register_new_matrix_user>.

Install

All systems
curl cmd.cat/register_new_matrix_user.sh
Debian Debian
apt-get install matrix-synapse
Ubuntu
apt-get install matrix-synapse
Arch Arch Linux
pacman -S matrix-synapse
image/svg+xml Kali Linux
apt-get install matrix-synapse
Fedora
dnf install matrix-synapse
Windows (WSL2)
sudo apt-get update sudo apt-get install matrix-synapse

Used to register new users with a given home server when registration has been disabled. More information: <https://manned.org/register_new_matrix_user>.

  • Create a user interactively:
    register_new_matrix_user --config path/to/homeserver.yaml
  • Create an admin user interactively:
    register_new_matrix_user --config path/to/homeserver.yaml --admin
  • Create an admin user non-interactively (not recommended):
    register_new_matrix_user --config path/to/homeserver.yaml --user username --password password --admin

© tl;dr; authors and contributors