Change the Default iDRAC Password
How to change a user password using the iDRAC web interface.
- Log in to the web interface as
root. - Select iDRAC settings on the left navigation bar.
- Expand iDRAC settings on the left navigation bar.
- Select User Authentication.
- Select the user whose password is changing. To change the root password, select userid
2. - Select Next.
- Select the Change Password box and enter the new password in the boxes below it.
- Select Apply to complete the password change.
Alternative. Another approach to changing the iDRAC root password is to use ipmitool on the SMW command line interface.
smw# ipmitool -U root -I lanplus -H drac-ip-addr -P old-drac-password \ user set password 2 new-drac-password