# Registering users Run this to create a new user account on your Matrix server. You can do it via this Ansible playbook (make sure to edit the `` and `` part below): ansible-playbook -i inventory/hosts setup.yml --extra-vars='username= password= admin=' --tags=register-user **or** using the command-line after **SSH**-ing to your server (requires that [all services have been started](#starting-the-services)): /usr/local/bin/matrix-synapse-register-user **Note**: `` is just a plain username (like `john`), not your full `@:` identifier. **You can then log in with that user** via the riot-web service that this playbook has created for you at a URL like this: `https://riot./`. ----- If you've just installed Matrix, **to finalize the installation process**, it's best if you proceed to [Configuring service discovery via .well-known](configuring-well-known.md) ----- The script `/usr/local/bin/matrix-make-user-admin` may be used to upgrade a user's privileges: * log on to your server with ssh * execute with the username: /usr/local/bin/matrix-make-user-admin