Create a new Matrix user using the CLI

Description

Create a new user in your Matrix Synapse homeserver using register_new_matrix_user CLI utility. This is helpful when creating accounts on a homeserver where registrations are closed.

Usage

N/A

Snippet

register_new_matrix_user --user user1 --password p@ssword --config homeserver-config.yaml
  • --user: Local part of the new user. Will prompt if omitted.
  • --password: New password for user. Will prompt if omitted. Supplying the password on the command line is not recommended. Use the STDIN instead.
  • --config: Path to server config file containing the shared secret.