What is cloudflared?
mastercloudflared is the command-line client for Cloudflare Tunnel. It acts as a tunneling daemon that proxies traffic from the Cloudflare network to your origins (e.g., a webserver).
By sitting between the Cloudflare network and your origin, it allows you to receive traffic without opening holes in your firewall, keeping your origin as closed as possible.
Key Use Cases:
- Proxying to origins: Use
cloudflared tunnel helpfor commands related to serving traffic to your origins. - Accessing Tunnel origins via TCP: Use
cloudflared access helpto access protected origins for Layer 4 traffic (e.g., SSH, RDP). - Private traffic via WARP: Use the WARP client to access private origins behind Tunnels for Layer 4 traffic without needing
cloudflared accesscommands on the client side.