Hi,Will!
Your question belongs to the IT -> Server section.
Please try to log in to the management IPiBMC web page via the default credentials:
If it doesn‘t work, you can refer to this link about how to Reset the iBMC Password.
Solution
You need to log in to the SUSE operating system as the root user, start the IPMI service and reset the iBMC password using the IPMI tool of the operating system.
- Check the status of the IPMI service.
# service ipmi status
- Start the IPMI service and check its status.
# service ipmi start# service ipmi status
- Query the management card information.
# ipmitool lan print 1
- Check the ID of the root user of the iBMC.
# ipmitool user list 1
- Change the password of the root user whose ID is 2 to Huawei12#$.
# ipmitool user set password 2 Huawei12#$
# service ipmi status
After the preceding command is executed successfully, you can log in to the iBMC management port using the new password.