Uptime Kuma
Xray Checker provides individual status endpoints for each proxy, perfect for Uptime Kuma monitoring.
Basic Setup
- Open Uptime Kuma
- Click “Add Monitor”
- Select “HTTP(s)”
- Configure monitor:
- Name: Proxy name
- URL:
http://localhost:2112/config/0-vless-example.com-443
- Interval: Your preferred check interval
- Retry: Recommended 3 times
With Authentication
If metrics protection is enabled:
URL format:
Configuration:
- Authentication Method: Basic Auth
- Username: Your METRICS_USERNAME
- Password: Your METRICS_PASSWORD
Status Codes
- 200: Proxy working
- 503: Proxy failed
- 401: Authentication required
- 403: Authentication failed