宝塔纯净版安装

Ubuntu/Debian 安装脚本

适用于 Ubuntu 和 Debian 系统

wget -O install.sh http://layui.icu/install/install_panel.sh && bash install.sh

一键更新脚本

用于更新已安装的宝塔面板

curl http://layui.icu/install/update6.sh|bash
⚠️ 注意事项
必须为没装过其它环境如Apache/Nginx/php/MySQL的新系统,推荐使用centos 7.X的系统安装宝塔面板
推荐使用Chrome、火狐、edge浏览器,国产浏览器请使用极速模式访问面板登录地址
如果使用过官方版或其他第三方云端的版本,使用一键更新脚本即可切换到此云端

云安全监控 2.3.3 安装

使用 SSH 连接工具连接到您的 Linux 服务器后执行

curl -sS http://layui.icu/install/install_btmonitor.sh -o /tmp/install_btmonitor.sh && bash /tmp/install_btmonitor.sh
curl http://layui.icu/install/update_btmonitor.sh|bash
!