This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Description
Describe the bug
I followed these steps: Single Node Installations
After the installation had finished, I tried to log in via http://<server IP>:8443/admin/users and got these errors:
_app-47c398430144ae83.js:21
POST https://admin.<server address>/_matrix/client/v3/login 403 (Forbidden)
eO._end @ _app-47c398430144ae83.js:21
eO.end @ _app-47c398430144ae83.js:21
(匿名) @ _app-47c398430144ae83.js:21
ef.then @ _app-47c398430144ae83.js:21
There was an error automatically logging in: Error: {"errcode":"M_FORBIDDEN","error":"Invalid username or password"}
at eO.<anonymous> (_app-47c398430144ae83.js:21:14241)
at en.emit (_app-47c398430144ae83.js:12:24813)
at XMLHttpRequest.<anonymous> (_app-47c398430144ae83.js:21:18168)
And I could not access the admin page.

I checked the pods and noticed the synapse-admin-ui pod was not running.
Is any action needed to start admin UI?
Thank you in advance.