Compare · Remote Control Alternative

Claude Code Remote Control alternative: go direct over SSH

Anthropic's Remote Control lets the Claude app steer a Claude Code session from your phone, relayed through Anthropic's infrastructure. It is convenient — and for many people it is enough. But it is also a specific shape of remote work: a controller for a session, mediated by a service.

The alternative is older and simpler: SSH straight into your server. ServerCC packages that approach into an iOS app designed for AI coding agents — the full terminal, sessions that persist in tmux on your machine, and the freedom to run whatever you want, including Codex.

How the two approaches differ

ServerCC (SSH)Remote Control
Connection pathPhone → your server, direct SSH (Tailscale built in for private networks)Phone → Anthropic infrastructure → session
What you can runAnything on the box: Claude Code, Codex, git, tests, buildsClaude Code sessions
Session persistencetmux on your server — survives app close, network drops, phone rebootsManaged by the feature
Terminal accessFull PTY terminal with keyboard toolbar, multi-line editing, image attachmentsChat-style controls
Review & shipGit diff review, SFTP file browser, port preview, VNCFollow the session
DependencyYour server + SSH — nothing elseAnthropic's service availability and feature scope
Not either/or

The two coexist fine. Remote Control is great for quick check-ins; SSH is the dependable path for work that lives on your own machines.

When Remote Control is not working

A quick checklist before you give up on it — these cover most reports:

  1. Update Claude Code — the feature ships and changes through CLI releases
  2. Confirm the session was started with Remote Control enabled, and that phone and machine use the same account
  3. Check your plan and organization settings allow the feature
  4. If it still fails — or you need it to work offline from Anthropic’s relay — connect over SSH instead. Your server, your terminal, no middle service to debug.

Setup for the SSH route takes about five minutes: Quick Start. For the bigger picture of running agents from a phone, see Claude Code on iPhone and Persistent Sessions.