Cannot connect using RDP because of invalid password

0

I didn't change the default password and used to connect with default password. But today when I try to connect, it says the password is changed. I try to retrieve default password from console as usual but it says the password is invalid. I have to connect and deploy on server within deadline so I need support asap. Enter image description here Enter image description here Enter image description here

2개 답변
0

https://lightsail.aws.amazon.com/ls/docs/en_us/articles/use-non-default-key-with-windows-based-instance-in-lightsail I tried to change Administrator password using Windows Server by decrypting the key. So I tried to get the ciphertext using the AWS CLI aws lightsail get-instance-access-details --instance-name my-instance and got output as follow.

{
    "accessDetails": {
        "ipAddress": "my_ipaddress",
        "password": "",
        "passwordData": {
            "ciphertext": "",
            "keyPairName": "LightsailDefaultKeyPair"
        },
        "protocol": "rdp",
        "instanceName": "my_instance_name",
        "username": "Administrator",
        ........
    }
}

You can see the ciphertext is empty. So, I cannot decrypt the password from the ciphertext. Please kindly help us asap.

답변함 일 년 전
0

Hi There

If you used the Default Key and did not change the windows password from within windows, you should be able to RDP using the Windows RDC client from your desktop and connect directly to the public IP address using the original password. If that doesn't work, then the password was likely changed within windows and you wont be able to recover it. Is it possible that someone else changed the password?

profile pictureAWS
전문가
Matt-B
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠