Installing Baota Panel on Cloud Server

Operation Scenario

This article will guide you on how to deploy the Baota Panel on a server, using a Linux server as an example.

Prerequisites

  • The server has no existing web environment installed; it is a clean system.
  • The server can connect to the internet normally.

Operation Steps

  1. Use SSH to log in to the server. You can use the Baota Multi-Machine Management tool to connect.

    After adding, double-click the added machine to log in:

  2. After logging in, copy and paste the panel installation command below and press Enter to execute.

    Note

    Official version installation command:

    if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh a65437f
    

  3. After the installer runs, it will prompt Do you want to install Bt-Panel to the /www directory now?(y/n). Enter y and press Enter to confirm, then wait for the panel to install automatically.

  4. After installation is complete, the terminal will display relevant login information, as shown in the figure below.

  5. Access the panel via a browser to log in.

    During the login process, you might see the following prompt. Click Advanced, then select Proceed to....

    Note

    • Before logging into the panel, please ensure the security group or firewall provided by your server vendor has properly allowed the ports indicated in the prompt.
  6. After successful login, you will see the following interface:

    • User Agreement: Please read the user agreement carefully, click I have read and agree, then click Enter Panel.
    • Bind Baota Official Account: Enter your Baota official website account and password, then click Login. If you haven’t registered a Baota official account yet, please register first.
  7. After entering the panel, you will be prompted to install the basic environment. It is recommended to choose LNMP. You can also skip this step and install it later in the Software Store.

  8. You can go to Panel Settings to modify the default panel username and password.

  9. At this point, the Baota Panel has been successfully installed.