Skip to content
Documentation

UptimePad setup guide

Set up the first useful alert quickly: monitors, SSL checks, DNS drift, alert routes, API access, status pages, and server monitoring.

1

Create the monitor

Add the URL, expected status code, and alert threshold. Free checks run every 5 minutes.

2

Turn on SSL and DNS

Track certificate expiry and the DNS records that should not drift during deploys.

3

Choose alert routes

Start with email, then add Slack, Discord, PagerDuty, webhooks, or push as your plan allows.

4

Publish a status page

Group public monitors into a basic status page that stays separate from the dashboard.

Cloudflare and blocked probes

If a monitor shows Cloudflare, bot protection, or a blocked probe response, allow UptimePad checks through your firewall or WAF rules. Keep the monitor target public, allow normal HEAD and GET checks, and avoid challenge pages for monitoring paths.

API access for monitors and reporting

Pro and Scale teams can create API keys for monitor automation, reporting, imports, and incident workflows.

curl https://app.uptimepad.com/api/v1/monitors \
  -H "Authorization: Bearer $UPTIMEPAD_API_KEY"