Steps to purchase a cloud server and install the Pagoda Panel on Alibaba Cloud

Steps to purchase a cloud server and install the Pagoda Panel on Alibaba Cloud

Alibaba Cloud purchases servers

Purchase a cloud server, select centos 7.5 as the server version, and then open the instance in the console

2. Set the root password. If you did not set the root password when you purchased it, you need to reset it here.

Download the software and install Baota

Download the putty link tool locally

Fill in your public IP and open

Fill in the root account and the password is the password you just set.

Then execute the pagoda panel installation sh

Reference address: https://www.jb51.net/article/180576.htm

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

When there is a choice, just y

Installation successful as shown

Open it in the browser according to the address in the above picture. If it cannot be opened, you need to set up a security group in the Alibaba Cloud background.

Find the instance just now, click Manage, and find the security group

Add this rule

Port 8888 is the default panel login port of Baota

Install the environment as required

This concludes this article about the steps to purchase a cloud server on Alibaba Cloud and install the Pagoda Panel. For more information about installing the Pagoda Panel on Alibaba Cloud, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solution to the problem that the server cannot remotely connect to the database when installing the Pagoda Panel
  • Detailed explanation of the solution to the problem that FTP cannot connect to the Baota Linux panel
  • Baota Panel successfully deploys Django project process (picture and text)
  • Baota Linux panel command list
  • Detailed installation instructions for the cloud server pagoda panel
  • How to install the Linux version of Baota Panel in a directory other than /www
  • Introduction to Baota Linux Panel 2.8.9 Stable Version

<<:  Vue uses OSS to upload pictures or attachments

>>:  Basic statements of MySQL data definition language DDL

Recommend

Summary of Docker configuration container location and tips

Tips for using Docker 1. Clean up all stopped doc...

The implementation process of extracting oracle data to mysql database

In the migration of Oracle database to MySQL data...

Detailed tutorial on installing MySQL 8.0 from source code on CentOS 7.4

Table of contents 1. Environment 2. Preparation 3...

MySQL database development specifications [recommended]

Recently, we have been capturing SQL online for o...

Teach you the detailed process of installing DOClever with Docker Compose

Table of contents 1. What is Docker Compose and h...

Summary of how to add root permissions to users in Linux

1. Add a user . First, use the adduser command to...

Sample code for cool breathing effect using CSS3+JavaScript

A simple cool effect achieved with CSS3 animation...

A simple example of how to implement fuzzy query in Vue

Preface The so-called fuzzy query is to provide q...

How to use Docker to build a pypi private repository

1. Construction 1. Prepare htpasswd.txt file The ...

js to achieve simple product screening function

This article example shares the specific code of ...

Specific use of Node.js package manager npm

Table of contents Purpose npm init and package.js...

DOM operation table example (DOM creates table)

1. Create a table using HTML tags: Copy code The ...

Let's talk about parameters in MySQL

Preface: In some previous articles, we often see ...

Three ways to implement waterfall flow layout

Preface When I was browsing Xianyu today, I notic...