Reset Password & 2FA
Reset your password to access your Dokploy account and disable 2FA.
Reset Password
To reset your password, follow these steps:
Log in to your VPS.
Run the command below to get the container ID of the dokploy container.
docker psRun command below to open a shell in the dokploy container.
docker exec -it <container-id> bash -c "pnpm run reset-password"It will display a random password. Copy it and use it to access again to the dashboard.
Reset 2FA
To disable 2FA, follow these steps:
To reset your 2FA, follow these steps:
Log in to your VPS.
Run the command below to get the container ID of the dokploy container.
docker psRun command below to open a shell in the dokploy container.
docker exec -it <container-id> bash -c "pnpm run reset-2fa"You can now login again without having to supply a 2FA code.