Alibaba Cloud ECS Server Getting Started Process (Must-Read Tutorial for Newbies)

Alibaba Cloud ECS Server Getting Started Process (Must-Read Tutorial for Newbies)

1. Alibaba Cloud selects the appropriate cloud server according to personal needs, and chooses the CPU, memory, bandwidth, and region. These four are the main ones. Others can be selected by default.

2. Login console

Enter your account and password and you will see the service interface, which may be difficult for novices to understand. Click the menu on the left, click Cloud Server, and the interface will be displayed as shown below:


Click the instance and select the region in the upper left corner (you must select the correct region to see the server). Then you can see the server information, as shown in the figure:


Don’t look at all the information here. There are only a few of them that are useful to us. You don’t need to look at the rest.
For more information, see the Cloud Server Configuration Help document.

3. Connect to the host

1. Connect via console

Alibaba Cloud Server requires two passwords, one is the remote login password, and the other is the instance password, which is the root password we usually use to log in to the server (taking Linux server as an example).
These two passwords are required to connect to the server through the console. If you don’t know them, you can reset them.
Note: Changing the instance password requires restarting the server to take effect.


Click Remote Connection and enter the remote connection password


Enter the root user and password (the instance password you just changed) to start operating the server.


After successful login, you can enter various commands.

Click Disconnect in the button list on the left to disconnect from the server.


2. Connect via tools

You can see the public IP on the instance page of the cloud console and connect to the server through the tool software. The function is the same as above, and you can enter various commands.

3. Activate Security Group

Also on the far right of the instance, click [More] >> [Network and Security Group] >> [Security Group Configuration]


Click Configure Rules


What you see in the inbound direction is the security group rules of the current server. You can add, modify, and delete rules here.


For example, if you want to open port 80, fill in the form as shown below.
This is very important. If the rules are not added correctly, normal access may not be possible.
For more information, see the Security Group Help documentation.


4. Website Construction

If you want to build a website, you can use it with the system image. Alibaba Cloud comes with one-click activation. The method is as follows:


Click [OK, change system disk] and remember to save the data in advance.
Click [Mirror Market] and select from the mirror market


Search for [Pagoda Panel], select 0/month, pay attention to the number of people using it, and select the one with the most users.


Customize password and enter a password that meets the requirements. Remember your login name and password here, as they will be used to connect to the server in the future.
You can also use the key method, which I won’t go into detail here.


Next, remember the login address, account and password of the pagoda panel.
Log in to the Pagoda panel and start your website building journey.
Remember that if you cannot log in to the Baota panel, it is because the panel port has not been added to the security group. Just add it according to the above method.
For more information, see the Image Market Help Documentation.

This concludes this article on the Alibaba Cloud ECS server introductory process (a must-read tutorial for beginners). For more information on Alibaba Cloud ECS server introductory content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to copy and paste in CMD or in the command line when logging into a remote Linux server
  • How to connect to Alibaba Cloud Server via cmd

<<:  Vue axios interceptor commonly used repeated request cancellation

>>:  The complete implementation process of Sudoku using JavaScript

Recommend

Detailed process of building nfs server using Docker's NFS-Ganesha image

Table of contents 1. Introduction to NFS-Ganesha ...

Multiple ways to calculate age by birthday in MySQL

I didn't use MySQL very often before, and I w...

Summary of commonly used SQL statements for creating MySQL tables

Recently, I have been working on a project and ne...

Detailed explanation of viewing and setting file permissions on Mac

Preface To modify file permissions in the termina...

Chinese website user experience rankings

<br />User experience is increasingly valued...

Differences between ES6 inheritance and ES5 inheritance in js

Table of contents Inheritance ES5 prototype inher...

About Zabbix forget admin login password reset password

The problem of resetting the password for Zabbix ...

MySQL 8.0.18 stable version released! Hash Join is here as expected

MySQL 8.0.18 stable version (GA) was officially r...

mySql SQL query operation on statistical quantity

I won't say much nonsense, let's just loo...

Implementation of Nginx configuration https

Table of contents 1: Prepare https certificate 2:...

Implementation example of Nginx+Tomcat load balancing cluster

Table of contents introduction 1. Case Overview 2...

How to add vector icons to web font files in web page production

As we all know, there are two types of images in c...

Detailed process record of nginx installation and configuration

Table of contents 1 Introduction to nginx 1 What ...

Linux installation apache server configuration process

Prepare the bags Install Check if Apache is alrea...