Help Center/ Elastic Cloud Server/ Best Practices/ Setting Up an Application/ Manually Installing a BT Panel (CentOS 7.2)
Updated on 2024-07-31 GMT+08:00

Manually Installing a BT Panel (CentOS 7.2)

Application Scenarios

The best practices for Huawei Cloud ECS guide you through the manual installation of a BT panel on Linux ECSs. BT panel is an easy-to-use, powerful, and free-of-charge server management software that supports Linux and Windows. It allows you to configure LAMP, LNMP, websites, databases, FTP, and SSL with few clicks and easily manage ECSs through a web client. This section uses CentOS 7.2 64bit as an example to describe how to install BT panel 6.9.

Advantages

  • A management project can be quickly created.
  • You can view your server resource usage.
  • The software installation and source code deployment is easy.

Constraints

  • ECS OS and specifications:
    • A minimum of 512 MB memory is required, but 768 MB or above is recommended. A BT panel occupies about 60 MB of the total.
    • A minimum of 100 MB disk space is required. A BT panel occupies about 20 MB of the total.
    • BT panel Linux 6.0 was developed based on CentOS 7, so CentOS 7.x is recommended.
    • The OS has no Apache, Nginx, PHP, or MySQL installed.
  • The rule listed in Table 1 has been added to the security group which the target ECS belongs to. For details, see Adding a Security Group Rule.

    The BT panel usually uses port 8888, but it may vary according to the installation environment, so the port used by the panel installed in 1.c or the port set in the system is recommended.

    Table 1 Security group rule

    Direction

    Protocol/Application

    Port/Range

    Source

    Inbound

    TCP

    8888

    0.0.0.0/0

Process of Installing a BP Panel

To manually install a BT panel on the Linux ECS, perform the following steps:

  1. Install the BT panel.
  2. Log in to the BT panel.

Procedure

  1. Install the BT panel.

    1. Log in to the target ECS.
    2. To obtain and update the system and software, update the image source to a Huawei Cloud image source. For details, see How Can I Use an Automated Tool to Configure a Huawei Cloud Image Source (x86_64 and Arm)?
    3. Run the following command to download and install the BT panel:

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

      When information similar to the following is displayed, enter y:
      ...
      Do you want to install Bt-Panel to the /www directory now?(y/n): y
      ...

      After the installation is complete, information similar to the following is displayed:

      Record the address information in the red box as well as the username and password in the command output.

  2. Log in to the BT panel.

    1. In the address bar of the browser, enter the recorded address, for example, https://1.92.xxx.xx:27832/0677640c. In this example, port 27832 is used, and you need to add it to the security group, or the message "The webpage cannot be found" is displayed.
    2. Enter the username and password you recorded.
    3. Select I have read and agreed to Service Agreement and click Enter Panel.
    4. Bind the BT panel account.
    5. Install desired suites and deploy websites using the BT panel based on service requirements.