Listing Thumbnail

    Uptime Kuma - Hardened Self-Hosted Uptime Monitoring & Status Pages

     Info
    Sold by: Lynxroute 
    Deployed on AWS
    Free Trial
    This product has charges associated with it for hardening, security configuration, and support. Uptime Kuma is a self-hosted uptime monitoring tool shipped as a single Node.js application with a real-time dashboard, public status pages, and 90+ notification integrations. Unlike bare Uptime Kuma AMIs that expose the dashboard directly on port 3001 with no TLS and leave the admin signup open to anyone who reaches the URL, this Lynxroute build is ready out of the box: the app bound to localhost behind an nginx TLS reverse proxy on 443, HTTP redirected to HTTPS, no admin account baked into the image (your first signup becomes the owner), certbot pre-installed for one-command Let's Encrypt TLS, UFW firewall pre-configured, and a CIS Level 1 hardened Ubuntu 24.04 LTS base. MIT license - fully auditable, no vendor lock-in.

    Overview

    This is a repackaged software product wherein additional charges apply for hardening, security configuration, and support.

    WHAT IS UPTIME KUMA

    Uptime Kuma is a self-hosted uptime and status monitoring tool, shipped as a single Node.js application backed by an embedded SQLite database - a self-hosted alternative to UptimeRobot, Pingdom, and StatusPage that keeps your monitoring data inside your own AWS account. It checks endpoints on a schedule using many monitor types (HTTP and HTTPS, keyword and JSON-query, TCP port, ping, DNS, gRPC, Docker container, and push), records response-time history and uptime percentages, and watches TLS certificate expiry. It raises alerts through 90+ notification integrations including Slack, Telegram, Discord, email/SMTP, webhooks, and PagerDuty, and publishes branded public status pages with incident history and maintenance windows. The web dashboard supports multiple users and is fully MIT licensed - no per-monitor fees, no seat limits, and no vendor lock-in.

    WHAT THIS AMI ADDS

    Security hardening:

    • No admin account baked into the image - the first signup through the one-time setup wizard becomes the owner; there is no default password
    • Application bound to 127.0.0.1 only; nginx terminates TLS on 443 and reverse-proxies to it; HTTP redirects to HTTPS
    • certbot and the nginx plugin pre-installed - enable a Let's Encrypt certificate with one command
    • SQLite state stored under a dedicated data directory with restricted permissions
    • UFW firewall - ports 80 and 443 only; SSH on 22
    • fail2ban, AppArmor
    • CVE scan - every image is scanned for vulnerabilities before release

    OS hardening (CIS Level 1):

    • CIS Ubuntu 24.04 LTS Level 1 benchmark applied via ansible-lockdown
    • auditd, SSH hardening, Kernel hardening, IMDSv2 enforced

    Compliance artifacts:

    • SBOM - CycloneDX 1.6 at /etc/lynxroute/sbom.json
    • CIS Conformance Report at /etc/lynxroute/cis-report.html
    • CIS Tailored Profile at /usr/share/doc/lynxroute/CIS_TAILORED_PROFILE.md

    Uptime Kuma is an open-source project by Louis Lam. This is an independently packaged, hardened distribution and is not affiliated with or endorsed by the Uptime Kuma project.

    Highlights

    • Uptime Kuma security baked in: the app bound to localhost behind an nginx TLS proxy on 443, HTTP redirected to HTTPS, and no admin account baked into the image (your first signup becomes the owner) - unlike bare Uptime Kuma AMIs that expose the dashboard directly on port 3001 with no TLS and leave admin signup open to anyone who reaches the URL.
    • CIS Level 1 hardened Ubuntu 24.04 LTS: auditd, fail2ban, AppArmor, SSH key-only, IMDSv2 enforced. CVE-scanned before every release. SBOM (CycloneDX) and CIS Conformance Report included.
    • Self-hosted UptimeRobot alternative: HTTP, TCP, ping, DNS and keyword monitors, public status pages, response-time and certificate-expiry tracking, and 90+ notification integrations (Slack, Telegram, Discord, email, webhooks). MIT license - fully auditable, no vendor lock-in.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Uptime Kuma - Hardened Self-Hosted Uptime Monitoring & Status Pages

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (4)

     Info
    Dimension
    Cost/hour
    t3.small
    Recommended
    $0.02
    t3.large
    $0.03
    t3.medium
    $0.02
    m6i.large
    $0.03

    Vendor refund policy

    We do not offer refunds for this product. AWS infrastructure charges are billed separately by AWS and are not refundable by us.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Uptime Kuma 2.4.0 - Initial release (June 2026)

    • Uptime Kuma 2.4.0 (single Node.js app, MIT) on Ubuntu 24.04 LTS
    • CIS Level 1 hardening applied (ansible-lockdown/UBUNTU24-CIS)
    • CVE-scanned before every release
    • No admin baked into the image - the first signup through the setup wizard becomes the owner
    • Embedded SQLite pre-selected so the setup wizard skips straight to admin creation
    • Application bound to 127.0.0.1:3001; nginx terminates TLS on 443; HTTP redirects to HTTPS
    • certbot and the nginx plugin pre-installed for one-command Let's Encrypt TLS
    • UFW firewall pre-configured (ports 80, 443 only)
    • fail2ban, auditd, AppArmor pre-configured
    • SBOM (CycloneDX 1.6) at /etc/lynxroute/sbom.json
    • CIS Conformance Report (OpenSCAP) at /etc/lynxroute/cis-report.html
    • IMDSv2 enforced

    Additional details

    Usage instructions

    1. Launch instance (t3.small recommended)
    2. Open Security Group - allow TCP 443 from YOUR IP ONLY (important - see note below)
    3. Open https://<PUBLIC_IP>/ in your browser - accept the self-signed certificate warning
    4. Complete the one-time setup wizard: create your admin username and password (the first account you create becomes the owner)
    5. Add your first monitor (HTTP, HTTPS, TCP, ping, DNS, keyword, ...) and watch its status
    6. Optionally build a public status page and connect notification channels (Slack, email, webhooks)

    IMPORTANT: restrict Security Group port 443 to your own IP until you have completed the setup wizard - anyone who reaches the URL before you can claim the admin account. No admin account is baked into the image and there is no default password; the setup wizard auto-locks once the first admin exists. The application listens only on 127.0.0.1:3001 and is reachable only through the nginx HTTPS proxy on 443. Data is stored in an embedded SQLite database on the instance. For production, replace the self-signed certificate: sudo certbot --nginx -d yourdomain.com

    Resources

    Vendor resources

    Support

    Vendor support

    Visit us online: https://lynxroute.com 

    For Uptime Kuma documentation: https://github.com/louislam/uptime-kuma/wiki  For Uptime Kuma upstream issues:

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.