How to install Baota host panel on ECS server or VPS server under LINUX system

The installation method of the Pagoda panel on the ECS cloud server vps server purchased by DnShe using LINUX system:

The installation method of the Pagoda panel on the ECS cloud server vps server purchased by DnShe using LINUX system:
System compatibility ranking: Debian 12 (recommended), Ubuntu 22, CentOS 9, OpenCloud 9, TencentOS Server 4, Alibaba Cloud 3, Kirin, Tongxin, Euler and other Linux systems
CentOS/OpenCloud/Alibaba Stable Version: 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 installation script stable version: wget-O install.sh https://download.bt.cn/install/install_lts.sh && bash install.sh ed8484bec
Ubuntu/Deepin installation script stable version: wget-O install.sh https://download.bt.cn/install/install_lts.sh && sudo bash install.sh ed8484bec
Universal installation script: 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
 
 
How to troubleshoot if the panel cannot be accessed after installation?
1. Check if the server security group has released the panel port. Command to view the panel port: cat /www/server/panel/data/port.pl
2. Check if the panel is functioning properly and try executing the command to restart the pagoda: bt restart. If no error is returned, it indicates that the pagoda is functioning properly
3. Execute bt default to obtain the latest panel login address and attempt to access it
 
If there is any error related information, please contact customer service
 
1. Execute bt default to obtain the default account password

  • 宝塔, 宝塔面板, 安装宝塔, 服务器宝塔
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to use SSH to connect to ECS cloud servers or VPS servers

ECS cloud servers or VPS require SSH software connection. There are many types of SSH software,...

How to check disk usage on a Linux system server

dfDF can view the file system in units of disk partitions to obtain information such as how much...

The difference between DnShe ECS cloud server and VPS server

The specific differences are as follows: Compared to ECS cloud servers, VPS servers streamline...