Alibaba Cloud Server Domain Name Resolution Steps (Tutorial for Beginners)

Alibaba Cloud Server Domain Name Resolution Steps (Tutorial for Beginners)

For novices who have just started to build a website, there are many things they need to understand and learn. To build a website, you first need to purchase a server, then purchase a domain name, then domain name resolution, and finally domain name registration and other major process steps. This section will introduce the steps of domain name resolution. The server used here is Alibaba Cloud server, and servers on other platforms will not be introduced for the time being. The specific steps are as follows.

1. Open the Alibaba Cloud official website, log in to your Alibaba Cloud account, and enter the console.

2. On the main interface of the console, find the drop-down menu in the left menu bar, and find the "Domain Name" option, the option with a globe icon, and click it to enter the domain name console.

3. After entering the domain name console, you can see the domain name under the Alibaba Cloud account, and then click on the right side of the domain name that needs to be resolved. There is a "Resolve" button, click to enter.

4. Before entering the domain name resolution interface, you need to go to the purchased "Cloud Server ECS", enter the purchased server overview interface, then find the specific "Instance", then find the server public IP address of the instance, and copy it.

5. On the domain name resolution interface, click the "Add Record" button.

6. Fill in the specific parameters for adding records.

1. Record type. It should be noted that there are only two types of records for parsing content. If it is a cloud server or VPS, choose A, and if it is a virtual host, choose CNAME.

2. Host records. If you don’t understand, there is a question mark behind this option. You can click it to see what the host record means. Simply put, it is the prefix of the domain name.

3. Analyze the circuit. Just select System Default.

4. Record the value. Refers to the external IP address of the server/virtual host. To view the external IP address, just go to the purchased server details.

5.TTL. Generally, the system default is sufficient, the default of 10 minutes is sufficient.

7. After filling in the form to add the record, click the "OK" button to complete the analysis.

Notice:

1. The example here only parses a prefix. If a website wants to be accessible both with and without the www prefix, it needs to resolve at least these two cases. After the domain name resolution is completed, you can access the website after waiting for a few minutes.

2. The above domain name resolution operation is based on the resolution of the website that holds the domain name by default. If it is not resolved on the website that holds the domain name, you need to modify the DNS.

This concludes this article on the steps to implement domain name resolution on Alibaba Cloud Server (novice tutorial). For more information about Alibaba Cloud Server domain name resolution, 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:
  • Solution to the problem that Alibaba Cloud Server cannot be pinged (Solution to the problem that the IP address cannot be accessed after the Cloud Server environment is built)
  • Solution to the problem that the website cannot be opened after the Alibaba Cloud LNMP cloud server is restarted
  • A simple method to install Apache on Alibaba Cloud Linux server
  • Alibaba Cloud Host Windows 2008 Server Hard Drive Partitioning and Formatting Graphic Tutorial
  • Alibaba Cloud Server Windows 2008 IIS Adding a Website Binding Domain Name Graphic Tutorial
  • Alibaba Cloud Server Windows 2008 FTP Configuration Graphics Tutorial
  • Alibaba Cloud Server CentOS Server Initialization Setup Steps
  • Linux uses scp remote transmission command to transfer files between servers (Alibaba Cloud Server)
  • How to send verification code using Alibaba Cloud PHP SMS service
  • Alibaba Cloud CentOS 7 Server Build Nginx Web Service Experience Example
  • How to install the graphical interface of Alibaba Cloud ECS server
  • How to configure .net core to use Alibaba Cloud distributed logging
  • Alibaba Cloud Log Service Log Filter Configuration

<<:  Detailed tutorial on using the Prettier Code plugin in vscode

>>:  Detailed tutorial on installing mysql-8.0.20 under Linux

Recommend

Analysis on the problem of data loss caused by forced refresh of vuex

vuex-persistedstate Core principle: store all vue...

How to use JS code compiler Monaco

Preface My needs are syntax highlighting, functio...

MySQL implements a solution similar to Oracle sequence

MySQL implements Oracle-like sequences Oracle gen...

Vue based on Element button permission implementation solution

Background requirements: The ERP system needs to ...

JavaScript anti-shake case study

principle The principle of anti-shake is: you can...

js to implement the snake game with comments

This article example shares the specific code of ...

Summary of ten principles for optimizing basic statements in MySQL

Preface In the application of database, programme...

Nodejs implements intranet penetration service

Table of contents 1. Proxy in LAN 2. Intranet pen...

Understanding of haslaylout and bfc parsing

1. haslayout and bfc are IE-specific and standard ...

Build a Docker private warehouse (self-signed method)

In order to centrally manage the images we create...

Detailed explanation of vuex persistence in practical application of vue

Table of contents vuex persistence Summarize vuex...

JavaScript to achieve the effect of tab bar switching

Tab bar: Click different tabs to display differen...