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

Claude Projects + Gamma Connector: 12-Minute Investor Updates from $12K MRR SaaS Founder
A founder running a SaaS for Indian tutors ($12K MRR) cut investor update time from 3 hours to 12 minutes by using Claude Projects (persistent context) with the Gamma connector to auto-generate visual decks.

Claude AI Diagnoses Zigbee Network Issue, Recommends Switching from deCONZ to Zigbee2MQTT
A user reported that Claude AI identified a deCONZ issue where switching scenes triggered over 80 ZCL-attribute read commands that overwhelmed a Conbee 2 adapter. Claude recommended migrating to Zigbee2MQTT, which resolved years of unreliable lighting behavior.

Developer Uses Claude Code to Build USB Dongle That Auto-Plays Chrome Dino Game
A developer built a USB dongle using an ATtiny85 board that automatically plays Chrome's Dino game by detecting obstacles with light sensors and sending keyboard commands. Claude Code assisted with firmware development including V-USB integration, sensor logic, and adaptive timing algorithms.

Claude Projects vs Claude Code: Read/Write Gap Frustrates Second Brain Users
A user maintaining a markdown-based 'second brain' details friction between Claude Chat's voice-friendly Projects and Claude Code's file editing capabilities, proposing MCP as a workaround.