---
title: 鲲鹏DevKit忘记账号密码的解决方法
description: "用户忘记密码，无法登录鲲鹏DevKit。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/install/installguide/KunpengDevKit_0134.html
sourcePath: /source/zh/kunpengdevps/install/installguide/KunpengDevKit_0134.html
indexId: 31899a2659e09b9cf136e19b00bf7d230b23f559c0255403dc713f993490c02d68
---
# 鲲鹏DevKit忘记账号密码的解决方法

#### 现象描述

用户忘记密码，无法登录鲲鹏DevKit。


#### 处理步骤

- 对于普通用户，可联系管理员devadmin重置密码，具体操作请参见  重置密码(https://www.hikunpeng.com/document/detail/zh/kunpengdevps/Appendixes/Appendixes/KunpengDevKit_0072.html)
。
- 对于管理员（devadmin），可通过repair脚本重置密码（其中“/opt”表示工具安装目录，请用实际情况代替）。
  1 bash /opt/DevKit/tools/repair

  根据提示输入管理员用户新密码：

  1 2 3 4 This operation will reset the password the administrator devadmin. Continue? [y/N]: y New password: Confirm password: Password was changed successfully.
