Reset IPMI password of Supermicro
1 min read

Reset IPMI password of Supermicro

OS

CentOS release 6.5

Steps

  1. Prepare IPMICFG:
wget ftp://ftp.supermicro.com/utility/IPMICFG/IPMICFG_1.29.0_build.181029.zip
unzip IPMICFG_1.29.0_build.181029.zip
cd IPMICFG_1.29.0_build.181029/Linux/64bit
  1. List users:
./IPMICFG-Linux.x86_64 -user list
Maximum number of Users          : 10
Count of currently enabled Users : 2
User ID | User Name        | Privilege Level | Enable
------- | ---------        | --------------- | ------
      2 | ADMIN            | Administrator   | Yes
      3 | admin            | Administrator   | Yes
  1. Update password of ADMIN to 123456, whose user ID is 2:
./IPMICFG-Linux.x86_64 -user setpwd 2 123456