shouldiselfhost?they tell you if you can — we tell you if you should
THE DECISION LAYER FOR SELF-HOSTING100 APPS UNDER COVERAGEPROTOCOL v1NO VENDOR HAS EVER PAID FOR A RATING
§
MONITORING
Uptime.com logo

Should I self-host Uptime.com?

$7/mo · Real User Monitoring · 50,000 data points · alternative: Kener
RATING
YES
OUTLOOK
NOT ASSIGNED
RATIONALE

Same story as Pingdom, smaller bill: Uptime Kuma covers the checks and the status page in one quick setup (Gatus if you want config-as-code — we verified both). At $7/mo the math is thinner but the effort is so close to zero it still clears the bar.

WHAT YOU LOSE
01

Hosted status page on someone else's infrastructure — host Kuma's status page off-site or it dies with the thing it reports on

WHAT YOU'RE PAYING FOR

uptime monitoring · status pages · incident notifications

Self-Hosting Facts
1 app per panel · Uptime.com
Assumes 1 seat on 1 always-on box you already run
Amount per month% of sub *
Subscription$7.00
VPS share0.304%
Storage + backup0.000%
Your hours · 10 min @ $203.3348%
Self-hosted all-in3.6352%
Effective markup1.9×
Setup · 11 min measured$3.67 once
Break-even1.1 months
VERDICT
YES
OUTLOOK
NOT ASSIGNED

* Percent of the subscription price. Your time is priced at the slider's rate — $0/h ("my homelab time is free and I love it") is a legitimate position. Every number is derived from the record, never hand-written. Price source, checked 2026-08-07.

Runs comfortably on a Raspberry Pi.

01
ALTERNATIVES
Ranked alternatives
01Kener logo
KenerA public status page with the incidents, the maintenance windows and the monitors behind it, all managed in a browser rather than a config file.
rajnandan1/kener · ★ 5,097 · 8d
02Gatus logo
GatusA public status page whose entire configuration is one YAML file you own: the checks, the pass conditions and the alerting, declared once and served as a page.
TwiN/gatus · ★ 11,772 · 2d
03Uptime Kuma logo
Uptime KumaUptime monitoring and status pages from one container, with no monitor quota and no per-check billing.
louislam/uptime-kuma · ★ 90,062 · 0d
Kener running from the boot-verified compose file
Kener, running from the compose file on this page — screenshot from our verified instance, not marketing material.
02
EVIDENCE
PROTOCOL
v1
VERIFIED BY
zernonia
REVIEWED
10 AUG 2026
SETUP MEASURED
11 MIN
AI ASSISTANT
CLAUDE-CODE · STATED
WHAT BROKE
01

Boot to healthy measured at 14s on the 2GB reference env

THE TESTED COMPOSE FILE — CI-BOOTED WEEKLY
# Gatus — config-as-code status page. Distroless image: busybox sidecar probes it.
configs:
  gatus-config:
    content: |
      endpoints:
        - name: self
          url: http://localhost:8080/health
          interval: 30s
          conditions:
            - "[STATUS] == 200"
services:
  gatus:
    image: twinproduction/gatus:latest
    container_name: gatus
    restart: unless-stopped
    configs:
      - source: gatus-config
        target: /config/config.yaml
    ports:
      - "8099:8080"

  probe:
    image: busybox:stable
    network_mode: "service:gatus"
    depends_on:
      - gatus
    command: sh -c 'while true; do sleep 30; done'
    healthcheck:
      test: ["CMD-SHELL", "nc -z localhost 8080 || exit 1"]
      interval: 5s
      timeout: 5s
      retries: 40
      start_period: 15s

Want a guided install instead? caniselfhostit.com/uptime has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.

FULL TIMED LOG
# Uptime.com — verdict log

- **Date:** 2026-08-10
- **Verdict:** YES — worth it
- **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code)

## Setup evidence

- Compose: `compose/uptime-gatus.yml`
- Boot to healthy: **14s** measured this session
- Setup time recorded: 11 min (boot + configuration to first working workflow)

## What broke / notes

- Boot to healthy measured at 14s on the 2GB reference env

## The call

Same story as Pingdom, smaller bill: Uptime Kuma covers the checks and the status page in one quick setup (Gatus if you want config-as-code — we verified both). At $7/mo the math is thinner but the effort is so close to zero it still clears the bar.
03
HISTORY
10 AUG 2026UNRATED → YESInitial verdict: Same story as Pingdom, smaller bill: Uptime Kuma covers the checks and the status page in one quick setup (Gat.