aaPanel Maintenance
This chapter is special guide for aaPanel maintenance and settings. And you can refer to Administrator and Steps after installing for some general settings that including: Configure Domain, HTTPS Setting, Migration, Web Server configuration, Docker Setting, Database connection, Backup & Restore...
Maintenance guide
Rest aaPanel's password
- Linux
- Windows
如果是忘记了密码,请使用WinSCP或Putty运行如下命令,重置密码
//示例:将admin用户的密码重置为admin123
cd /www/server/panel && python tools.pyc panel admin123 admin
//如果提示多次登录失败,暂时禁止登录 请输入以下命令,清除登录限制
rm -f /www/server/panel/data/*.login
当忘记了宝塔Web端密码时,请远程桌面到Windows服务器,打开客户端->右上角菜单->修改密码 ,即可修改用户名和密码
aaPanel automatic backup
宝塔提供的计划任务功能,可以实现自动网站的自动备份
aaPanel Upgrade
aaPanel Core update
宝塔提供了一键在线升级功能,只要根据系统提示,点击升级按钮即可完成升级
Packages at aaPanel update
宝塔在使用中一般会安装大量的软件或组件,包括:php,mysql,phpmyadmin等,
Troubleshoot
In addition to the Jenkins issues listed below, you can refer to Troubleshoot + FAQ to get more.
Database service could not be started?
Insufficient disk space, insufficient memory, and configuration file errors can make database service could not be started
It is recommended to first check through the command.
# restart mysql service
systemctl restart mysql
# view disk space
df -lh
# view memory rate
free -lh
Apache httpd service restart error
Please make sure the vhost.conf is correct for you, and you can track and analyze log files
导入SQL出现乱码?
问:用宝塔里边的上传导入SQL,导入的SQL都是乱码!如果使用PHPMyAdmin就不会
答:不同的数据库客户端工具默认的编码格式可能有差异,宝塔里也可以使用phpmyadmin工具。
网站数量过多,服务经常自动重启
问:一台服务器网站数量100个,发现服务经常自动重启
答:一台服务器上管理网站的数量请勿超过20个,否则初始资源不充裕的情况下会导致内存和CPU消耗殆尽,从而服务自动重启。理论上,一个网站最少需要0.5G的内存容量,如果有20个网站话,最低是16G内存。
BT 面板奔溃了怎么办?
宝塔面板会奔溃吗?任何软件都会出问题 宝塔奔溃的几率大吗?不大,但需要预防
宝塔是面板,面板工具都是调用操作系统层面的东西。对应宝塔奔溃之后的处理,需要掌握如下知识点:
- 宝塔的基础环境安装在哪里?是否可用?
- 数据库是否可用?
- 网站文件在哪里?
- 是否能够实现快速备份
掌握以上几点,也许能够力挽狂澜