Linux Deploy installation pagoda panel

3a25f63e901382f4466b03a9a80878f4.png

Pagoda Panel is a free server management platform. You can install it on your server, and then you can easily manage your server and build various service platforms. On this basis, we can use intranet penetration, Build your own Linux server. In such a relatively cheap way, you can learn a series of operations such as Linux, website construction, and web service deployment.

Prerequisites You have installed linuxDeploy and installed a linux distribution Use Linux Deploy to build a server (2) Install a linux distribution using a chroot container

1. Install the pagoda panel

Log in to the linux distribution with ssh.
Ordinary users use sudo to execute the installation command, or use su to switch to the root user to execute the command. You must use the root authority to execute the command. After execution, wait for the installation to complete. This process takes about half an hour. The command is as follows

Centos安装命令:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

Ubuntu/Deepin安装命令:
sudo apt install wget && wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian安装命令:
sudo apt install wget && wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

Fedora安装命令:
wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh

After the installation is complete, the link to the web management interface and the user name and password will be returned
b3e347fc79574d7a80cd3964cc39a205.png

 2. Visit the Pagoda

Enter the intranet address in the webpage to enter the pagoda panel

Enter https://192.168.41.5:31969/6514644f to enter the pagoda panel

Log in to the pagoda panel, which is the login name and login password above.
Select the LNMP recommended by the pagoda panel. This system is the following systems. One-click installation, after installation, you can happily build a website and play!

6b5dba490683409c8be33bca6e86c053.png

 3. Pagoda command

Start: bt start

Stop: bt stop

Restart: bt restart

View status: bt status

View information: bt

4. Uninstall the pagoda panel and run environment commands

1. Enter the command:

wget http://download.bt.cn/install/bt-uninstall.sh

2. Next, enter this command to execute the script:

sh bt-uninstall.sh

 

Guess you like

Origin blog.csdn.net/qq_43445867/article/details/131778269