Skip to main content

Logo Uptime Kuma

About​

Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot".

Custom config​

Set custom environment variables by editing /app/data/env using the File manager. Restart the app after making any changes.

Example:

env.sh
export UPTIME_KUMA_DISABLE_FRAME_SAMEORIGIN=true

Reset password​

To reset the password, open a Web Terminal and run:

Bash
gosu cloudron:cloudron npm run reset-password

> uptime-kuma@1.23.16 reset-password
> node extra/reset-password.js

== Uptime Kuma Reset Password Tool ==
Connecting the database
2025-01-01T13:55:10+00:00 [DB] INFO: Data Dir: ./data/
Found user: girish
New Password:

Remove 2FA​

To remove the 2FA, open a Web Terminal and run:

Bash
gosu cloudron:cloudron npm run remove-2fa