Skip to main content
Version: 2.3

How do I retrieve my Windows admin password after launching an instance?

Important: add key pair to Windows instance#

It's a requirement to add a keypair to Windows instances#

/assets/compute/images/keypair1-1.png

To retrieve the password in Horizon, select Retrieve Password from the instance dropdown menu:#

/assets/compute/images/keypair2-1.png

Paste your Private key and click on Decrypt Password#

/assets/compute/images/keypair3-1.png

The password has been revealed - fOYbUpHlgjzA7e73p0tH#

/assets/compute/images/keypair4-1.png

Connect to the instance using#

make sure you had added allow 3389 rules to the security groups

  • Win/Mac - Windows Remote Desktop(RDP)
  • Linux - Remmina /assets/compute/images/keypair5-1.png

Username : admin, Password : fOYbUpHlgjzA7e73p0tH(Decrypted from private key)#

/assets/compute/images/keypair6-1b.png /assets/compute/images/keypair7-1.png

Tips:

  • Account : Admin, You need to boot your instance with a SSH keypair this is the secure and proper way to set passwords in Windows instances is by letting Cloudbase-Init generate a random password and post it encrypted on the Nova metadata service.
Last updated on by Roy Tan