当前位置:网站首页>宝塔忘记密码
宝塔忘记密码
2022-06-23 06:11:00 【自己收藏学习】
1.如果还没改过密码。可以用/etc/init.d/bt default

2.如果已经修改过初始密码又忘记的
可以ssh输入以下指令,就是把密码改成123456,这时候还会出现账号
cd /www/server/panel && python tools.pyc panel 123456
3.多次登录失败,输入以下指令清除登录限制
rm -f /www/server/panel/data/*.login
边栏推荐
- [shell] tree command
- 关于监督
- Intentional shared lock, intentional exclusive lock and deadlock of MySQL
- Run typescript code directly using TS node
- Storage mode of data in memory (C language)
- 746. 使用最小花费爬楼梯-动态规划
- [project training] details of linear components
- Open source ecology 𞓜 super practical open source license basic knowledge literacy post (Part 2)
- VS2013 FFMPEG环境配置及常见错误处理
- mysql 索引
猜你喜欢
![[STL] summary of deque usage of sequential containers](/img/33/65c54d14697ee43b2655ea1255d67d.png)
[STL] summary of deque usage of sequential containers

Data indicators and data analysis models that designers need to understand

idea自动生成serialVersionUID

cmder

Swagger3 integrates oauth2 authentication token

Why does TCP protocol shake hands three times instead of two?

MySQL MVCC多版本并发控制

【日常训练】513. 找树左下角的值

mysql 优化

【STL】关联容器之map用法总结
随机推荐
Some difficulties in making web pages
Open source oauth2 framework for SSO single sign on
994. rotten oranges - non recursive method
Usage Summary of item views and item widgets controls in QT
centos7 mysql 记录
Sword finger offer 42 Maximum sum of successive subarrays
【Qt】基础学习笔记
1161 Merging Linked Lists
Data indicators and data analysis models that designers need to understand
WPF Command指令和INotifyPropertyChanged
Network architecture from Wan to sd-wan edge devices
DQL、DML、DDL、DCL的概念与区别
小白投资理财必看:图解基金买入与卖出规则
MySQL Redo log Redo log
Storage mode of data in memory (C language)
C语言学习总结
746. climbing stairs with minimum cost - Dynamic Planning
【系统】右键桌面图标,转圈后,资源管理器就崩溃,桌面就重新刷新
Verilog语法讲解
js数组的索引为何不能用负数