βοΈπ‘οΈ Cloudflare Tunnel (cloudflared)

π€ 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 π Links
π¦ Bluesky
βοΈπ‘οΈ Cloudflare Tunnel (cloudflared)
AI Q: π How do you securely access your home network from anywhere?
π Networking | π Security | π» Development | π DevOps
β Bryan Grounds (@bagrounds.bsky.social) 2026-05-04T05:26:50.000Z
https://bagrounds.org/software/cloudflare-tunnel