Melden sie sich als Root an und geben sie folgenden Befehl mit ihren Daten ein — Bitte diese Daten verändern (DEIN_ADMIN_USER & DEIN_PASSWORT):
curl -X POST "http://localhost:8008/_matrix/client/v3/login" \
-H "Content-Type: application/json" \
-d '{
"type": "m.login.password",
"user": "DEIN_ADMIN_USER",
"password": "DEIN_PASSWORT"
}'
