Claude Code Remote Control is a feature that lets you connect to a running Claude Code session from any device, including Claude Code Web in a browser or the Claude mobile app on your phone. This means you can start a session at your desk, walk away, and continue interacting with it from anywhere, without losing context or progress.
To begin, navigate to your project directory in the terminal and run:
claude remote-control
This starts a new Claude Code session and displays a URL you can use to connect via Claude Code Web. If you press the space bar, a QR code appears that you can scan with your phone to open the session in your mobile browser or the Claude mobile app.
If you are already in a Claude Code session and want to hand it off to a remote device, type:
/remote-control
This will display the connection URL within your current session. Note that the URL is provided for convenience. Since Claude Code is tied to your Claude account, you can also access the session directly from your mobile device without explicitly clicking the link.
By default, you must explicitly enable remote control each time you start a session. However, you can change this in your configuration. Use the /config command to enable remote control for all sessions, so it is always available without requiring the extra step.
Claude Remote Control also includes a spawn mode that lets you create entirely new Claude Code sessions from a remote device. As of the time of this video, spawn mode is available to Max, Team, and Enterprise users.
claude remote-control in your terminal.Remote control is currently rolling out to Pro and Max plan users. Spawn mode requires a Max, Team, or Enterprise plan.