DEV Community

정상록
정상록

Posted on

Claude Code Remote Control: 3 Methods Compared (Moshi vs RC vs OpenClaw)

TL;DR

Moshi + Mosh + tmux + Tailscale = best overall. Remote Control = easiest. OpenClaw = risky but unique messaging integration.

The Problem

You're at a café, on the subway, or just away from your desk. Your Mac is running Claude Code on a massive refactoring task. How do you check progress? Send new instructions? Get notified when it's done?

I tested all three available methods. Here's my honest breakdown.

1. Moshi + SSH Stack (Recommended)

iPhone (Moshi) → Tailscale VPN → Mosh → tmux → Claude Code CLI
Enter fullscreen mode Exit fullscreen mode

Setup: ~30 minutes
Cost: Free (beta + Tailscale free tier)
Security: SSH + WireGuard, no middleman

What makes it special:

  • Voice commands: Whisper-based, on-device. Say "fix the tests" while walking
  • Push notifications: Webhook to iPhone + Apple Watch when Claude finishes
  • Unattended execution: tmux keeps running even if you close the app
  • File upload: Send screenshots directly via SSH

2. Claude Code Remote Control (Official)

claude rc  # That's it
Enter fullscreen mode Exit fullscreen mode

Setup: 30 seconds
Cost: Max subscription ($100-200/month)
Security: Anthropic relay, TLS

Limitations:

  • Mac must stay awake
  • Single session only
  • No push notifications
  • No voice commands

3. OpenClaw + maniple (Use with Caution)

Telegram message → OpenClaw → maniple → Claude Code → Result back
Enter fullscreen mode Exit fullscreen mode

Setup: Hours
Cost: API pay-per-use + optional VPS
Security: ⚠️ CVE-2026-25253, no HTTP auth

The only reason to consider:

  • Messaging app integration (Telegram/WhatsApp)

Comparison Table

Feature Moshi Remote Control OpenClaw
Real-time control
Unattended execution
Voice commands
Push notifications
Security 🟢 Best 🟢 Good 🔴 High risk
Cost Free $100-200/mo Pay-per-use

Bottom Line

Moshi for the best balance of features, security, and cost.
Remote Control if you already have Max and want zero setup.
OpenClaw only if messaging app automation is non-negotiable.

What's your remote Claude Code setup? Drop a comment below.

Top comments (0)