Reset Password via CLI Β· louislam/uptime-kuma Wiki Β· GitHub
Skip to content

Reset Password via CLI

Louis Lam edited this page May 19, 2025 · 8 revisions

With Docker

docker exec -it <container name> bash
npm run reset-password

Without Docker

cd to the working directory.

npm run reset-password

Clone this wiki locally