宝塔面板绕过强制绑定官网账号的解决方案(安装非官方宝塔)

宝塔纯净版(非官方)安装

这是一个非官方的宝塔面板,由http://hostcil.com提供,面板作者声称安全免费无后门,但我建议如非有特殊需要,不要在正式的生产环境中安装。(但自己拿来随便玩玩还是可以的,挺方便的,没有绑定手机,付费插件随便下。)

Centos全新安装命令:根据系统执行框内命令开始安装(大约2分钟完成面板安装)升级后可能需要重启面板

yum install -y wget && wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && sh install.sh

Ubuntu/Deepin全新安装命令:

wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian全新安装命令:

wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && bash install.sh

Fedora全新安装命令:

wget -O install.sh http://v7.hostcli.com/install/install_6.0.sh && bash install.sh

升级代码/修复面板:已经安装官方面板,执行下列命令升级到7.6.0纯净版:

curl http://v7.hostcli.com/install/update6.sh|bash

其他非官方版本含开心版、快乐版、纯净版等 7.4.5至7.6.0版本之间所有版本均可,执行下列命令升级到7.6.0纯净版:

curl http://v7.hostcli.com/install/update6.sh|bash

 

9.5

if [ -f /usr/bin/curl ];then curl -sSO http://bt950.hostcli.com/install/install_panel.sh;else wget -O install_panel.sh http://bt950.hostcli.com/install/install_panel.sh;fi;bash install_panel.sh www.HostCLi.com

任意非官方版本还原到官方最新版:

curl http://download.bt.cn/install/update6.sh|bash

posted @ 2025-05-15 11:07  try-hard  阅读(398)  评论(0)    收藏  举报