Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
TRANSLATION_ERROR
This guide concerns the recovery of the password for a Windows image (any version) on Public Cloud.
Connecting to the Windows instance
The default username is Administrator
.
The password is generated during the first boot sequence of the instance.
If you cannot establish the first connection to your Windows instance, you need the private key used during the deployment process. Enter this command to install or check that nova-client
is installed:
pip3 install python-novaclient
Then to retrieve the password for the instance:
nova get-password <INSTANCE_ID> <PRIVATE_KEY_FILE>
Refer to the official documentation.
Link to this FAQ: