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.

已回答 1 年前
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南