宝塔面板

安全高效的服务器运维面板,2分钟装好面板,一键管理服务器

Server Dashboard

> System initialized...

> Web service running on port 8888

> Security patches up to date.

[ 快捷 ] 镜像系统自动部署宝塔面板 [ 安全 ] 宝塔定制版已部署最新安全补丁 [ 教程 ] 服务器 IP:8888端口进入初始化页面!
  • 优势

  • 版本

  • 安装

  • 功能优势

    提升运维效率的服务器管理软件,让维护更省心

    一键安装

    支持一键 LAMP/LNMP/集群/监控等 100 多项管理功能。

    计划任务

    按周期添加执行,支持 SHELL 脚本,提供网站、数据库备份。

    系统监控

    CPU、内存、磁盘 IO、网络 IO 数据监测,任意查看某天数据。

    系统安全

    提供 SSH 开启关闭服务, SSH 端口更改, 防火墙端口放行。

    版本对比

    免费版
    免费
    • 一键安装全能环境
    • 在线应用商店
    • Web 管理面板
    立即安装

    安装与部署

    支持多种 Linux 发行版,2 分钟快速部署

    CentOS 安装脚本
    yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 0dfa2ed8e
    Ubuntu/Debian 安装脚本
    wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 0dfa2ed8e
    Fedora 安装脚本
    wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh 0dfa2ed8e
    Update 更新脚本
    wget -O update.sh http://download.bt.cn/install/update6.sh && sh update.sh 0dfa2ed8e

    注意事项:

    1. 请确保服务器系统纯净,未安装 Apache/Nginx/PHP/MySQL。
    2. 安装需要 root 身份,非 root 请先执行 sudo su