Skip to content

Remote Control not enabled on Max plan account #33119

@Caylub

Description

@Caylub

TL;DR — Resolved

Cause: CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1 in my shell profile silently disables all GrowthBook feature flag evaluation, hiding /remote-control, /rc, /btw, and other gated commands.

Fix: Remove it from your shell profile and start a new session. Also check for DISABLE_TELEMETRY — same effect. See root cause analysis comment.


Problem

Running claude remote-control returns:

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

20x MAX Billing From My Account

Image

The /remote-control slash command inside an active session returns "Unknown skill: remote-control".

Environment

  • Claude Code version: 2.1.72 (latest)
  • Install method: native
  • Auth method: OAuth (claude.ai)
  • Plan: Max (stripe_subscription)
  • OS: Pop!_OS (Linux 6.17.9)
  • Node.js: system default

Billing Confirmation

Active Max plan (20x), renewing Apr 8, 2026 — confirmed at claude.ai/settings/billing.

Troubleshooting completed

  1. Full /logout + /login cycle — no change
  2. Verified no conflicting env vars (CLAUDE_CODE_OAUTH_TOKEN, ANTHROPIC_API_KEY are unset)
  3. Confirmed ~/.claude.json shows billingType: "stripe_subscription" but hasAvailableSubscription: false
  4. Manually setting hasAvailableSubscription: true in ~/.claude.json does not help — server-side validation rejects it
  5. On latest CLI version (2.1.72)

Observed

~/.claude.json contains:

"hasAvailableSubscription": false,
"oauthAccount": {
    "hasExtraUsageEnabled": false,
    "billingType": "stripe_subscription"
}

The login flow does not refresh hasAvailableSubscription to true despite an active Max subscription.

Related issues

Expected

Remote Control should be available for Max plan subscribers per https://code.claude.com/docs/en/remote-control

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:autharea:clibugSomething isn't workingduplicateThis issue or pull request already existsplatform:linuxIssue specifically occurs on Linux

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions