Reset password

For when you forgot it

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.

1 Your sign-in name

2 Run this on your VPS

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.

3 Click Done

We'll SSH in with the key from your registration, read the file, set the password, and remove the file.

← Back to landing