[BUG] Remote Control not enabled for Max 20x subscriber — two distinct errors
Resolved 💬 2 comments Opened Mar 19, 2026 by alanhuang67 Closed Apr 17, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
[BUG] Remote Control not enabled for Max 20x subscriber — two distinct errors
Bug description
Running claude remote-control on a Max 20x account produces two alternating errors depending on local GrowthBook cache state:
- Default state:
Error: Remote Control is not yet enabled for your account.
- Caused by
tengu_ccr_bridge: falsein cached GrowthBook features
- After manually setting
tengu_ccr_bridge: true:Error: Registration: Access denied (403): OAuth token does not meet scope requirement user:sessions:claude_code. Check your organization permissions.
- OAuth token includes
user:sessions:claude_codein scopes, but server rejects it
Environment
- Claude Code version: 2.1.79 (native build)
- OS: Windows 10/11
- Subscription: Max 20x ($200/mo),
billingType: "stripe_subscription" - Account email: alan.huang67@gmail.com
- Organization role: admin
Steps to reproduce
claude auth logoutclaude /login→ select option 1 (Claude account with subscription)- Complete OAuth flow in browser
claude remote-control- Result:
Error: Remote Control is not yet enabled for your account. - Manually set
tengu_ccr_bridge: trueandhasAvailableSubscription: truein~/.claude.json claude remote-control- Result:
Error: Registration: Access denied (403): OAuth token does not meet scope requirement user:sessions:claude_code.
Troubleshooting already attempted
- Fresh
claude auth logout+/login(multiple times) - Confirmed
user:sessions:claude_codepresent in.credentials.jsonscopes - Confirmed
subscriptionType: "max"andrateLimitTier: "default_claude_max_20x" - Checked for
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICandDISABLE_TELEMETRYenv vars — neither set - Attempted to clear Statsig cache (
~/.claude/statsig/) — directory does not exist on this install - Manually toggled
tengu_ccr_bridgeandhasAvailableSubscription— only changes which error is returned
Expected behavior
Remote Control should be available for Max plan subscribers per https://code.claude.com/docs/en/remote-control
Related issues
- #29569
- #33119
- #29513
- #30242
What Should Happen?
Expected behavior
Remote Control should be available for Max plan subscribers per https://code.claude.com/docs/en/remote-control
Error Messages/Logs
Steps to Reproduce
Steps to reproduce
claude auth logoutclaude /login→ select option 1 (Claude account with subscription)- Complete OAuth flow in browser
claude remote-control- Result:
Error: Remote Control is not yet enabled for your account. - Manually set
tengu_ccr_bridge: trueandhasAvailableSubscription: truein~/.claude.json claude remote-control- Result:
Error: Registration: Access denied (403): OAuth token does not meet scope requirement user:sessions:claude_code.
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.79
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗