Feature Request: Enable Remote Control for Team plans
Status Fixed / completed
Maintainer reply None cached
Workaround ✓ Mentioned in thread ↓
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.
Showing cached comments. Read the full discussion on GitHub ↗
14 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 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.
+1 to this. Why are we paying for premium team seats and getting less features....
+1
+1
+1 for premium seats is must have feature
Yes is Importand
+1 Need this in Team plan
We desperately need this on Claude Teams too! PLE-E-A-S-E 🙏🏻
+1
+1
I am on a Team plan and I've been using
/remote-controlover a week now. I do have Premium Seat assigned, though.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."
Until Remote Control comes to Team plans:
Workaround 1 — SSH + tmux for remote access:
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:
This gives you browser-based access to Claude Code.
Workaround 3 — ngrok or tailscale for secure remote access:
Tailscale creates a secure private network between your devices without opening ports.