Updated May 8, 2026 The dashboard never shows the VM’s root or Administrator password directly — it always emails it to your account address. You have two operations and three places to trigger them.Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
Two operations
| Operation | What it does | When to use |
|---|---|---|
| Send to Email | Sends the current password to your account email | You forgot the password but it hasn’t been changed |
| Reset Password | Generates a new password, replaces the old, and emails the new one | The password is leaked, lost, or you want to rotate |
Three places to find them
All three live on the VM detail page.a. Credentials panel (side) — Send to Email
The VM Information → Credentials card on the left has a Send to Email button next to Password. Sends the current password — quickest path if you just need the existing password.b. Top action bar — Password
The Password quick button at the top of the detail page opens the reset flow directly.c. Actions tab — Access & Security → Reset Password
The Actions tab has an Access & Security section with a Reset Password card.
What happens during a reset
- You confirm the reset.
- The platform generates a new password and writes it to the VM’s cloud-init context.
- If the VM is running (
active) — the platform issues a hard reboot so the new password takes effect immediately. Expect 30-60 seconds of downtime; in-flight writes can be lost (it’s not a graceful shutdown). - If the VM is stopped (
passiveor otherwise) — no reboot. The new password applies on the next start. - The new password is emailed to your account address.
Linux and Windows
- Linux — resets the
rootpassword. SSH-key auth is unaffected; if you authenticate by key, you can keep using the key. - Windows — resets the
Administratorpassword. RDP sessions disconnect and reconnect with the new one.
Troubleshooting
- Email not received — check spam, then confirm the account email under Settings → Profile. Click Send to Email again to resend.
- VM stuck after reset — the reset includes a reboot; if status doesn’t return to
activewithin a few minutes, check the Power tab and see Troubleshooting. - Lost both password and SSH key — only Reset Password gets you back in. Use the VNC console once the new password lands.
Next steps
Connect via SSH
Reconnect with the new password.
Connect via RDP
Reconnect to a Windows VM.