Emergency coding setup: Claude Code on OCI free VM with Termux on Android

Emergency coding setup for production issues
A developer on r/ClaudeAI shared a practical setup for emergency coding when a laptop isn't available. The solution addresses production issues that can occur when you're away from your primary development machine.
Core components
- OCI Free Tier VM: Oracle Cloud Infrastructure's free VM with 24GB RAM and 4 vCPUs
- GitHub CLI: Installed on the VM
- Claude Code: Installed on the VM
- Termux: Android terminal emulator used to SSH into the VM
Cost breakdown
- OCI VM: Free
- Termux: Free
- Claude Pro ($20/month) or Claude Max ($100/month): Required for Claude Code access
- The developer notes that Claude Pro is sufficient for emergency use
Workflow
The setup is configured once. After that, when a production alert occurs:
- Open Termux on Android
- SSH into the OCI VM
- Claude Code is live on a 24GB machine within 2 minutes
The developer emphasizes this isn't a laptop replacement, but rather a way to "stop being blocked when it's not with you." They also ask the community about alternatives, specifically whether people prefer VS Code server or Blink Shell over Termux.
📖 Read the full source: r/ClaudeAI
👀 See Also

Running Claude Code Remote Control on a Cloud Server via RAgent
A developer deployed the open-source RAgent project to Railway to run Claude Code's Remote Control feature from a cloud server, solving the issue of laptop sleep disconnecting sessions. The setup uses a $5/month VPS as an always-on Claude Code machine accessible via the Claude mobile app.

Claude AI used to create 15-minute speculative film from concept to finish
A user pushed Claude's reasoning and creative writing capabilities to develop a complete film concept, script, and scene direction for a 15-minute AI speculative film about a family in a hypothetical Middle East conflict, with Claude handling the "Impossible Choice" central theme.

Migrating from OpenClaw to Cowork + Claude Code: A Developer's Experience
A developer migrated from OpenClaw to Anthropic's Cowork with Claude Code sessions, citing better cron jobs, dispatch routing, and persistent memory. The setup uses a three-layer context design with Cowork handling orchestration and Claude Code executing code in repositories.

OpenClaw Reconciles Garmin Device Worksheet Against Real Activity History
A user fed OpenClaw a stale Garmin app screenshot and a blank worksheet; it fetched real activity history, reconciled each entry, and populated the exact 3-tab spreadsheet support required.