How to purchase and install Alibaba Cloud servers

How to purchase and install Alibaba Cloud servers

1. Purchase a server

In the example, the server purchased is Alibaba Cloud. College students can purchase Alibaba Cloud's student authentication privilege server ( Yunyi Project) Website: https://promotion.aliyun.com/ntms/act/campus2018.html

Buy ECS

The price is relatively cheap, the annual fee is just over 100 yuan. This server needs to be authenticated by the China Higher Education Student Information and Career Center, and you just need to authenticate according to the requirements (this server is quite popular, and there will be some server dealers snatching it up every day, so you may not be able to get it).

Notice:

1. Purchase the pre-installed environment of the server and choose the system corresponding to your computer

2. Region Select your corresponding region

for example:

2. Alibaba Cloud configuration server

I purchased an ECS server for over 300 yuan a year, but I didn’t get one… After the purchase is successful, real-name authentication is also required: Avatar -> Account Management -> Real Name Authentication

Console -> Cloud Server ECS -> Server

Remember the external network address in the IP address (ie Public IP address)
Then Operation -> More -> Password/Key
Reset instance password: Password for remotely logging into the server computer from your computer (set by yourself)
Modify the remote connection password: Set a six-digit password and remember it yourself.
Click Restart, restart the server, and the server configuration is complete.

3. Connect to the server

window+r——>mstsc——>回車——>選項
Enter the external network IP address you just wrote down on the computer and the username as Administrator (generally, when you purchase a server, you will receive a text message with the username as well)
Local Resources -> Details, check the disk you use to write code (all my learning tools are placed on the X: disk). The purpose is that when you connect to the server later, you can connect to this disk on the local computer on the server side and transfer files to each other.
In the pop-up box, enter the reset instance password

Successfully remotely accessed the server computer.

4. Server computer configuration

Package and copy the jdk installation package, mysql installation package, tomcat installation package, myeclipse installation package and other tools in your learning disk to the server's C drive just like your own computer. Configure various environments on the server computer. If you don't know how to configure, read my configuration blog.

Open the server.xml file of conf under tomcat and find the host root node, and change name="localhost" to name="external network address"
After all the environment configurations are completed, run tomcat (open C:\JavaXu\apache-tomcat-7.0.67\bin Find the startup under the corresponding address). At this point, tomcat is opened successfully and the initial configuration of the server is completed.

5. Alibaba Cloud Permission Configuration

Open the Alibaba Cloud console and open your own server. More -> Network and Security Group -> Security Group Configuration -> Configure Rules -> Add Security Group Rules

Port input: 8080
Authorization object input: 0.0.0.0/0

6. Run access

Enter http://external network address:8080 in the URL bar of any computer to successfully access tomcat. Then, if there is a project published on the server, just add the project name directly after it. You can then connect to your server from any Internet-connected computer in the country. You can use it to build your own website, store information, etc.


This concludes this article on the methods and steps for purchasing and setting up Alibaba Cloud servers. For more information about purchasing and setting up Alibaba Cloud servers, 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:
  • Alibaba Cloud Ubuntu 16.04 builds IPSec service
  • How to build pptpd service in Alibaba Cloud Ubuntu 16.04
  • How to quickly build a static website on Alibaba Cloud
  • How to install the graphical interface of Alibaba Cloud ECS server
  • Alibaba Cloud Linux CentOS 7 Docker deployment uses gogs to build your own git server
  • Alibaba Cloud Go development environment construction process
  • Alibaba Cloud CentOS7 builds Apache+PHP+MySQL environment
  • Alibaba Cloud uses vsftpd to build an FTP server based on CentOS
  • Tutorial on setting up FTP server on Alibaba Cloud Server Linux system

<<:  MySQL controls the number of attempts to enter incorrect passwords

>>:  How to use Vue's idea to encapsulate a Storage

Recommend

Docker installs the official Redis image and enables password authentication

Reference: Docker official redis documentation 1....

Learn Vue middleware pipeline in one article

Often when building a SPA, you will need to prote...

Introduction to JavaScript array deduplication and flattening functions

Table of contents 1. Array flattening (also known...

Detailed explanation of Vue's TodoList case

<template> <div id="root"> ...

SQL Server database error 5123 solution

Because I have a database tutorial based on SQL S...

JS realizes the calculation of the total price of goods in the shopping cart

JS calculates the total price of goods in the sho...

Mysql solves the database N+1 query problem

Introduction In orm frameworks, such as hibernate...

Summary of basic knowledge and operations of MySQL database

This article uses examples to explain the basic k...

Share 13 basic syntax of Typescript

Table of contents 1. What is Ts 2. Basic Grammar ...

Native JS realizes uniform motion of various sports

This article shares with you a uniform motion imp...

Detailed explanation of MySQL database Event scheduled execution tasks

1. Background As the project's business conti...

CSS uses BEM naming convention practice

When you see a class, what information do you wan...

mysql-5.7.28 installation tutorial in Linux

1. Download the Linux version from the official w...

CentOS 7 cannot access the Internet after modifying the network card

Ping www.baidu.com unknown domain name Modify the...