-
-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
AstorisTheBrave edited this page Jul 5, 2026
·
2 revisions
-
Check the address and scheme. Try the full URL including
http://orhttps://and the port if it is non-standard (Kuma's default is3001). -
Reachable from the phone? Your phone must be able to reach the server. A LAN
address like
192.168.x.xonly works on the same network (or over your VPN). - Reverse proxy? Make sure it forwards WebSocket connections. URSA's live connection uses Socket.IO, which needs WebSocket upgrade support.
- Cloudflare Tunnel? Works, as long as WebSockets are allowed (they are by default).
If your instance uses a self-signed certificate, the connection will fail until you tick Trust self-signed certificate for that connection. Only do this for servers you control. See Security.
URSA allows plain-HTTP connections for self-hosted instances. Just use an http://
URL. Prefer HTTPS whenever you can.
- Double-check the username and password in the Kuma web UI.
- For 2FA, enter the current 6-digit code from your authenticator; codes expire quickly, so try a fresh one.
- Install a UnifiedPush distributor such as ntfy, then tap Refresh on the Push screen.
- Permission: make sure notifications are allowed (Android 13 and newer).
-
ntfy endpoint: confirm you appended
?up=1to the endpoint URL in the Kuma Webhook. - Webhook content type: it must be application/json in Uptime Kuma.
- Notification attached: the Webhook must be enabled on the specific monitor.
- Battery optimization: some phones aggressively restrict background apps. Exclude your distributor (e.g. ntfy) from battery optimization so it can receive pushes reliably.
- Test path: trigger a real state change (pause/resume or stop a service) rather than waiting for an incident.
-
"Tap to set up" - no status-page URL saved yet. Tap the tile and enter your
Uptime Kuma status-page URL (for example
https://kuma.example.com/status/home). - "No data" - the URL could not be reached or is not a public status page. Confirm the status page is published in Kuma, the URL is exactly the status-page address, and the watch can reach it through your phone's network. See Wear OS.
Open a Discussion or, if it looks like a bug, an issue. For anything security-related, please follow the Security Policy.