r
发布于 2022-12-10 / 20 阅读
0

aaPanel 操作手册备忘

安装 

centos

yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel

Ubuntu/Deepin

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel

Debian

wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh aapanel

管理命令
启动,停止,重启,卸载

service bt stop

service bt start

service bt restart


查看当前端口
cat /www/server/panel/data/port.pl

清除登录限制

rm -f /www/server/panel/data/*.login


修改密码  testpasswd 为要改的新密码

cd /www/server/panel && python tools.py panel testpasswd

注意:对于Debian / Ubuntu用户,请使用具有root权限的帐户来执行此命令。


面板
直接输入bt  ,可以各种命令,里面修改密码用户等。 如下简单翻译了下
===============aaPanel CLI==================
(1) Restart panel 重启面板 (8) Change panel port 修改面板端口
(2) Stop panel 停止面板 (9) Clear panel cache  清理面板缓存
(3) Start panel 启动面板(10) Clear login limit 清除登录限制
(4) Reload panel 重载面板 (11) Cancel entrance limit 取消登入限制
(5) Change panel password 修改面板密码 
 (12) Cancel domain binding limit 取消面板绑定限制
(6) Change panel username 修改面板用户名 
(13) Cacel IP access limit 取消ip访问限制
(7) Forcibly change MySQL root password 强制修改mysql root密码
(14) View panel default info 查看面板缺省信息
(22) Display panel error log 显示面板错误日志 
(15) Clear system rubbish 清理系统回收站
(23) Turn off BasicAuth authentication 关闭BasicAuth身份验证
(16) Repair panel (check for errors and update panel files to the latest version) 修复面板
(24) Turn off Google Authenticator 关闭google验证
(17) Set log cutting on/off compression 设置日志切割开/关压缩
(25) Set whether to back up the panel automatically 设置哪里自动备份面板
(18) Set whether to save a historical copy of the file 
(26) Keep/Remove local backup when backing up to cloud storage
(0) Cancel 取消
===============================================