Remote Control unavailable on Max plan - 'not yet enabled for your account'
Resolved 💬 3 comments Opened Mar 4, 2026 by WesleyMFrederick Closed Apr 7, 2026
Description
Remote Control returns Error: Remote Control is not yet enabled for your account. on a Max plan subscription. Have completed all troubleshooting steps from the docs with no resolution.
Environment
- Claude Code version: 2.1.68
- Node.js: v24.10.0
- OS: macOS Darwin 24.6.0
- Auth method: oauth_token (firstParty via claude.ai)
- Plan: Max (stripe_subscription, hasExtraUsageEnabled: true)
- Install methods tested: npm-global AND native (
claude install) — same error on both
Troubleshooting Completed
- ✅ Auth method verified (oauth, not API key)
- ✅ No conflicting env vars (CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC, DISABLE_TELEMETRY)
- ✅ Latest CLI version (2.1.68)
- ✅
claude doctor— clean (no blocking issues) - ✅ Multiple logout/login cycles
- ✅ Tested both npm-global and native install — identical error
- ✅ Node v24.10.0
Observed
~/.claude.json shows hasAvailableSubscription: false even after fresh login, despite billingType: "stripe_subscription" and hasExtraUsageEnabled: true in the same file's oauthAccount block.
Related Issues
- #29430 — Remote Control regression on Claude Max
- #28817, #28816, #29185, #29449, #29980
Expected
Remote Control should be available for Max plan subscribers per https://code.claude.com/docs/en/remote-control
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗