๐ฉ๏ธ Cloudflared
![]()
Cloudflared is the command-line client for Cloudflare Tunnel โ a tunneling daemon that proxies traffic from the Cloudflare network to your origins without requiring you to open any ports on your firewall. Your origin server can remain completely closed to the public internet.
๐ท๏ธ Category: Web
๐ณ Image: cloudflare/cloudflared:latest
๐ Links
| ย | ย |
|---|---|
| ๐ฆ Project | github.com/cloudflare/cloudflared |
| ๐ Support | GitHub Issues |
| ๐ Cloudflare | cloudflare.com |
๐ Ports
No ports exposed โ Cloudflared connects outbound to Cloudflareโs network only.
๐พ Volumes
| Host Path | Container Path | Mode | Description |
|---|---|---|---|
/mnt/cache/appdata/cloudflared | /home/nonroot/.cloudflared/ | RW | Tunnel config & credentials |
โ๏ธ Environment Variables
No environment variables required for this container.
๐ Quick Start
- Log in to the Cloudflare Zero Trust Dashboard
- Go to Networks โ Tunnels โ Create a Tunnel
- Copy your Tunnel Token (the
XXXXXpart) - Open the MOS Hub and search for Cloudflared
- Replace
XXXXXin the post parameters with your Tunnel Token - Click Install
๐ How it works: Cloudflared creates an outbound-only connection to Cloudflareโs edge network. No inbound ports need to be opened on your firewall, making it one of the safest ways to expose self-hosted services to the internet.
๐ก Tip: You can expose multiple services through a single Cloudflared tunnel using Public Hostnames in the Cloudflare Zero Trust Dashboard โ no need to run multiple containers!