Manage the Enterprise Console Admin User Password
Change the Admin User Password
You can change the password for the admin user with the following command:
- Linux
-
bin/platform-admin.sh change-password --user-name <username> --password <current password> --new-password <new password>
- Windows
-
bin\platform-admin.exe cli change-password --user-name <username> --password <current password> --new-password <new password>
Reset the Admin User Password
You can reset the password for the Enterprise Console's root user with the following command:
- Linux
-
bin/platform-admin.sh reset-password
- Windows
-
bin\platform-admin.exe cli reset-password
Resetting the password sets it to "admin".