Changing Password

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:

  1. Choose the new password and generate its MD5 hash, for example, using Linux command line (echo ‘<new password>’ | md5sum) or an online MD5 generator.
  2. Navigate to ManageContainers → Identify the Nextian RMM container → Click the container name to open its details.
  3. Click Duplicate/Edit.
  4. Select the Env tab.
  5. Update the ADMIN_PASSWORD value with the new MD5 hash.
  6. Click Deploy and confirm with Replace option.
  7. Log in to the RMM Web Interface to verify that the new password works.
ImportantThe RMM password can also be managed using Keycloak or OpenLDAP. Contact us for more information.
Was this page helpful?