Dokploy

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 ps

Run 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.

On this page

No Headings