Remote Control feature unavailable on Max plan — slash command missing, --remote-control silently ignored, /feedback also fails
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?
Description
On a Max plan (primary owner, paid personally), the Remote Control feature is completely missing from Claude Code despite meeting all documented requirements. The /feedback slash command also fails, suggesting a shared backend feature-flag issue affecting "non-essential traffic" features on this account.
Expected behavior
/remote-controlshould appear in the slash-command autocompleteclaude --remote-controlshould start a session that prints a connection URL / QR code/feedbackshould accept bug reports
Actual behavior
/remote-controldoes not appear in autocomplete — only/remote-envshows up when typing/remclaude --remote-controlsilently starts a normal session with no URL, no QR code, no Remote Control indicator, even with--verbose/feedbackfails to submit
Environment
- Plan: Claude Max (primary owner, paid personally)
- Email: geral@callback.pt
- Organization ID: 18045e6a-c75b-48db-9b39-0973ce14770f
- Claude Code version: 2.1.112
- OS: Windows 11
- Authentication: Claude Max OAuth (confirmed via
/status, no API key)
Troubleshooting already completed
- [x] Upgraded to latest Claude Code version (v2.1.112)
- [x] Full
/logoutand OAuth re-login with Claude Max account - [x] Verified
/statusshows "Login method: Claude Max Account" - [x] Confirmed no relevant environment variables are set (checked User, Machine, and Process scopes on Windows):
ANTHROPIC_API_KEY— not setCLAUDE_CODE_OAUTH_TOKEN— not setCLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC— not setDISABLE_TELEMETRY— not setCLAUDE_CODE_ORGANIZATION_UUID— not set- [x]
/admin-settings/claude-codepage redirects to/settings/general(expected for Max, per support) - [x] No admin toggle exists in user settings, org settings, or Claude Console for Remote Control
Support chat outcome
Support chat (Fin AI Agent) confirmed:
- ZDR does not apply to Max plans, so ZDR is ruled out
- No admin toggle is expected for Max
- This is likely "a backend rollout / feature-flag issue"
- The chat cannot escalate server-side feature flags and loops when human handoff is requested
Request
Please enable the Remote Control feature flag server-side for organization 18045e6a-c75b-48db-9b39-0973ce14770f, or clarify why this Max account is being excluded from the rollout.
What Should Happen?
As a Claude Max subscriber meeting all documented requirements for Remote Control, the feature should be available:
/remote-controlshould appear in the slash-command autocomplete inside Claude Code sessions- Running
claude --remote-controlfrom the command line should establish a Remote Control session and display a connection URL and/or QR code so the session can be continued from claude.ai/code or the Claude mobile app /feedbackshould work for submitting bug reports from within Claude Code
Per Anthropic's official documentation (https://code.claude.com/docs/en/remote-control), Remote Control is available on Pro and Max plans without any admin toggle or manual enablement required — it is only admin-gated on Team and Enterprise plans. Anthropic support has confirmed this is the expected behavior for Max subscribers.
Error Messages/Logs
Steps to Reproduce
- Ensure Claude Code v2.1.112 is installed on Windows 11
- Authenticate with a Claude Max account that belongs to an organization where you are the primary owner. Verify with
/status— should show "Login method: Claude Max Account" - Verify no relevant environment variables are set in any scope (User, Machine, Process):
ANTHROPIC_API_KEYCLAUDE_CODE_OAUTH_TOKENCLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICDISABLE_TELEMETRYCLAUDE_CODE_ORGANIZATION_UUID
- Open PowerShell and run:
claude - Inside the Claude Code session, type
/remto trigger slash-command autocomplete
- Expected:
/remote-controlappears in the list - Actual: Only
/remote-envappears;/remote-controlis missing entirely
- Exit the session with
/exit - In PowerShell, run:
claude --remote-control
- Expected: Session starts and displays a connection URL and/or QR code for mobile/web access
- Actual: A normal Claude Code session starts silently; no URL, no QR code, no Remote Control indicator anywhere
- Try with verbose mode:
claude --remote-control --verbose
- Actual: No additional output related to Remote Control is shown; the flag appears to be silently ignored
- Inside the session, try
/feedbackto report the bug through the built-in channel
- Actual:
/feedbackalso fails, suggesting a shared backend feature-flag issue affecting multiple "non-essential traffic" features on this account
Additional context: Attempting to access https://claude.ai/admin-settings/claude-code (the documented admin toggle location) redirects to https://claude.ai/settings/general. Per Anthropic support chat, this redirect is expected for Max plans, because the admin toggle only exists on Team/Enterprise. Support also confirmed ZDR does not apply to Max and is not the cause.
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.112
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗