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

Three Practical Patterns for Making Money with OpenClaw
Analysis of 100 OpenClaw users shows three consistent approaches: turning existing knowledge into AI assistants, automating repetitive research, and selling time-saving outcomes rather than AI features.

Building a 7-Agent AI Trading Desk with OpenClaw
Discover the setup of a 7-agent AI trading desk using OpenClaw, running on a Mac mini with Claude as the brain, featuring custom Flask dashboards and Cron jobs.

Episode 9 of Building an AI-Run Store: Multi-Agent Coordination for Claude Code Agents
The latest episode in the orchestrator series covers how six Claude code agents coordinate to hand off work, avoid conflicts, and maintain state across sessions when running an AI company.

Direct Mobile Document Ingestion to OpenClaw: iOS to Raspberry Pi Health Workflow
A developer shares an architecture for pushing documents directly from an iOS mobile client to a local OpenClaw instance on a Raspberry Pi, using QR-based pairing and dedicated endpoints for health record processing.