Matrix IDs

Matrix IDs

Users on matrix has a unique universal id (just like email). These ids are of the form @username:domain.com.

To give users a "memorable id", this app (also known as home server) is pre-setup to use the second level domain for the domain part of the id (also known as the server_name). For example, if you installed the Matrix (backend) app at matrix.domain.com, this app package will set the server_name to domain.com. This will generate user ids of the form @username:domain.com.

If you require a different server name, use a File Manager to edit /app/data/configs/homeserver.yaml and restart the app.