Linux面板8.0.5安装脚本

使用 SSH 连接工具,如 堡塔SSH终端等 连接到您的 Linux 服务器后, 挂载磁盘 ,根据系统执行相应命令开始安装。

一、注意事项

  1. 安装前请确保是 【全新的机器】 ,没有安装其他任何环境,否则会影响您的业务使用!

  2. 必须为没装过其它环境如Apache/Nginx/php/MySQL的新系统,推荐使用centos 7.X的系统安装宝塔面板。

  3. 系统兼容性推荐:Centos7.x > Debian10 > Ubuntu 20.04 > Centos8 stream > Ubuntu 18.04 > 其它系统。

  4. 如果不确定使用哪个Linux系统版本的,可以使用万能安装脚本。

  5. 国产龙芯架构CPU安装命令,支持龙芯架构的loongnix 8.x、统信UOS 20、kylin v10系统。

  6. 推荐浏览器:Chrome、火狐、edge,国产浏览器请使用极速模式访问面板登录地址。

  7. 请在安装面板前确认以下端口服务是否开启,确保安装和访问正常

SSH连接端口:22 面板地址访问端口:8888

FTP端口:20、21、39000-40000 网站访问端口:80、443

phpmyadmin访问端口:888

二、脚本命令

Centos安装脚本:

yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec

Ubuntu/Deepin安装脚本:

wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec

Debian安装脚本:

wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh ed8484bec

万能安装脚本:

if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec

国产龙芯架构安装脚本(其他CPU请勿使用):

wget -O install_panel.sh https://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec

三、效果展示