Claude Code Remote Control: Continue Local Sessions from Any Device

Claude Code Remote Control connects claude.ai/code or the Claude mobile apps to a Claude Code session running locally on your machine. You can start a task at your desk and pick it up from your phone or another computer while Claude keeps running locally the entire time—nothing moves to the cloud.
Key Features
With Remote Control you can:
- Use your full local environment remotely: your filesystem, MCP servers, tools, and project configuration all stay available
- Work from both surfaces at once: the conversation stays in sync across all connected devices, so you can send messages from your terminal, browser, and phone interchangeably
- Survive interruptions: if your laptop sleeps or your network drops, the session reconnects automatically when your machine comes back online
Unlike Claude Code on the web, which runs on cloud infrastructure, Remote Control sessions run directly on your machine and interact with your local filesystem. The web and mobile interfaces are just a window into that local session.
Requirements
Before using Remote Control, confirm that your environment meets these conditions:
- Subscription: requires a Pro or Max plan. API keys are not supported. Remote Control is not available on Team or Enterprise plans.
- Authentication: run
claudeand use/loginto sign in through claude.ai if you haven't already - Workspace trust: run
claudein your project directory at least once to accept the workspace trust dialog
Starting a Remote Control Session
You can start a new session directly in Remote Control, or connect a session that's already running.
For a new session, navigate to your project directory and run:
claude remote-controlThe process stays running in your terminal, waiting for remote connections. It displays a session URL you can use to connect from another device, and you can press spacebar to show a QR code for quick access from your phone. While a remote session is active, the terminal shows connection status and tool activity.
This command supports the following flags:
--verbose: show detailed connection and session logs--sandbox/--no-sandbox: enable or disable sandboxing for filesystem and network isolation during the session. Sandboxing is off by default.
If you're already in a Claude Code session and want to continue it remotely, use the /remote-control (or /rc) command:
/remote-controlThis starts a Remote Control session that carries over your current conversation history and displays a session URL and QR code you can use to connect from another device. The --verbose, --sandbox, and --no-sandbox flags are not available with this command.
Use /rename before running /remote-control to give the session a descriptive name. This makes it easier to find in the session list across devices.
Connecting from Another Device
Once a Remote Control session is active, you have a few ways to connect from another device:
- Open the session URL in any browser to go directly to the session on claude.ai/code
- Scan the QR code shown alongside the session URL to open it directly in the Claude app
- Open claude.ai/code or the Claude app and find the session by name in the session list
Remote Control sessions show a computer icon with a green status dot when online. The remote session takes its name from your last message, your /rename value, or "Remote Control session" if there's no conversation history.
If the environment already has an active session, you'll be asked whether to continue it or start a new one.
📖 Read the full source: HN AI Agents
👀 See Also

Claude Code Built Treelo: A Free Video Transcription Tool
A video editor used Claude Code to build Treelo, a free tool that transcribes video/audio files, removes filler words, allows SFX placement at exact timestamps, and exports SRT for Premiere or ASS for DaVinci Resolve.
Gigacatalyst: Embed an AI Builder in Your SaaS to Let Users Create Custom Workflows
Gigacatalyst lets you embed an AI-powered app builder into your SaaS. Non-technical users describe workflows in natural language, and the system generates governed apps using your APIs, data model, and design system — with auth, tenant isolation, and version control built in.

OpenIntel Iran: AI-Powered Conflict Dashboard Updates with Hourly Briefings
A developer's AI agent has overhauled the OpenIntel Iran dashboard, an auto-updating intelligence tool that scans Reuters, AP, BBC, and other major sources hourly to verify developments and publish structured briefings on the Iran-Israel-US conflict.

OpenClaw Integrates Features from Claude Code Leak
An OpenClaw user had their bot analyze the leaked Claude Code (Rust recreation by Instructkr) and selectively ported specific architectural patterns into their OpenClaw setup. The integration focuses on practical improvements like automatic startup continuity, conversation compaction, and a pre-tool/post-tool hook framework.