...
- To configure password emails, do these steps
- Enable password emails in Configuration view, see Configuration View#Security
- Optionally enable password display through key button in the UI, see Configure Abiquo UI
- Abiquo will mail the password to the VM owner, so on the Abiquo Server, check that you have set the mail properties with the address of the mail server and mail user. See Abiquo Configuration Properties#mail.
- To customize the email template, see Configure Email Templates
- Check that all VM owners have a valid email address
- To configure password SMS, do these steps
- Enter SMS gateway address to enable password SMS in Configuration view, see Configuration View#Security
- Check that all VM owners have a valid phone number
To prevent user access to VMs while waiting for Windows password, set the following abiquo.properties on the Remote Services
Code Block # Time to wait for guest tools to get up and running after power on # This value is 15 minutes com.abiquo.esxi.experimental.customize.configure.timeoutms=900000 # Polling interval for checking if guest tools is up and running after power on # This value is 10 seconds com.abiquo.esxi.experimental.customize.configure.periodms=30000
...