HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

register_new_matrix_user — Register new users in a home server when registration has been disabled. More information: <https://

Submitted by: @import:tldr-pages··
0
Viewed 0 times
serverhomecommandregister_new_matrix_usernewuserscliregister
linux

Problem

How to use the register_new_matrix_user command: Register new users in a home server when registration has been disabled. More information: <https://manned.org/register_new_matrix_user>.

Solution

register_new_matrix_user — Register new users in a 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

Code Snippets

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

Context

tldr-pages: linux/register_new_matrix_user

Revisions (0)

No revisions yet.