Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To configure password emails, do these steps
    1. Enable password emails in Configuration view, see Configuration View#Security
    2. Optionally enable password display through key button in the UI, see Configure Abiquo UI
    3. 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
    4. To customize the email template, see Configure Email Templates
    5. Check that all VM owners have a valid email address
  2. To configure password SMS, do these steps
    1. Enter SMS gateway address to enable password SMS in Configuration view, see Configuration View#Security
    2. Check that all VM owners have a valid phone number
  3. 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 


...