Remote Control not enabled despite active subscription (tengu_ccr_bridge: false)

Resolved 💬 3 comments Opened Mar 21, 2026 by richasin7 Closed Mar 25, 2026

Bug Report

Claude Code version: v2.1.81
OS: macOS (darwin 24.6.0)
Model: Opus 4.6 (1M context)
Subscription: Active Stripe subscription (since Sep 2025)

Problem

claude remote-control --name "richa_eval" returns:

Error: Remote Control is not yet enabled for your account.

OAuth login works fine (claude auth login succeeds). The issue is the server-side feature flag.

Diagnosis

Inspecting ~/.claude.json shows:

"tengu_ccr_bridge": false

This flag controls Remote Control access and is set to false despite having an active paid subscription.

  • CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC is not set
  • DISABLE_TELEMETRY is not set
  • Manually editing the flag to true in ~/.claude.json does not help — the CLI checks server-side

Expected Behavior

tengu_ccr_bridge should be true for accounts with active subscriptions, and claude remote-control should work.

Related Issues

This appears to be the same server-side feature flag issue reported by other users.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗