Files
proxmox/docs/04-configuration/CLOUDFLARE_TUNNEL_INSTALL_NOW.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands
- CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround
- CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check
- NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere
- MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates
- LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 15:46:57 -08:00

1.4 KiB

Install Cloudflare Tunnel - Run These Commands

Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation


Container: VMID 5000 on pve2 node
Tunnel Token: Provided


🚀 Installation Commands

Run these commands on pve2 node (or via SSH to Proxmox host):

# SSH to Proxmox host first
ssh root@192.168.11.10

# Then run these commands:

# 1. Install cloudflared service with token
pct exec 5000 -- cloudflared service install eyJhIjoiNTJhZDU3YTcxNjcxYzVmYzAwOWVkZjA3NDQ2NTgxOTYiLCJ0IjoiYjAyZmUxZmUtY2I3ZC00ODRlLTkwOWItN2NjNDEyOThlYmU4IiwicyI6Ik5HTmtOV0kwWXpNdFpUVmxaUzAwTVRFMkxXRXdNMk10WlRJNU1ETTFaRFF4TURBMiJ9

# 2. Start the service
pct exec 5000 -- systemctl start cloudflared

# 3. Enable on boot
pct exec 5000 -- systemctl enable cloudflared

# 4. Check status
pct exec 5000 -- systemctl status cloudflared

# 5. Get tunnel ID
pct exec 5000 -- cloudflared tunnel list

After Installation

  1. Get Tunnel ID from the cloudflared tunnel list output
  2. Configure DNS in Cloudflare dashboard:
    • CNAME: explorer<tunnel-id>.cfargotunnel.com (🟠 Proxied)
  3. Configure Tunnel Route in Cloudflare Zero Trust:
    • explorer.d-bis.orghttp://192.168.11.140:80
  4. Wait 1-5 minutes for DNS propagation
  5. Test: curl https://explorer.d-bis.org/api/v2/stats

Run the commands above to complete the installation!