We don't email you — your VPS proves it's you. Tell us the slug, run a short command on your VPS, click Done. We read the new password off your VPS, hash it, and forget the rest.
SSH into the VPS you registered with this slug, then paste:
read -s -p "New password: " p && echo "$p" > /tmp/mcp-reset && chmod 644 /tmp/mcp-reset
⚠ The new password is hidden as you type. Minimum 12 characters.
We'll SSH in with the key from your registration, read the file, set the password, and remove the file.