Web site building-Alibaba Cloud server pagoda panel

Today, I built the pagoda and wrote about the new steps. Because Alibaba Cloud has changed the page, I don’t know where to find the location of many functions. I slowly figured it out.
1. Purchase the host.
I bought it directly on Alibaba Cloud
https:// promotion.aliyun.com/ntms/act/campus2018.html?spm=5176.8112568.738194.10.610f9ed5b6VVz2
1) Create an account on Alibaba Cloud and use your real name. Students under the age of 24 directly default to student certification.

2) Log in to the account to purchase the host.
Insert picture description here
I am selling the ECS cloud server, and the pre-installed environment is the selected Windows Server 2012 R2 Data Center Edition 64-bit Chinese version

2. Install the pagoda panel

2.1. Get three contents in the console
ip: xxx.xxx.xxx.xxx (public ip address)
Account: root (same account)
Password: xxxx (if the password is forgotten, you can find more in the function in the instance list—— Password/Key-reset the instance password)

The steps are as follows:
Console-Cloud Server ECS-My Resources-Server
Insert picture description here

Insert picture description here

2.2 Install PuTTY to remotely control the server
. Find putty.exe on the official website https://www.putty.org/
Insert picture description here
Insert picture description here
, usually 64-bit download, right click-connect and save as-save to the desktop or the file you want to put Folder

Then open it, we can enter the PuTTY control panel,
Insert picture description here
enter the public ip, and open open, enter the PuTTY console, the port number is generally 22, no need to change the Insert picture description here
input account password, when entering the password, * is hidden in PuTTY , So you can’t see what you input at all, but it’s actually input successfully. When you finish typing, just press Enter

When you see
Insert picture description here
it, you have entered the server

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

Copy this code, then press Enter (PuTTY, right click is to copy, don’t use ctrl+c)

After installation, he will give you the website of the pagoda, account number and password and
save it

The URL is generally your public ip: 8888

2.3. Configure instance security group
Console-Cloud Server ECS-My Resources-Server-Security Group-Configuration Rules
Insert picture description here
Click on the upper right corner to add security group rules.
Port range input 8888
authorized object input 0.0.0.0/0 and
click output
Insert picture description here
At this point, you can open xxx.xxx.xxx.xxx (public ip): 8888 and you can directly enter the pagoda Linux panel

When you enter the page, you
will be asked to initialize the login account password. After the initialization is over, reopen the pagoda and enter the account password to enter
Insert picture description here

At this point, your pagoda page has been set up. To manage the server in the future, just use the pagoda to manage it.

Guess you like

Origin blog.csdn.net/weixin_43236062/article/details/101814145