Files
proxmox/scripts/cloudflare-tunnels/INSTALLATION_COMPLETE_FINAL.md
defiQUG cb47cce074 Complete markdown files cleanup and organization
- Organized 252 files across project
- Root directory: 187 → 2 files (98.9% reduction)
- Moved configuration guides to docs/04-configuration/
- Moved troubleshooting guides to docs/09-troubleshooting/
- Moved quick start guides to docs/01-getting-started/
- Moved reports to reports/ directory
- Archived temporary files
- Generated comprehensive reports and documentation
- Created maintenance scripts and guides

All files organized according to established standards.
2026-01-06 01:46:25 -08:00

2.6 KiB

All Tunnels Installed and Running!

🎉 Complete Installation Summary

All 3 Cloudflare Tunnels are now installed, running, and healthy!

tunnel-ml110

tunnel-r630-01

tunnel-r630-02

📊 Service Status

All services are:

  • Installed
  • Enabled (start on boot)
  • Running
  • Connected to Cloudflare Edge
  • Protected with Cloudflare Access

🔗 Access URLs

All Proxmox UIs are now accessible via:

All protected with Cloudflare Access (SSO/MFA).

What Was Accomplished

  1. 3 Tunnels Created (via API)
  2. 3 Tunnel Routes Configured (via API)
  3. 3 DNS Records Created (CNAME, proxied)
  4. 3 Access Applications Created (SSO/MFA protection)
  5. 3 Services Installed (systemd)
  6. All Tunnels Running (connected to Cloudflare Edge)
  7. Migration Error Resolved (tunnel-r630-02 is now healthy)

🎯 Verification

Check service status:

ssh root@192.168.11.12 "pct exec 102 -- systemctl status cloudflared-*"

Check tunnel logs:

ssh root@192.168.11.12 "pct exec 102 -- journalctl -u cloudflared-* -f"

Test access:

curl -I https://ml110-01.d-bis.org
curl -I https://r630-01.d-bis.org
curl -I https://r630-02.d-bis.org

📁 Files Installed

On VMID 102 (192.168.11.12):

  • /etc/cloudflared/credentials-ml110.json
  • /etc/cloudflared/credentials-r630-01.json
  • /etc/cloudflared/credentials-r630-02.json
  • /etc/cloudflared/tunnel-ml110.yml
  • /etc/cloudflared/tunnel-r630-01.yml
  • /etc/cloudflared/tunnel-r630-02.yml
  • /etc/systemd/system/cloudflared-ml110.service
  • /etc/systemd/system/cloudflared-r630-01.service
  • /etc/systemd/system/cloudflared-r630-02.service

🎊 Installation Complete!

All tunnels are operational and ready for use. The migration error for tunnel-r630-02 has been resolved - the tunnel is now healthy and connected.


Installation Date: 2025-12-26
Status: 100% Complete