1. MDServer-Web
MDServer-Web 是一款对标宝塔面板的服务器管理工具,它不仅具备宝塔的部分核心功能,还提供了一些独特的功能。它是一个开源项目,您可以在 GitHub 上找到它:https://github.com/midoks/mdserver-web
安装与管理脚本:
初始安装:
Bash
curl --insecure -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash
直接更新:
Bash
curl --insecure -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/update.sh | bash
卸载脚本:
Bash
wget --no-check-certificate -O uninstall.sh https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/uninstall.sh && bash uninstall.sh
备用安装地址:
如果上面的地址无法访问,可以尝试使用以下备用地址进行安装或更新。
初始安装:
Bash
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/install.sh | bash
或者
Bash
curl --insecure -fsSL https://code.midoks.me/midoks/mdserver-web/raw/branch/master/scripts/install.sh | bash
直接更新:
Bash
curl --insecure -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/update.sh | bash
卸载脚本:
Bash
wget --no-check-certificate -O uninstall.sh https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/uninstall.sh && bash uninstall.sh
2. 宝塔破解版
这是一种由其他开发者修改的版本,通常提供宝塔面板的付费功能。您可以在其论坛上找到更多信息:https://bt.sy。
安装命令:
CentOS 安装(默认安装 7.9.10 版本,可在线升级到 8.0.0):
Bash
yum install -y wget && wget -O install.sh http://io.bt.sy/install/install_6.0.sh && sh install.sh
实验性安装(适用于 CentOS/Ubuntu/Debian,独立运行环境 py3.7,可能存在兼容性问题):
Bash
curl -sSO http://io.bt.sy/install/install_panel.sh && bash install_panel.sh
Ubuntu/Deepin 安装:
Bash
wget -O install.sh http://io.bt.sy/install/install-ubuntu_6.0.sh && sudo bash install.sh
Debian 安装:
Bash
wget -O install.sh http://io.bt.sy/install/install-ubuntu_6.0.sh && bash install.sh
Fedora 安装:
Bash
wget -O install.sh http://io.bt.sy/install/install_6.0.sh && bash install.sh
升级命令:
如果您正在使用宝塔面板官方 7.9.10 版本或开心版 7.7.0,可以使用以下任一命令升级到此破解版的 8.0.0 版本。
升级命令 1:
Bash
curl https://io.bt.sy/install/update_panel.sh|bash
升级命令 2:
Bash
curl http://io.bt.sy/install/update6.sh|bash
3. 自建宝塔云端
如果您对安全性有较高要求,可以考虑自己搭建一个宝塔云端服务器。这样,您就可以完全掌控所有安装和更新的命令,避免依赖第三方服务。
优点: 可以在自己的 VPS 上部署云端,所有控制权都在您手中,确保数据和服务的安全性。
4. HostPanel
HostPanel 是一个基于宝塔 7.7 版本进行深度修改的面板。它的一大特色是无需登录账户即可使用,并且对用户界面进行了优化。
优势:
代码透明: 文件没有加密,您可以自行检查代码以判断是否存在后门,确保安全。
免费功能: 免费提供所有企业版和专业版插件及运行环境。
本地化插件: 所有插件都已本地化,无需从云端下载,可直接通过本地文件安装。
官网地址: http://hostpanel.cc/
评论区