logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create Matrix User - Register Users on Linux | Online Free DevTools by Hexmos

Create Matrix user accounts easily with register_new_matrix_user. Register new users on a Linux home server when registration is disabled. Free online tool, no registration required.

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

See Also