Home > Software

β˜οΈπŸ›‘οΈ Cloudflare Tunnel (cloudflared)

software-cloudflare-tunnel

πŸ€– AI Summary

πŸ‘‰ What Is It?

  • β˜οΈπŸ›‘οΈ Cloudflare Tunnel (cloudflared) is a tool that creates a secure connection between your local server and Cloudflare’s network.
  • πŸ“± It lets you expose local development servers to the internet without configuring firewalls or routers.
  • πŸ” Traffic is encrypted and routed through Cloudflare, adding security and DDoS protection.

πŸš€ Common Use Cases

  • πŸ“± Expose local development servers to your phone for testing
  • 🌐 Share local sites with others without deploying
  • πŸ”’ Add Cloudflare’s security layer to self-hosted services
  • 🏠 Access home network services remotely

πŸ’» Installation

# Download cloudflared  
wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64  
  
# Make executable  
chmod +x cloudflared-linux-amd64  
  
# Run tunnel  
./cloudflared tunnel --url http://127.0.0.1:4096  

πŸ”§ Basic Usage

# Simple tunnel to local server  
cloudflared tunnel --url http://localhost:3000  
  
# Create a named tunnel  
cloudflared tunnel create my-tunnel  
cloudflared tunnel route dns my-tunnel example.example.com  
cloudflared tunnel run my-tunnel  

πŸ¦‹ Bluesky

β˜οΈπŸ›‘οΈ Cloudflare Tunnel (cloudflared)

AI Q: 🌐 How do you securely access your home network from anywhere?

🌐 Networking | πŸ” Security | πŸ’» Development | πŸš€ DevOps
https://bagrounds.org/software/cloudflare-tunnel

β€” Bryan Grounds (@bagrounds.bsky.social) 2026-05-04T05:26:50.000Z

🐘 Mastodon

Post by @bagrounds@mastodon.social
View on Mastodon