Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.profclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

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