Tencent Cloud Server Tutorial_Detailed introduction with pictures and texts

Tencent cloud server usage tutorial includes registration account real-name authentication, selection of cloud server CVM or lightweight application server CPU memory bandwidth and system disk configuration, security settings and cloud server remote connection, security group port opening tutorial, cloud server environment deployment to build a website For example, the website is online, the cloud server file transfer and data backup and technical support are detailed:

Table of contents

Tencent Cloud Server Tutorial

1: Account registration and real-name authentication

Two: Create a cloud server

Three: password security settings

Four: Open the port number of the security group

Five: remote connection login cloud server

Six: Install the required software programs

Seven: File transfer

Eight: file data backup

Nine: Tencent Cloud Technical Support and Troubleshooting


Tencent Cloud Server Tutorial

This tutorial on using Tencent Cloud Server includes account registration, real-name authentication, cloud server creation, password setting, remote connection, file transfer, installation and deployment program environment, website construction and other troubleshooting technical support:

1: Account registration and real-name authentication

To create a cloud server on Tencent Cloud, you need to register a Tencent Cloud account first, and the account must complete real-name authentication. If you already have an account, but have purchased a cloud server before, you may need to register a new account, because in the official activities of Tencent Cloud Server, many special cloud servers are the first special discount for new users, and the old users are more expensive. According to relevant regulations, after the account is registered, real-name authentication must be completed, otherwise it cannot be used. The detailed tutorial is as follows:
1. Graphical process of registering Tencent Cloud account
2. Real-name authentication process of Tencent Cloud account

Two: Create a cloud server

Tencent cloud server is divided into cloud server CVM and lightweight application server . The lightweight application server is suitable for individual developers or small and medium-sized enterprises, and is used to build lightweight applications such as web site applications, corporate official websites, network disks, and cloud development and testing environments; The cloud server CVM is a professional-grade cloud server suitable for use scenarios such as high-concurrency websites, large-scale games, complex distributed cluster applications, video encoding and decoding, big data analysis, and machine learning.

For more information about the difference between cloud server CVM and lightweight server, please go to: https://www.txyfwq.com/qubie

The cloud server CVM selected by Tencent Cloud Server Network, because the lightweight application server can be used out of the box, it is relatively simple to use, so this article takes the cloud server CVM as an example to describe the usage tutorial of Tencent Cloud Server in detail.

In addition, regarding the purchase channel of the cloud server, you can choose to choose the active machine on this page: txyfwq.com/go/youhui , or you can choose the active machine on the CVM cloud server page txybk.com/go/cvm Tencent Cloud Encyclopedia. Define the selection page, but the configuration of the event machine is relatively fixed. It is more free to customize and purchase the optional cloud server configuration. It is more suitable to purchase directly from Tencent Cloud Server Network on the event.

Detailed reference: https://www.txyfwq.com/cvm/goumai.html

Three: password security settings

The cloud server can usually be created within 1 or 2 minutes after purchase. If no password is set when creating the cloud server, you can reset the instance password on the cloud server console to set a new password.

1. Log in to the Tencent Cloud Server Management Console
2. Find the cloud server on the left [Instance], click [More]-[Password/Key]-[Reset Password] on the far right, as shown in the figure below:

Cloud server reset password

Cloud server reset password

Four: Open the port number of the security group

When creating a cloud server, if there is no requirement for the private network, the default Default-VPC will be automatically selected and the default security group will be assigned. The opening or disabling of the port number of the cloud server CVM is realized by configuring the security group rules , as shown in the following figure:

Tencent cloud server opens port 80

Tencent cloud server opens port 80

To build a web site application, you need to open port 80, for Linux SSH connection, port 22, for FTP, port 21, for Windows remote connection, 3389, and for MySQL, port 3306, etc., all of which need to be opened. The cloud server CVM opens the port in the security group, which is lightweight The application server opens ports in the firewall.

For the detailed port opening process, please refer to: Tencent Cloud Server Port Opening Tutorial (Configure Security Group or Firewall)

Five: remote connection login cloud server

Tencent Cloud server supports multiple methods for remote connection. You can use third-party software programs such as PuTTY, Xshell, etc., or use the remote connection tools that come with Tencent Cloud Management Console , such as Tencent Cloud OrcaTerm standard login, as shown in the following figure:

Tencent cloud server remote login

Tencent cloud server remote login

For remote connection, refer to the cloud server remote connection login tutorial.

Six: Install the required software programs

After the remote login connects to the cloud server, the required software program can be installed. Tencent Cloud Server Network takes the Linux cloud server to install the Pagoda Linux panel as an example. After connecting to the cloud server remotely, execute the pagoda installation command:

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

It will prompt Do you want to install Bt-Panel to the /www directory now? (y/n), as shown below:

Do you want to install Bt-Panel to the /www directory now?(y/n)

Do you want to install Bt-Panel to the /www directory now?(y/n)


Then press Enter, the system will automatically install, and the installation will be completed automatically in about 1 minute. After the installation is complete, the login address, account number and password of the pagoda panel will be prompted, as shown in the figure below:

Pagoda panel address, account number and password

Pagoda panel address, account number and password


After the installation is complete, use the Pagoda extranet panel address, account number and password returned after the installation is successful to log in to the Pagoda panel, as shown below:

Tencent cloud server installation pagoda panel

Tencent cloud server installation pagoda panel

Seven: File transfer

How does Tencent Cloud Server transfer files? Above we installed the pagoda panel, we can build a website through the pagoda panel, and upload and download data files through the files of the pagoda panel.

There are many ways to transfer files to the cloud server. Take uploading local files to the cloud server as an example. If the local operating system is Windows, you can connect to MSTSC to transfer files through the remote desktop. The methods for uploading files to cloud servers in different local environments and different operating systems are as follows :

local operating system type Cloud server operating system (Linux) Cloud server operating system (Windows)
Windows Upload files to the cloud server via MSTSC
Linux Upload files to the cloud server via RDP
MacOS Upload files to the cloud server through MRD

Eight: file data backup

How to back up the Tencent Cloud Server database? Snapshots can be created for cloud disks . Snapshots are data backups of cloud disks at a specified time. If data is lost or an error occurs, the data can be restored by rolling back the snapshot .

You can also create a custom image for the cloud server , and use the custom image to create a cloud server instance.

Nine: Tencent Cloud Technical Support and Troubleshooting

If the cloud server encounters a problem, how to solve it? There are multiple ways to obtain technical support from Tencent Cloud:
1. Telephone customer service

2. Online support and contact manual customer service , as shown in the figure below:

Tencent Cloud Online Customer Service

Tencent Cloud Online Customer Service

3. Submit the work order online , select the problem type, fill in the relevant information and problem description, and submit the work order. Later, Tencent Cloud engineers will contact you in the work order and solve the problem.

4. Voice of the user , if you have suggestions or feedback, you can feed back your questions through the voice of the user.

5. Self-help problem solving, Tencent Cloud provides product documentation and self-service tools .

Guess you like

Origin blog.csdn.net/gla2018/article/details/132225033