Software Alternatives, Accelerators & Startups

Uptime Kuma Reviews and details

Screenshots and images

  • Uptime Kuma Landing page
    Landing page //
    2023-07-11

Features & Specs

  1. Open Source

    Being open-source means the source code is freely available for anyone to inspect, modify, and enhance, promoting transparency and community-driven development.

  2. Self-Hosted

    Allows you to host the application on your own server, providing complete control over your data and infrastructure.

  3. User-Friendly Interface

    Offers a clean and intuitive UI, making it easy for users to set up and manage uptime monitoring.

  4. Customizable Notifications

    Supports multiple notification channels (e.g., email, Slack, Telegram) and allows customizable alert settings.

  5. Multiple Monitoring Types

    Supports various types of monitoring including HTTP(s), TCP, and ICMP (ping), allowing for versatile use cases.

  6. Resource Efficient

    Designed to be lightweight, ensuring it does not consume significant system resources.

  7. Multi-Language Support

    Provides support for multiple languages, making it accessible to a broader audience worldwide.

  8. Community Support

    Being part of a vibrant open-source community means you can get help and contribute to the project, which often results in rapid bug fixes and feature enhancements.

Badges & Trophies

Promote Uptime Kuma. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Meet Uptime Kuma, a Fancy Open Source Uptime Monitor for all your HomeLab Monitoring Needs

Like A Pro Service Monitoring with Uptime Kuma for Home Assistant

Monitor Status with Uptime Kuma - Let's install Uptime Kuma with Docker

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Uptime Kuma and what they use it for.
  • Tinystatus: A tiny status page generated by a Python script
    If you’d like something with a GUI for configuration, I’ve been using [Uptime Kuma](https://github.com/louislam/uptime-kuma) might be a good fit since it links to the services on the page, and has a little indicator dot for if it’s online or not. - Source: Hacker News / 11 days ago
  • How our infrastructure supports last-minute studying
    Great choice of monitoring and analytics tools (Sentry, Axiom, Posthog and Uptime Kuma) coupled with amazing Slack integrations that allowed us to iron out any issues way before the traffic spike while the troubling features were still fresh from the oven. - Source: dev.to / 2 months ago
  • Ask HN: How to do dead simple heartbeat monitoring?
    You're looking for a dead man's switch. https://deadmanssnitch.com is a good hosted service or Uptime Kuma (https://github.com/louislam/uptime-kuma) can be configured to do the same thing. - Source: Hacker News / 4 months ago
  • Show HN: Free Certificate Monitoring via RSS
    Uptime Kuma can also monitor certificate expiration; you can also enable it to show you how many days are left until it expires. https://github.com/louislam/uptime-kuma. - Source: Hacker News / 7 months ago
  • Dockge: Clean Self-Hosted Docker Compose Manager by the Creator of Uptime Kuma
    - Web terminal & live logs I'm trying it as an alternative to Portainer and I'm loving it. It seems to fit perfectly in my flow. Code and more info: https://github.com/louislam/uptime-kuma (Not affiliated, just a happy user). - Source: Hacker News / 8 months ago
  • Monitor your Websites and Apps using Uptime Kuma
    Uptime Kuma is a self-hosted monitoring service that you can use to keep track of the heath of your applications, websites, and APIs. You can configure it to watch services with different types of health checks and set up email notifications for when there are problems. Uptime Kuma also lets you design custom status pages that you can use to share public information about your service health statuses and to... - Source: dev.to / 11 months ago
  • A simple server uptime monitor util
    It's for people who owns a log of servers/computers at home and need to monitor its uptime. For safety reason, it's impossible to expose the system to the public internet, we can only use the "push" strategy to report the up status. This tool is just for this purpose: request an URL at some interval repeatedly. Recommended to use this with uptime-kuma ( - Source: Hacker News / about 1 year ago
  • Ask HN: How do you monitor your systemd services?
    Uptime-Kuma [1] with ntfy [2]. Most of my services expose HTTP so I just have Uptime-Kuma monitor that. But if you have something that is not exposed to the public you can still use a "push" type monitor, and in a cron job on your server(s), send heartbeat to it when everything is working. [1] https://github.com/louislam/uptime-kuma. - Source: Hacker News / about 1 year ago
  • Trying to automate update batch script from Repo on Github but always getting the same version and not the latest
    I use the application UptimeKuma and absolutely love it. Kudos to the developers. Source: about 1 year ago
  • Uptime site monitor - notification solutions for home while sleeping
    Uptime Kuma with Pushover as notification service. Source: about 1 year ago
  • Healthchecks.io setup
    I don't run healthchecks for containers themselves, but for the server as a whole. I use Uptime Kuma in a docker container, setting it to ping to a configured check remotely on healthchecks.io every 15 minutes. That way if my server loses internet or something major goes wrong, I'll get an email. But I 'm the only one that uses my services besides Plex, so if something goes wrong with them individually, it isn't a... Source: over 1 year ago
  • Is there an alternative to BI Tools?
    Uptime Kuma on a Pi which pings the BI box, cameras, NVR, network gear, etc as well as monitoring the service ports to check services are responding. Alerts are sent via Telegram. Source: over 1 year ago
  • Does anyone know how to check a site's SSL through JS directly?
    But you topically want these kind of checks with an external service that calls the website once in a certain time interval. A great example is uptime-kuma that check every interval if the website is up and if the certificate is about to expire. If something is wrong it can notify you via various channels including Slack and Discord. Source: over 1 year ago
  • http health check ?
    Uptime-kuma is what I use. It has an anisble playbook too. Source: over 1 year ago
  • OneUptime: Open Source StatusPage.io alternative that you can self-host.
    It seems really similar to Uptime Kuma: https://github.com/louislam/uptime-kuma. Source: over 1 year ago
  • Seeking Opinions on Atlassian Statuspage Alternatives
    Checkout Uptime Kuuma its got a pretty UI, easy to setup with Docker, and lots of features. Source: over 1 year ago
  • I wish there was a way to leave notes or a headline or opening custom news update for my users so i can give them PSAs through the app or something like that
    However if you want to get fancy about it than something like Uptime Kuma is pretty easy to setup and probably does what you want. Source: over 1 year ago
  • It's Wednesday my doods
    For homelab I use Uptime Kuma for monitoring web services (also for my clients websites, to be honest) and custom bash scripts for disk, cpu, ram, docker status etc which sends notification to my pushover on my phone. Its basically the same script copied over with command to check ram, if above X then report to pushover. Same for disk, same for all other stuff. Source: over 1 year ago
  • Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself
    Frustrated by expensive per-seat pricing and unfriendly contract terms, we looked for PagerDuty alternatives and found a fantastic open-source project called Uptime Kuma: https://github.com/louislam/uptime-kuma. - Source: Hacker News / over 1 year ago
  • Uptime Kuma iOS companion app
    Uptime Kuma is an easy-to-use self-hosted monitoring tool. If you are already a user, or if you are using some other service monitoring tools like Uptime Robot or Better Uptime, you can now use Uptime Kuma Manager on the App Store (apple.com) to track and manage service uptime right from your phone. Source: over 1 year ago
  • Looking for Updated Home Network Monitor Device Recommendations
    I use several different approaches for monitoring devices, systems, and network. I can provide more details if you are interested. One approach you may consider is Uptime Kuma. It is modeled after UptimeRobot, but intended to be self-hosted. I run it in a Docker container. It monitors uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server / Docker Containers and also... Source: over 1 year ago

Do you know an article comparing Uptime Kuma to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Uptime Kuma discussion

Log in or Post with

This is an informative page about Uptime Kuma. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.