Feature Request: Enable Remote Control for Team plans

Status Fixed / completed
Maintainer reply None cached
Activity 15 comments · opened Feb 28, 2026 · closed Aug 17, 2026

Remote Control is currently limited to Max plans. It would be very valuable to have this feature available on Team plans as well, enabling team members to connect to Claude Code sessions remotely.

View original on GitHub ↗

14 Comments

github-actions[bot] · 6 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/29185
  2. https://github.com/anthropics/claude-code/issues/28862
  3. https://github.com/anthropics/claude-code/issues/28781

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

psteinweber · 6 months ago
Found 3 possible duplicate issues: 1. [[BUG] Remote Control not available on Pro plan — requesting access #29185](https://github.com/anthropics/claude-code/issues/29185) 2. [[Feature Request] Remote Control access for Pro plan users #28862](https://github.com/anthropics/claude-code/issues/28862) 3. [[Feature Request] Enable Remote Control feature for Pro subscription users #28781](https://github.com/anthropics/claude-code/issues/28781) This issue will be automatically closed as a duplicate in 3 days. If your issue is a duplicate, please close it and 👍 the existing issue instead To prevent auto-closure, add a comment or 👎 this comment 🤖 Generated with Claude Code

It's not a duplicate because the mentioned issues refer to the pro plan. The team plan is something else. There are premium seats for $125/m that are somewhat the team equivalent to the max plan. People within organizations are often not having access to individual plans, therefore this should be the next rollout step.

ryanwhitemedia · 6 months ago

+1 to this. Why are we paying for premium team seats and getting less features....

vinit1009 · 5 months ago

+1

fabolivark · 5 months ago

+1

vladimirsvicevicsrb · 5 months ago

+1 for premium seats is must have feature

stefanskiasan · 5 months ago

Yes is Importand

KennyMullican · 5 months ago

+1 Need this in Team plan

demisx · 5 months ago

We desperately need this on Claude Teams too! PLE-E-A-S-E 🙏🏻

Jassu225 · 5 months ago

+1

michaelschung · 5 months ago

+1

demisx · 5 months ago

I am on a Team plan and I've been using /remote-control over a week now. I do have Premium Seat assigned, though.

geoffreybennett · 5 months ago

This is now available, see: https://code.claude.com/docs/en/remote-control "Remote Control is available on all plans. On Team and Enterprise, it is off by default until an admin enables the Remote Control toggle in Claude Code admin settings."

yurukusa · 5 months ago

Until Remote Control comes to Team plans:
Workaround 1 — SSH + tmux for remote access:

tmux new-session -s claude 'claude --dangerously-skip-permissions'
ssh user@dev-machine -t 'tmux attach -t claude'

This gives you remote access to your Claude Code session from any device with SSH. Combine with a mobile SSH app (Termius, Blink) for phone access.
Workaround 2 — VS Code Remote + Claude Extension:
Use VS Code's Remote-SSH extension to connect to your dev machine, then use the Claude Code extension through VS Code's web interface:

code-server  # or VS Code with Remote Tunnels

This gives you browser-based access to Claude Code.
Workaround 3 — ngrok or tailscale for secure remote access:

tailscale up

Tailscale creates a secure private network between your devices without opening ports.

Showing cached comments. Read the full discussion on GitHub ↗