Detailed installation instructions for the cloud server pagoda panel

Detailed installation instructions for the cloud server pagoda panel

Pagoda Panel

0x01. Install the Pagoda Panel

Baota Panel is a very simple and easy-to-use server operation and maintenance panel. It is a visual panel that reduces the fear of novices when dealing with imperative operations on Linux servers. After installing the panel, you no longer need to manually install and configure the necessary environment configuration software such as the Nginx server using the command line on the server. You only need one click to complete the environment configuration and software installation, which is especially friendly to novices and those who want to develop quickly!

System requirements (from official website)

  • Memory: 512M or more, 768M or more is recommended (the panel alone takes up about 60M of the system's memory)
  • Hard disk: More than 100M of available hard disk space (the panel alone takes up about 20M of disk space)
  • System: CentOS 7.1+ (Ubuntu16.04+, Debian9.0+), and make sure it is a clean system without any Apache/Nginx/php/MySQL installed in other environments (cannot be installed in existing environments)

CentOS Installation The system installed this time is from Alibaba Cloud Server. My configuration is:

  • Memory: 4GB
  • CPU: 2 cores
  • Operating system: CentOS 7.7 64-bit
  • Bandwidth 1M

If it is another operating system, please refer to the official installation documentation of Baota Panel

After logging in to the server, execute the following command to install it:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

The installation success interface is as shown below

Installation Successful

There are three very important messages after the installation is complete:

  • Bt-Panel : The address of the Bt-Panel in the browser (the public IP address of your server)
  • username : Username for logging into the Pagoda panel
  • password : login password of Baota panel

These three pieces of information are your credentials for logging into the Pagoda panel, but you don’t need to remember them. I’ll tell you how to check them later. Start logging in through the browser below, but wait, let’s go to the second step:

0x02. Open the server port

What is the port for? Ports are equivalent to different departments of a company, responsible for connecting with other different companies. Different ports of the computer host will connect with the host that visits.

  • The 8888 port of the pagoda is the docking port for managing other hosts to access the server pagoda panel
  • Similar to port 80, it is used to access the home page.
  • Port 18083 of the EMQx server panel and port 1883 of the data access
  • Node-Red panel port 1880
  • Port 22, SSH login port, used for remote login, generally open by default
  • etc.

1. Interface (Taking Alibaba Cloud Server as an example)

Backstage 1

2. Click on the cloud server and jump

Backstage 2

3. Click the instance ID, jump, and then enter本實例安全組

Security Group

Here you can manage the opening and closing of the entire server function port.

Backstage 4

4. Click the instance ID to enter the management interface

Backstage 3

5. Click Add安全組規則

Backstage 4

Port 8888 is the port for opening the pagoda panel. Fill in 0.0.0.0/0 for the authorization object below, and do not change the others. This is based on the default open port settings.

0x03. Open the browser and log in to the Pagoda panel

If you forgot the panel information of the pagoda just now, don't worry, just check it next

1. Start the putty remote login software, log in to your server, and then enter

$ bt

The interface is shown in the figure below, which displays various information about the pagoda panel:

2. We need to know the default information of the panel at this time, so enter 14 and try other commands by yourself

Pagoda 1Pagoda 2

3. The first line in the red box is the server address, the second line is the user name, and the third line is the password

4. Open the browser and enter.如果沒有正常顯示,可以清理一下瀏覽器的緩存或者在無痕模式下打開

Pagoda 3

5. Successful login

Pagoda 4

6. At this point, the installation of the pagoda panel has been completed

7. Let’s talk about the use of the pagoda panel

  • The port security rules of the Baota panel do not have as high authority as the port security rules of the Alibaba Cloud backend
  • Baota integrates plug-ins and software for various development environments
  • The Baota panel network can help you quickly build a website template
  • Baota has an integrated SSH terminal, which allows you to operate the server directly in the browser

Summarize

The above is a detailed graphic tutorial on how to install the cloud server pagoda panel that I introduced to you. I hope it will be helpful to you. Thank you very much for your support of the 123WORDPRESS.COM website!

You may also be interested in:
  • How to install the Linux version of Baota Panel in a directory other than /www
  • Baota Linux Panel is a free Chinese Linux VPS host control panel suitable for fast website building
  • BT Baota Linux Server Management Assistant sets up VPS panel (installation and initial setup application)
  • Introduction to Baota Linux Panel 2.8.9 Stable Version
  • Detailed explanation of Node project deployment on cloud server
  • A complete guide to installing a web environment in Linux with one click (Alibaba Cloud Server)

<<:  Detailed explanation of mysql.user user table in Mysql

>>:  Vue custom instructions to achieve pop-up window drag four-side stretching and diagonal stretching effect

Recommend

MySQL reports an error: Can't find file: './mysql/plugin.frm' solution

Find the problem Recently, I found a problem at w...

HTML table markup tutorial (43): VALIGN attribute of the table header

In the vertical direction, you can set the alignm...

How to implement real-time polygon refraction with threejs

Table of contents Preface Step 1: Setup and front...

Tutorial diagram of installing CentOS and Qt in Vmware virtual machine

Vmware Installation Installing Packages Download ...

Question about custom attributes of html tags

In previous development, we used the default attr...

A brief analysis of adding listener events when value changes in html input

The effect to be achieved In many cases, we will ...

Record the whole process of MySQL master-slave configuration based on Linux

mysql master-slave configuration 1. Preparation H...

How to configure eureka in docker

eureka: 1. Build a JDK image Start the eureka con...

Detailed explanation of the difference between run/cmd/entrypoint in docker

In Dockerfile, run, cmd, and entrypoint can all b...

What are your principles for designing indexes? How to avoid index failure?

Table of contents Primary key index Create indexe...

Achieve 3D flip effect with pure CSS3 in a few simple steps

As a required course for front-end developers, CS...

Solve the problem of inconsistent front and back end ports of Vue

Vue front and back end ports are inconsistent In ...

Various types of MySQL indexes

What is an index? An index is a data structure th...