How to Remotely Log in to Alibaba Cloud's ECS Server
1 answers
3009 views
## 1.Windows
You need to download a remote login tool. Take the putty(http://labex-ali-data.oss-us-west-1.aliyuncs.com/putty/putty-0.72-installer.msi) tool as an example.
After the download and installation are completed, click the putty icon to start, enter the IP address, and click OPEN.

Then click Yes Yes

Then enter the linux username and password to log in.

## 2.Mac or Linux
Open a terminal and enter the command "ssh root@IP" to log in directly

## 3.VNC connection
Click on Connect in the figure

You will be prompted to fill in the VNC password, click Cancel

Then click Modify VNC Password in the upper right corner to reset the remote VNC password. This is set to 123456, and the user can also set others. Click OK.

Select Send Remote Command in the upper left corner and click Connect to Management Terminal.

Then enter the password you just reset and click OK

Finally enter the linux username and password to login

All Answers
## 1.Windows
You need to download a remote login tool. Take the [putty](https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi) tool as an example.
After the download and installation are completed, click the putty icon to start, enter the IP address, and click OPEN.

Then click Yes Yes

Then enter the linux username and password to log in.

## 2.Mac or Linux
Open a terminal and enter the command "ssh root@IP" to log in directly

## 3.VNC connection
Click on Connect in the figure

You will be prompted to fill in the VNC password, click Cancel

Then click Modify VNC Password in the upper right corner to reset the remote VNC password. This is set to 123456, and the user can also set others. Click OK.

Select Send Remote Command in the upper left corner and click Connect to Management Terminal.

Then enter the password you just reset and click OK

Finally enter the linux username and password to login
