860 B
860 B
Quick Start: Setup Cloudflare Tunnel
Ready to Run
You have everything prepared! Just need your tunnel token from Cloudflare.
Run This Command
cd /home/intlc/projects/proxmox
./scripts/setup-cloudflare-tunnel-rpc.sh <YOUR_TUNNEL_TOKEN>
Get Your Token
- Go to: https://one.dash.cloudflare.com
- Zero Trust → Networks → Tunnels
- Create tunnel (or select existing)
- Copy the token (starts with
eyJhIjoi...)
What It Does
✅ Stops existing DoH proxy
✅ Installs tunnel service
✅ Configures 4 RPC endpoints
✅ Starts tunnel service
✅ Verifies it's running
After Running
- Configure routes in Cloudflare Dashboard (see CLOUDFLARE_TUNNEL_QUICK_SETUP.md)
- Update DNS records to CNAME pointing to tunnel
- Test endpoints
See: docs/04-configuration/CLOUDFLARE_TUNNEL_QUICK_SETUP.md for full details