Linux installation Pagoda (Bt-Panel), modify the user name or password to view the entrance panel

The following host provider must-see ( open port tutorial, do not open can not be used ):

Tencent cloud: https://www.bt.cn/bbs/thread-1229-1-1.html   Tencent cloud 2 fold

Ali cloud: https://www.bt.cn/bbs/thread-2897-1-1.html   Ali cloud 2 fold
Huawei cloud: https://www.bt.cn/bbs/thread-3923-1- 1.html 

//安装
# yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh
//升级
# curl http://download.bt.cn/install/update6.sh|bash

After installation is complete, the panel address and the default username and password appears. Access ip: 8888, enter the account number and password can be used pagoda 

//修改密码(把命令最后面的   “testpasswd”  替换成你要改的新密码)
# cd /www/server/panel && python tools.py panel testpasswd
//如果提示多次登录失败,暂时禁止登录 请输入以下命令 清除登录限制
# rm -f /www/server/panel/data/*.login
//查看面板入口,修改用户名等
# /etc/init.d/bt

//关闭安全入口
# rm -f /www/server/panel/data/admin_path.pl

Resources:

forget password

 installation

Published 40 original articles · won praise 14 · views 50000 +

Guess you like

Origin blog.csdn.net/qq_41912505/article/details/90056420