uptime-kuma
v2.0.0-dev.0
Published
<div align="center" width="100%"> <img src="./public/icon.svg" width="128" alt="" /> </div>
Downloads
159
Readme
Uptime Kuma
Uptime Kuma is an easy-to-use self-hosted monitoring tool.
🔧 How to Install
Via npm
Requirements:
- Platform
- ✅ Major Linux distros such as Debian, Ubuntu, CentOS, Fedora and ArchLinux etc.
- ✅ Windows 10 (x64), Windows Server 2012 R2 (x64) or higher
- ❌ Replit / Heroku
- Node.js 14 / 16 / 18 / 20.4
- npm >= 7
- Git
- pm2 - For running Uptime Kuma in the background
npm:
npm install uptime-kuma -g
# or you can use pnpm
# pnpm install uptime-kuma -g
# Try Uptime Kuma in the foreground
uptime-kuma
# Run Uptime Kuma in the background
# TODOUptime Kuma is now running on http://localhost:3001
More useful commands:
# TODO🐳 Docker
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1⚠️ Please use a local volume only. Other types such as NFS are not supported.
Uptime Kuma is now running on http://localhost:3001
More installation methods
Please go to https://github.com/louislam/uptime-kuma for more information.
🆙 How to Update
npm install uptime-kuma -gMore
Please go to https://github.com/louislam/uptime-kuma for more information.
