当前位置:论坛首页 > Linux面板 > Linux面板教程

【教程帖】飞牛私有云 fnOS安装宝塔面板

发表在 Linux面板2024-12-11 09:44  关闭 [复制链接] 0 1080

1.安装面板准备的系统环境:
xxxxx.png


2.执行以下命令解决飞牛安装面板编译python报错
  1. apt-get update
  2. apt-get upgrade -y
  3. apt install -y libc6 --allow-change-held-packages
  4. apt install -y libc6-dev --allow-change-held-packages
  5. apt install -y gcc g++ build-essential
复制代码

3.选择对应的面板版本进行安装  https://www.bt.cn/new/download.html  
系统兼容性排序: Debian 12(推荐),Ubuntu 22,Centos 9,OpenCloud 9,TencentOS Server4,AlibabaCloud 3 麒麟,统信,欧拉等Linux系统
稳定版:推荐公司、企事业单位及生产环境使用,特别注重安全和稳定性,只修BUG,不加新功能。 正式版:推荐技术爱好者使用,每月都会更新新功能

Centos/OpenCloud/Alibaba  稳定版9.0.0
  1. url=https://download.bt.cn/install/install_lts.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_lts.sh $url;fi;bash install_lts.sh ed8484bec
复制代码


Debian 安装脚本  稳定版9.0.0
  1. wget -O install.sh https://download.bt.cn/install/install_lts.sh && bash install.sh ed8484bec
复制代码


Ubuntu/Deepin 安装脚本  稳定版9.0.0
  1. wget -O install.sh https://download.bt.cn/install/install_lts.sh && sudo bash install.sh ed8484bec
复制代码


稳定版9.0.0 通用安装脚本
  1. url=https://download.bt.cn/install/install_lts.sh;if [ -f /usr/bin/curl ];then curl -sSO $url;else wget -O install_lts.sh $url;fi;bash install_lts.sh ed8484bec
复制代码


正式版9.3.0 通用安装脚本
  1. 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
复制代码




使用道具 举报 只看该作者 回复
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表