Remote Control is one way to use Claude Code away from your desk. It is not the only one, and the options get confused constantly because several of them share the claude.ai interface. These articles cover the rest of that family, and when each one is the right choice.
Not sure which one you want? Every way to reach Claude Code away from your terminal compares all six side by side and narrows it down with two questions. Start there, then come back for the detail on whichever one you picked.
All articles
Every Way to Reach Claude Code Away From Your Terminal
Six ways to run Claude Code when you are not at your desk, sorted by the question that actually decides between them: where the code has to execute.
Auto Mode Becomes the Claude Code Default on 14 August
From 14 August, new Claude Code sessions on Pro, Max and Team start in auto mode. What changes, how to keep Manual, and why it matters for remote sessions.
Cross-Session Messaging in Claude Code
Your Claude Code sessions can message each other, and across machines it travels over the Remote Control connection. Reply-only limits, inbound controls, and how to switch it off.
Using /goal to Keep Claude Code Working Unattended
/goal sets a completion condition and keeps Claude working across turns until an evaluator confirms it holds. How to write one that works, and what it will not do.
Claude Code Sandboxing for Sessions You Leave Running
The Bash sandbox restricts writes and network, not credential reads. Modes, what still prompts, the escape hatch, and using it with Remote Control server mode.
Claude Code Worktrees: Isolating Parallel Sessions
Server mode and background sessions both use git worktrees. How they are created, the .env trap, what gets deleted on exit, and how isolation is enforced.
Claude Code Background Sessions and Agent View
Background sessions keep running after you close the terminal. How to dispatch, peek, attach, what carries over, and the worktree trap when deleting them.
Claude Code Permission Modes for Unattended Work
A permission prompt stalls a session you are not watching. The six modes, what each auto-approves, and which to set before you walk away.
Claude Code Scheduled Tasks: /loop, Cron, and Durable Alternatives
Run a prompt on a schedule with /loop, understand jitter and the seven-day expiry, and know when you need Routines or Desktop tasks instead.
Claude Code on the Web: Cloud Sessions, Teleport, and Why It Is Not Remote Control
Cloud sessions run on Anthropic infrastructure while Remote Control exposes the session on your own machine. How cloud sessions work, how to teleport one back, and the shared plumbing that makes teleport throw Remote Control errors.
Claude Code Channels: Push Telegram, Discord and iMessage Into a Session
A channel is an MCP server that pushes events into a running Claude Code session. Setup for Telegram, Discord and iMessage, plus the security model.