Uptime Kuma Installation from Docker

Uptime Kuma

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

  • Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / HTTP(s) Json Query / Ping / DNS Record / Push / Steam Game Server / Docker Containers
  • Fancy, Reactive, Fast UI/UX
  • Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), andĀ 90+ notification services, click here for the full list
  • 20-second intervals
  • Multi Languages
  • Multiple status pages
  • Map status pages to specific domains
  • Ping chart
  • Certificate info
  • Proxy support
  • 2FA support

Reference : https://github.com/louislam/uptime-kuma

šŸ”§ How to Install

🐳 Docker

docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1

Uptime Kuma is now running onĀ http://0.0.0.0:3001.

Warning :Ā File Systems likeĀ NFSĀ (Network File System) areĀ NOTĀ supported. Please map to a local directory or volume.

Note: If you want to limit exposure to localhost (without exposing port for other users or to use aĀ reverse proxy), you can expose the port like this:

docker run -d --restart=always -p 127.0.0.1:3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1

Was this article helpful?

Leave A Comment?