当前位置:首页 > 云服务器 > 正文

云服务器怎么远程控制(怎么远程连接云服务器)

How to use Remote Desktop Connection
There are many ways to remotely access other people's computers. The following are some of the common methods:
1. Use Remote Desktop Connection (RemoteDesktopConnection) Remote Desktop Connect is a remote control tool that comes with Windows, allowing you to remotely control other computers from your local computer. The specific steps are as follows: *Enable the remote desktop function on the controlled computer. In Windows 10, this can be set in Settings > System > Remote Desktop. *Open the "Remote Desktop Connection" tool on your computer. It can be opened through the Start menu or by pressing the Win+R keys, typing "mstsc" and pressing Enter. *Enter the IP address or computer name of the controlled computer in "Remote Desktop Connection" and click "Connect". If the controlled computer has the remote desktop function turned on, you can successfully control it remotely.
2. Use TeamViewerTeamViewer is a powerful remote control software that allows you to remotely access and control other computers from anywhere. The specific steps are as follows: *Download and install the TeamViewer software on the controlled computer. *Download and install TeamViewer software on your computer. *Open the TeamViewer software on your computer and generate an ID and password. Just tell the user of the controlled computer the ID and password. *Open the TeamViewer software on the controlled computer and enter your ID and password. If everything is fine, you should be able to see your screen.
3. Use VNC (Virtual Network Computing) VNC is a remote desktop protocol that allows you to remotely control and collaborate between different computers. The specific steps are as follows: *Install VNC server software on the controlled computer. The more commonly used ones include RealVNC and TightVNC. *Install VNC client software on your computer. The more commonly used ones include RealVNC and TightVNC. *Launch the VNC client software on your computer and enter the IP address or computer name of the controlled computer. Then select a VNC connection and enter the password. If everything is fine, you can see the screen of the controlled computer.
It should be noted that in order to ensure security, it is recommended to use encrypted channels, such as SSL/TLS and other protocols, when accessing other people's computers remotely. At the same time, you must also ensure that your computer and network environment are safe to avoid being attacked by hackers.

What are the ways to remotely connect to the cloud server

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.

How to remotely connect to the Alibaba Cloud host server?

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.