There are three ways to remotely connect to the cloud server ecs. They are workbench remote connection, VNC remote connection, and third-party client tools.
Software system: windows10.
1. Workbench remote connection
We can directly click "Log in now" under "workbench remote connection", the following login window will appear, enter the user name and password to log in. (Note: The user name here is usually Administrator, if it is a Linux system, it is root)
After entering the user name and password correctly, you will automatically enter the remote desktop, and you can see the interface and our personal computer Windows systems are almost the same, and the basic usage methods are almost the same.
2. VNC remote connection
VNC remote connection is a screen sharing and remote operation tool that uses the RFB protocol. It does not need to be set up separately for the instance. Network rules can be used, but the connection quality is poor and is only recommended as a temporary connection solution.
3. Third-party client tools
(1) The local device is a Windows system
If the local device is a Windows system, Then you can directly start the remote desktop connection that comes with the Windows computer.
The steps are: click the "Start" icon, enter mstsc in the search box and press Enter to confirm. After opening, enter the public IP address of the instance and click Connect. The default login user name is Administrator. After entering the user name and password, click OK. Next, when prompted whether to connect, select "Yes". Then the connection will start. After the connection is successful, the interface is as shown in the figure below, which is very convenient to operate. The interface and usage are very similar to our own Windows system computer.
(2) The local device is macOS system
If you are using an Apple computer, you need to download a "Microsoft Remote Desktop Connection for Mac" software.
Used to remotely connect to the cloud server of Windows system. For specific operation methods, please refer to the Microsoft official website tutorial.
What two mainstream computing architectures does cloud server ecs provide?
Heterogeneous computing of GPU and FPGA.
Method 1:
1. Open this link at and log in. Click on My ECS. Or click on the list on the left, Cloud Server ECS.
2. Click on the list instance on the left and click "Instance". The list on the right will display the server information you have, when it will expire, how much memory it has, etc. What we want to look at is just a public IP, the frame in the picture.
3. Copy the public IP address, open the "Remote Desktop Connection" of this machine, which can be found in all versions of Windows. Enter the IP address and enter the next step. .
4. The username is usually administrator. If you specify another username when purchasing, use the name you set. The password is also the password set when purchasing.
5. After entering the correct password, there will usually be a certificate prompt for confirmation. Click to confirm. The final place to come in is the remote server desktop.
Method 2:
1. Install SSH. Just install it by default.
2. Introduction to SSH related tools: "SSHSecureShellClient" is the "SSH Secure Shell Client". After connecting to the server, a character command operation interface appears; "SSHSecureFileTransferClient" is the "SSH "Client for secure file transfer". After connecting to the server, the file management interface appears, as shown in the figure:
3. Use SSH to connect to the server: Double-click to open SSH, taking "SSHSecureFileTransferClient" as an example. In fact, the connection methods of the two interfaces are the same, which is equivalent to the command character interface and visual interface in CentOS6.5.
Click on the computer logo in the upper left corner of the interface, then enter the server's IP address (public IP) and account number in the pop-up dialog box - then click "connect" on the right ” button - enter the password, click OK, and successfully connect to the server.
4. Server system environment configuration: The server that has just been opened needs to configure the server environment and install some necessary programs. After that, it can be passed in the "SSHSecureShellClient" interface. Character commands to operate. For example, check whether the Mysql database has been installed in the system.
5. Server file management: If you need to upload and download files, you can use "SSHSecureFileTransferClient" to operate. The interface that opens after connecting is similar to that of ftp, and the operation method is similar.
6. Disconnect from the server: Click on the computer logo with a red slash in the upper left corner of the interface, and a pop-up Click OK in the dialog box to disconnect from the server.
上一篇:云服务器可以远程管理
下一篇:云服务器怎么打开远程连接