VPS 2025-01-31
How to Install BT Panel (宝塔面板) on Ubuntu/CentOS
What is BT Panel?
BT Panel (宝塔面板) is a popular server management tool that provides a web-based GUI for managing your Linux server. It supports one-click installation of LNMP/LAMP stacks, website management, database management, and more.
Requirements
A fresh VPS with Ubuntu 20.04+ or CentOS 7+ and at least 512MB RAM. Root SSH access is required.
Installation
# Ubuntu/Debian
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh ed8484bec
# CentOS
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484becAfter installation, you'll see the panel URL, username, and password. Save these credentials.
Initial Setup
Visit the panel URL in your browser and log in. Choose LNMP (recommended) or LAMP stack, then click one-click install. Wait 5-15 minutes for installation to complete.
Key Features
File manager, website management, database management, cron jobs, firewall rules, SSL certificate management, and Docker support.
#Sudofree#BT Panel