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:

Note: If the Enterprise Console is using the MySQL 5.7+ or higher, run the ALTER command to update the password:
ALTER USER 'platformadmin'@'localhost' IDENTIFIED BY '<new_password_here>'; 
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".