Skip to main content

Synopsis

profclaw tunnel <subcommand> [flags]

Description

Manage network tunnels for exposing your local profClaw instance to the internet. Supports Cloudflare Quick Tunnels and Tailscale mesh networking.

Subcommands

SubcommandDescription
statusShow tunnel status (default)
startStart a Cloudflare quick tunnel
stopStop the active Cloudflare tunnel
tailscaleShow detailed Tailscale status

Flags

FlagTypeDefaultDescription
--port <n>number3000Local port to tunnel
--jsonbooleanOutput as JSON

Examples

profclaw tunnel start
# Output: Tunnel active at https://random-name.trycloudflare.com

Prerequisites

  • Cloudflare: cloudflared must be installed (brew install cloudflared)
  • Tailscale: tailscale must be installed and authenticated