Currently, the RMM Web Interface supports only a single user: “admin”. The password for this user is stored as an MD5 hash in the ADMIN_PASSWORD environment variable within the RMM Docker container.
To change the password:
- Choose the new password and generate its MD5 hash, for example, using Linux command line (echo ‘<new password>’ | md5sum) or an online MD5 generator.
- Navigate to Manage → Containers → Identify the Nextian RMM container → Click the container name to open its details.
- Click Duplicate/Edit.
- Select the Env tab.
- Update the ADMIN_PASSWORD value with the new MD5 hash.
- Click Deploy and confirm with Replace option.
- Log in to the RMM Web Interface to verify that the new password works.
Important | The RMM password can also be managed using Keycloak or OpenLDAP. Contact us for more information. |