--:--:-- --
Backend URL (Cloudflare Tunnel)
Run cloudflared tunnel --url http://localhost:8080 on your PC, then paste the URL above.
Not connected
Latency
Uptime checks
Failures
Quick Actions
🏓
Ping
Health check
🖥
Instances
List all
📋
History
Migration logs
🔗
Sequences
All sequences
API Response
// response will appear here
Auto-Ping Monitor
Off
No data yet — connect and enable auto-ping
Activity Log
--:--:--Waiting for connection...
Database Stats
Migrations
Instances
Sequences
Cloudflare Tunnel Setup Guide
1
Download cloudflared for Windows from github.com/cloudflare/cloudflared — save as cloudflared.exe in your backend folder.
2
Start your backend first: double-click START_BACKEND.bat — wait for Running on http://0.0.0.0:8080
3
Open a second cmd in your backend folder and run:
cloudflared tunnel --url http://localhost:8080
4
Copy the https://xxxx.trycloudflare.com URL printed in the terminal — paste it above and click Connect.
5
For your OTM frontend on Cloudflare Pages, set env var VITE_API_URL to your tunnel URL and redeploy.