All stock BMC password related

All stock BMC password related

This article is based off the Forgot BMC Password article published by Ruben Tercero on June 30 2025 

in the case of forgetting your bmc passwords you can follow this to reset your bmc password 
we are using linux ubuntu budgie live for resetting password due to its small size resource  requirement 
you can use any live linux distros you like 
Get ubuntu budgie 24 here
download and install to bootable usb stick and plug in to the system you want to reset bmc passwords in our case we are using mb  B8016G40V4 but it will work with other tyan/Mitac default bmc chip boot off usb live environment 
once booted up in the live environment open linux terminal


the first thing is to install ipmitool 
1. sudo apt install ipmitool -y
2. test the command 
sudo ipmitool sdr list (this will print the mb working sensors must be run in sudo mode)
3. reset bmc command(backup your setting prior issuing the command if anything wants to be kept )
sudo ipmitool raw 0x32 0x66
when issued you might hear your mb system fans ramping up indicating the bmc is resetting to default values
4. power down the system and remove power source for 5min restart your system
now you should able to login your system using 
user: root   password: superuser 
once logon successfully you will be prompted to setup new password
write down/remember  your new password 
Thank you

    • Related Articles

    • How to use IPMITOOL to modify BMC FRU file

      How to use IPMITOOL to modify BMC FRU Ipmitool: v1.8.18 Command: ipmotool [-H hotst_IP –U username –P password] fru edit <fru id> field <section> <index> <string> Sample: ipmotool [-H hotst_IP –U username –P password] fru edit 0 field p 0 MiTAC <fru ...
    • Forgot BMC Password

      When come across of a customer forgot the BMC password follow this two quick solution 1) If customer have accessible Linux OS they can send the following ipmitool raw cmd as seen below . This will reset the BMC password as default 2) second option ...
    • R1520G6 BMC Web UI login Password FAQ

      R1520G6 BMC Web UI login Password FAQ Q1. Refer to the AST2600 user's guide. The OpenBMC password cannot be used to log in. I tried "OpenBmc123" and "OpenBmc123.", but both were invalid. Ans: The first character is a digit, not a letter. Please try ...
    • How to Upload VROC or BMC Management Key

      Upload via BMC Web Console 1. Login to Integrated BMC Web Console. 2. Click “Configuration” in menu bar and click “License Management”. 3. Click “Choose File” and select license key file (*.v2c) then click "Open" then "Upload" 5. BMC Web console will ...
    • How do I use the IPMI command to check or modify the BMC SKU ID?

      Question: How do I use the IPMI command to check or modify the BMC SKU ID? Answer: We can use the IPMI command to check or modify the MiTAC BMC firmware SKU ID to match the current system SKU model. Example: Change the S5652 BMC firmware SKU ID from ...