


The content of this article is about how to use the management terminal to connect to the ECS instance after creating the instance. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
Use the management terminal to connect to the ECS instance
If ordinary remote connection software (such as PuTTY, Xshell, SecureCRT, etc.) cannot be used, you can use the management terminal of the cloud server ECS management console to connect to the ECS Instance, check the current status of the cloud server operation interface. If you have operation permissions, you can connect to the server for operation configuration. This article will introduce how to use the management terminal of the cloud server ECS management console to connect to an ECS instance, and explain how to modify the remote connection password, copy long commands, and some common problems and solutions when using the management terminal.
Usage Scenarios
Suitable scenarios for the management terminal include but are not limited to:
If your instance boots slowly ( (such as starting self-test), you can check the progress through the management terminal.
If the internal settings of your instance are incorrect (for example, the firewall is turned on by mistake), resulting in the inability to use the software to connect remotely, you can connect to the instance through the management terminal and modify the settings (for example, turning off the firewall).
If the application consumes CPU or bandwidth is relatively high (for example, the cloud server is full of broilers, process CPU or bandwidth is full), resulting in the inability to connect remotely, you can connect to the ECS instance through the management terminal to end the abnormal process, etc.
Prerequisites
You have already created an instance.
You have set the instance login password. If it is not set, you can reset the instance password.
Operation steps
Log in to the cloud server ECS management console.
In the left navigation bar, click Instances.
On the Instance List page, select the target region.
In the instance list, find the instance that needs to be connected, and in the Operation column, click Remote Connection.
Connect to the management terminal:
When using the main account to connect to the management terminal for the first time, follow the following steps to connect to the management terminal:
In the pop-up remote connection password dialog box, copy password.
Description
The connection password is only displayed once when connecting to the management terminal for the first time. If you need to use this password to connect to the management terminal in the future, please write down the password.
If you connect to the management terminal for the first time as a RAM user, this dialog box will not appear.
Click Close.
After pasting the password in the pop-up Enter Remote Connection Password dialog box, click OK to start connecting to the management terminal.
If you forget your password or connect to the management terminal for the first time as a RAM user, follow the steps below:
Change the remote connection password.
Click Send Remote Command in the upper left corner of the interface > Connect to remote connection.
In the pop-up Enter Remote Connection Password dialog box, enter the new password you just modified.
Click OK to start connecting to the management terminal.
When using the main account or RAM user identity to connect to the management terminal again, enter the password in the pop-up Enter Remote Connection Password dialog box, click OK, and start connecting to the management terminal.
Log in to the ECS instance. Depending on the operating system of the instance, you should perform different steps:
If it is a Linux instance, enter the user name root and the instance login password.
Description
Linux systems generally do not display the password input process.
You can click Send remote command in the upper left corner of the interface > CTRL ALT Fx (x is 1 − 10) to switch to different management terminals to connect to the Linux instance to perform different operations.
If a black screen appears, it may be because the Linux instance is in hibernation. Click any key on the keyboard to wake it up.
If it is a Windows instance, click Send Remote Command > CTRL ALT DELETE in the upper left corner of the Management Terminal interface to enter the login interface of the Windows instance. Enter your username and password to log in.
Other operations
Modify the remote connection password
If you want to use a remote connection password that is easy to remember, or have forgotten it Password, you can follow the steps below to change the remote connection password.
Note
If the instance you want to connect is not an I/O optimized instance, after changing the password, you need to restart the instance in the ECS management console to make the new password take effect. The restart operation requires stopping your instance and interrupting your business, so please perform it with caution.
Enter the management terminal interface.
Close the pop-up Remote Connection Password dialog box or Enter Remote Connection Password dialog box.
In the upper right corner of the interface, click Modify remote connection password.
In the pop-up Modify Remote Connection Password dialog box, enter the new password and click OK to close the dialog box.
New password takes effect:
If you are connecting to an I/O optimized instance, the new password will take effect immediately.
If you are connecting to a non-I/O optimized instance, you must restart the instance on the console before the password will take effect. Restarting inside the ECS instance has no effect.
Copy long command
If you are connected to a Linux instance, you can use the Copy command input function to enter longer text, file download addresses, etc.
Enter the management terminal interface.
In the upper right corner of the interface, click Copy Command Input .
In the pop-up Copy and Paste Command dialog box, enter the specific command and click OK to copy the command to the Linux command line interface.
Management Terminal FAQ
Is the management terminal exclusive?
Currently exclusive. If a user is already logged in, other users cannot log in again.
Forgot the remote connection password, what should I do?
If you forget the remote connection password, you can change the remote connection password.
Why can’t I connect to the management terminal even after changing the remote connection password?
If the instance you want to connect to is not an I/O optimized instance, you need to restart the instance on the management console for the new password to take effect. Restarting inside the ECS instance has no effect.
The management terminal prompts that authorization verification failed, how to solve it?
After entering the remote connection password, it prompts that authorization verification failed. It may be because you entered the wrong remote connection password. Therefore, you should:
Confirm that you entered the correct remote connection password.
If you forget your password, you can change the remote connection password and try again.
If you want to connect to a non-I/O optimized instance, after changing the password, you need to restart the instance on the console first to make the new remote connection password take effect.
A black screen appears after connecting to the management terminal. What should I do?
A black screen appears after connecting to the management terminal, indicating that the system is in a dormant state. Depending on the operating system, you should perform different operations:
If it is a Linux instance, you can press any key to activate the instance and enter the login interface.
If the Windows instance continues to be black, you can click Send Remote Command > CTRL ALT DELETE in the upper left corner of the interface to enter the login interface.
The management terminal cannot be accessed, what should I do?
You can use the Chrome browser to enter the management terminal interface, press F12 on the keyboard to display the developer tools, and then analyze the information displayed in the Console.
I use IE8.0, why can’t I use the management terminal?
The management terminal currently only supports IE browsers IE10 and above. You can download the latest Internet Explorer or Chrome browser.
It is recommended to use Chrome browser. Alibaba Cloud's console is more compatible with the Chrome browser.
When I use the Firefox browser to open the management terminal, an error message appears. The secure connection failed. What should I do?
Reason for the error: Maybe the version of Firefox you are using does not have a common encryption algorithm.
It is recommended to use Chrome browser. Alibaba Cloud's console is more compatible with the Chrome browser.
The above is the detailed content of How to use the management terminal to connect to the ECS instance after creating the instance. For more information, please follow other related articles on the PHP Chinese website!

linux设备节点是应用程序和设备驱动程序沟通的一个桥梁;设备节点被创建在“/dev”,是连接内核与用户层的枢纽,相当于硬盘的inode一样的东西,记录了硬件设备的位置和信息。设备节点使用户可以与内核进行硬件的沟通,读写设备以及其他的操作。

区别:1、open是UNIX系统调用函数,而fopen是ANSIC标准中的C语言库函数;2、open的移植性没fopen好;3、fopen只能操纵普通正规文件,而open可以操作普通文件、网络套接字等;4、open无缓冲,fopen有缓冲。

端口映射又称端口转发,是指将外部主机的IP地址的端口映射到Intranet中的一台计算机,当用户访问外网IP的这个端口时,服务器自动将请求映射到对应局域网内部的机器上;可以通过使用动态或固定的公共网络IP路由ADSL宽带路由器来实现。

在linux中,eof是自定义终止符,是“END Of File”的缩写;因为是自定义的终止符,所以eof就不是固定的,可以随意的设置别名,linux中按“ctrl+d”就代表eof,eof一般会配合cat命令用于多行文本输出,指文件末尾。

在linux中,可以利用“rpm -qa pcre”命令判断pcre是否安装;rpm命令专门用于管理各项套件,使用该命令后,若结果中出现pcre的版本信息,则表示pcre已经安装,若没有出现版本信息,则表示没有安装pcre。

linux查询mac地址的方法:1、打开系统,在桌面中点击鼠标右键,选择“打开终端”;2、在终端中,执行“ifconfig”命令,查看输出结果,在输出信息第四行中紧跟“ether”单词后的字符串就是mac地址。

在linux中,rpc是远程过程调用的意思,是Reomote Procedure Call的缩写,特指一种隐藏了过程调用时实际通信细节的IPC方法;linux中通过RPC可以充分利用非共享内存的多处理器环境,提高系统资源的利用率。

在linux中,交叉编译是指在一个平台上生成另一个平台上的可执行代码,即编译源代码的平台和执行源代码编译后程序的平台是两个不同的平台。使用交叉编译的原因:1、目标系统没有能力在其上进行本地编译;2、有能力进行源代码编译的平台与目标平台不同。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Chinese version
Chinese version, very easy to use

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver CS6
Visual web development tools
