uptime-kuma

2.0.0-dev.0 • Public • Published

Uptime Kuma

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

GitHub Sponsors Translation status

🔧 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.

Readme

Keywords

none

Package Sidebar

Install

npm i uptime-kuma

Weekly Downloads

22

Version

2.0.0-dev.0

License

MIT

Unpacked Size

15.9 MB

Total Files

749

Last publish

Collaborators

  • louislam