cloudflared

Cloudflare Tunnel client (formerly Argo Tunnel) (by cloudflare)

Cloudflared Alternatives

Similar projects and alternatives to cloudflared

  1. Pi-hole

    A black hole for Internet advertisements

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. tailscale

    The easiest, most secure way to use WireGuard and 2FA.

  4. Nginx Proxy Manager

    Docker container for managing Nginx proxy hosts with a simple, powerful interface

  5. Nextcloud

    ☁️ Nextcloud server, a safe home for all your data

  6. ZeroTier

    A Smart Ethernet Switch for Earth

  7. obsninja

    342 cloudflared VS obsninja

    VDO.Ninja is a powerful tool that lets you bring remote video feeds into OBS or other studio software via WebRTC.

  8. docker

    ⛴ Docker image of Nextcloud (by nextcloud)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. headscale

    An open source, self-hosted implementation of the Tailscale control server

  11. authelia

    The Single Sign-On Multi-Factor portal for web apps

  12. Netmaker

    Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.

  13. Mosh

    Mobile Shell

  14. Nebula

    A scalable overlay networking tool with a focus on performance, simplicity and security

  15. awesome-tunneling

    List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.

  16. frp

    A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.

  17. dagger

    An open-source runtime for composable workflows. Great for AI agents and CI/CD. (by dagger)

  18. Dagger2

    A fast dependency injector for Android and Java.

  19. Sandstorm

    53 cloudflared VS Sandstorm

    Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager.

  20. sish

    HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.

  21. chisel

    A fast TCP/UDP tunnel over HTTP

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cloudflared alternative or higher similarity.

cloudflared discussion

Log in or Post with

cloudflared reviews and mentions

Posts with mentions or reviews of cloudflared. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-05.
  • Deploy Cloudflare Tunnels with Terraform & Kubernetes
    1 project | dev.to | 21 Jan 2025
    --- apiVersion: apps/v1 kind: Deployment metadata: name: cloudflared namespace: cloudflared spec: selector: matchLabels: app: cloudflared replicas: 1 template: metadata: labels: app: cloudflared spec: containers: - name: cloudflared image: cloudflare/cloudflared:latest args: - tunnel - --credentials-file - /etc/cloudflared/creds/credentials.json - --protocol # https://github.com/cloudflare/cloudflared/issues/1176#issuecomment-2404546711 - http2 # didnt seem to need the sysctl changes - --metrics - 0.0.0.0:2000 - run - homelab-tunnel livenessProbe: httpGet: path: /ready port: 2000 failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10 volumeMounts: - name: creds mountPath: /etc/cloudflared/creds readOnly: true volumes: - name: creds secret: secretName: tunnel-credentials
  • How to Install and Configure Cloudflared on Linux
    1 project | dev.to | 3 Jun 2024
    wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
  • Tools that keep me productive
    14 projects | dev.to | 5 May 2024
    cloudflared - Exposes local servers to the public internet over secure tunnels
  • List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.
    61 projects | dev.to | 30 Apr 2024
    Cloudflare Tunnel - Excellent free option. Nicely integrates tunneling with the rest of Cloudflare's products, which include DNS and auto HTTPS. Client source code is Apache 2.0 licensed and written in Golang.
  • How Does FreeBSD Compare to Linux on a Raspberry Pi?
    1 project | news.ycombinator.com | 7 Jan 2024
    I run a RaspberryPi 3 with FreeBSD 13 booting off an SD card and a USB SSD for storage [1]. Coincidentally today (1/7/2024) is its one year anniversary.

    It runs a jail with my single user GotoSocial ActivityPub server [2] reasonably well with cloudflared [3] handling incoming traffic and acting as CDN to take some of the load. Originally it was only using an SD card, but there was too much IO contention so a USB-SSD adapter is used to offload the IO.

    I choose FreeBSD over Linux since I have other Rpis with Linux already and wanted more experience with *BSD, jails, and ZFS. Unfortunately ZFS wasn't the best choice on an Rpi since it's more cpu intensive and switched back to UFS.

    Overall it's been solid, multiple GTS updates and have it on my list to update to FreedBSD 14 but not really in a rush.

    1. https://social.ecliptik.com/@micheal/statuses/01GP860MYM2CGH...

    2. https://gotosocial.org/

    3. https://github.com/cloudflare/cloudflared

  • Colab error on second call with stable diffusion xl refiner
    3 projects | /r/StableDiffusion | 12 Aug 2023
    # Install apt dependencies !apt install dotnet-sdk-7.0 git # Install Clouldflared (not on apt) !wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb !dpkg -i cloudflared-linux-amd64.deb # Download StableSwarmUI !git clone https://github.com/Stability-AI/StableSwarmUI # Download ComfyUI backend %cd /content/StableSwarmUI !mkdir /content/StableSwarmUI/dlbackend %cd /content/StableSwarmUI/dlbackend !git clone https://github.com/comfyanonymous/ComfyUI %cd /content/StableSwarmUI/dlbackend/ComfyUI # Setup ComfyUI !pip install -r requirements.txt
  • Unable to update Cloudflared on debian
    1 project | /r/CloudFlare | 13 Jul 2023
    curl -L --output cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb && sudo dpkg -i cloudflared.deb && sudo systemctl restart cloudflared
  • Servarr : One docker compose file to rule them all (Jellyfin, radarr, sonarr, firefox, duplicati...)
    3 projects | /r/docker | 28 Jun 2023
    Something like cloudflared would be awesome. https://github.com/cloudflare/cloudflared
  • KoboldAI?
    2 projects | /r/VenusAI_Official | 5 Jun 2023
    if you're on windows, you can install it with the exe: https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-amd64.exe (or https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-windows-386.exe if your using 32bit windows.)
  • PSA - Cloudflared 2023.5.0 Issue
    1 project | /r/selfhosted | 10 May 2023
    So, the "more than one" issue is kind of discussed HERE and HERE but for sure, for whatever reason, this caused me sleepless nights.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic cloudflared repo stats
104
10,101
9.2
13 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?