Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Default Password for Ranger UI

avatar
Contributor

HI Team,
I am using clouera manager to install Ranger service.
Ranger UI is working and its asking Username and password , I type username & password `admin` but its showing invalid password.

Pls let me know the default password for ranger to login into UI.

 

divyank_0-1715258643511.png

 

1 REPLY 1

avatar
Master Collaborator

Hello @divyank 

Try with admin123 and see if it works; if it still fails, try resetting the ranger admin with the below steps.

Run the following query on the Ranger database.

update x_portal_user set password = 'ceb4f32325eda6142bd65215f4c0f371' where login_id = 'admin';

 

This update the password of ranger admin to admin.