Skip to content

BT Panel (BaoTa)

BT Panel is a popular server management panel for Linux and Windows. It provides an easy-to-use web UI for managing websites, databases, FTP, and system services.

System Requirements

  • CentOS 7+ / Ubuntu 18.04+ / Debian 10+
  • 1 GB RAM minimum (2 GB recommended)
  • 20 GB free disk space

Quick Installation (Linux)

bash
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

After the script finishes, you will receive the login URL, username and password in the terminal.

First Login

Open the external panel address in your browser and follow the on-screen instructions to set up your environment.


This page is a brief translation of the Chinese guide. A full English tutorial will be added soon.