Forrest logo
back to context overview

cloudflared

List of commands for cloudflared:

  • cloudflared:tldr:27dc1 cloudflared: Establish a tunnel to a host in Cloudflare from the local server.
    $ cloudflared tunnel --hostname ${hostname} localhost:${port_number}
    try on your machine
    explain this command
  • cloudflared:tldr:9a714 cloudflared: Save logs to a file.
    $ cloudflared tunnel --hostname ${hostname} http://localhost:${port_number} --loglevel ${select} --logfile ${filename}
    try on your machine
    explain this command
  • cloudflared:tldr:acb51 cloudflared: Install cloudflared as a system service.
    $ cloudflared service install
    try on your machine
    explain this command
  • cloudflared:tldr:ba5a4 cloudflared: Establish a tunnel to a host in Cloudflare from the local server, without verifying the local server's certificate.
    $ cloudflared tunnel --hostname ${hostname} localhost:${port_number} --no-tls-verify
    try on your machine
    explain this command
  • cloudflared:tldr:d9837 cloudflared: Authenticate and associate the connection to a domain in the Cloudflare account.
    $ cloudflared tunnel login
    try on your machine
    explain this command
back to context overview