Help Center> Elastic Cloud Server> Best Practices> Manually Installing a BT Panel (CentOS 7.2)
Updated on 2024-04-17 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 strongly recommended.
    • The OS has no Apache, Nginx, PHP, or MySQL installed.
  • The rule listed in the following table has been added to the security group which the target ECS belongs to. For details, see Adding a Security Group Rule.
    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:
      ...
      ==================================================================
      Congratulations! Installed successfully!
      ==================================================================
      Bt-Panel: http://114.115.xxx.xx:8888/46722528
      username: ut22gsvp
      password: ********
      Warning:
      If you cannot access the panel,
      release the following port (8888|888|80|443|20|21) in the security group
      ==================================================================
      Time consumed: 2 Minute!

      Record the values of Bt-Panel, username, and password in the command output.

  2. Log in to the BT panel.

    1. In the address bar of your browser, enter the address following parameter Bt-Panel, for example, http://114.115.xxx.xx:8888/46722528.
    2. Enter the username and password you recorded.
    3. Install desired suites and deploy websites using the BT panel based on service requirements.