1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Résoudre un problème de connexion à une instance Windows
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. Also, be aware of any current issues on https://infomaniakstatus.com/. For Public Cloud specifically, the list of scheduled maintenances and current issues is at https://status.infomaniak.cloud/.