Linux server installation start uninstall pagoda panel

Pagoda Panel Introduction

Pagoda Panel is a server management software that improves operation and maintenance efficiency, supports more than 100 server management functions such as one-key LAMP/LNMP/cluster/monitoring/website/FTP/database/JAVA, supports Windows and Linux systems, and the server can be easily managed through the network , improve operation and maintenance efficiency. For example: create and manage websites, FTP and databases, and have functions such as visual file manager, visual software manager, visual CPU, memory, process monitoring charts, and planning tasks. It is convenient for users to use the operation and maintenance server.

prepare a server

Prepare a Linux server. I use the server of Alibaba Cloud here, and use the ssh connection tool to connect to the server.
A tool is recommended: Xshell, MobaXterm, WindTerm.
insert image description here

Install Pagoda Linux Panel

1. Official website address: https://www.bt.cn/new/download.html
insert image description here

2. Command
I use the first one here:
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
insert image description here

3. After waiting for a period of time, the system will confirm to you whether it is installed or not. Here we enter y to confirm and continue to wait (y=yes n=no 4
insert image description here
... After waiting for a period of time, after the pagoda panel is installed, we can see the address of the external network panel. We directly Copy it to the browser, open it, and enter the account password (the two lines below the address are the account password) to enter the pagoda panel.

abnormal

Startup failed
ERROR: The BT-Panel service startup failed.
insert image description here
Execute the following command
pip uninstall public

bt restart

insert image description here
Then re-execute the installation command
yum install -y wget && wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh ed8484bec
insert image description here

insert image description here

detection

Login URL Enter account password
insert image description here

start, stop, restart commands

stop

/etc/init.d/bt stop

start up

/etc/init.d/bt start

reboot

/etc/init.d/bt restart

uninstall pagoda

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/A_awen/article/details/130808477