Network
Tunnels
Commands
Installation
Linux on RaspberryPi
# Installing cloudflared on raspberry pi
curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-armhf.deb && sudo dpkg -i cloudflared.deb
sudo systemctl start cloudflared.service: if installing
sudo systemctl restart cloudflared: if upgradingDocker
docker run -d --restart unless-stopped --name cloudflared cloudflare/cloudflared:latest tunnel --no-autoupdate run --token poJhI...hPVEl4TmReference
Last updated