2.0.0-dev.0 ā€¢ Published 9 months ago

uptime-kuma v2.0.0-dev.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Uptime Kuma

Uptime Kuma is an easy-to-use self-hosted monitoring tool.

GitHub Sponsors

šŸ”§ 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
# TODO

Uptime 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 -g

More

Please go to https://github.com/louislam/uptime-kuma for more information.