diff --git a/docs/_sidebar.md b/docs/_sidebar.md index ac55c2f..0a9e552 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -4,6 +4,7 @@ * [InDocker](zh-cn/install/dind.md) * [源码编译](zh-cn/install/source.md) * [绑定域名子目录](zh-cn/install/nginx-location.md) + * [控制命令](zh-cn/install/ctrl.md) * **功能手册** * **创建容器** * [独立容器](zh-cn/manual/container/create.md) diff --git a/docs/zh-cn/install/ctrl.md b/docs/zh-cn/install/ctrl.md new file mode 100644 index 0000000..1499619 --- /dev/null +++ b/docs/zh-cn/install/ctrl.md @@ -0,0 +1,25 @@ +# 面板控制命令 + +> DPanel Version >= 1.2.2 + +控制命令需要进入 DPanel 面板容器运行。 + +``` +docker exec -it dpanel /bin/sh +``` + +### 重置管理员用户 + +#### 重置密码 + +``` +/app/server/dpanel -f /app/server/config.yaml user:reset --password 123456 +``` + +#### 重置用户名 + +> 重置用户名时,必须指定命令 + +``` +/app/server/dpanel -f /app/server/config.yaml user:reset --password 123456 --username root +``` \ No newline at end of file diff --git a/docs/zh-cn/install/nginx-location.md b/docs/zh-cn/install/nginx-location.md index 8b81e43..6420dae 100644 --- a/docs/zh-cn/install/nginx-location.md +++ b/docs/zh-cn/install/nginx-location.md @@ -1,6 +1,6 @@ # 绑定子目录 -> Version >= 1.1.4 +> DPanel Version >= 1.1.4 > http://127.0.0.1:8807 根据实际的主机ip及暴露端口而决定,这里只是为了举例说明问题