# Uptime Kuma TODO Fancy and easy-to-use self-hosted monitoring tool. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) 1. [Sources](#sources) ## TL;DR Only **one** user as of 2024-06-01.
Installation and configuration ```sh docker pull 'louislam/uptime-kuma:1' ```
Usage ```sh # Start. docker run -d --restart 'always' --name 'uptime-kuma' -p '3001:3001' -v 'uptime-kuma:/app/data' 'louislam/uptime-kuma:1' # Password reset. docker exec -it 'uptime-kuma' npm run reset-password ```
## Further readings - [Website] - [Github] - [Documentation] - [`uptime-kuma-api`][uptime-kuma-api] ### Sources [documentation]: https://github.com/louislam/uptime-kuma/wiki [github]: https://github.com/louislam/uptime-kuma [uptime-kuma-api]: https://github.com/lucasheld/uptime-kuma-api [website]: https://uptime.kuma.pet/