Field intelligence for AI-first professionalsVol. II · Nº 56 · Saturday, August 15, 2026
← All tracks
Track 24Pro Track~96 min total

Remote Claude Code

Run Claude Code as a 24/7 autonomous agent on a Linux VPS, accessible from your phone via Telegram with systemd persistence, auto-permission handling, and production-grade security. Covers VPS hardening, service orchestration, Telegram Channels plugin, permission watcher patterns, and operational security.

Prerequisite:


§  The modules
  1. 01Why Run Claude Code RemotelyUnderstand the trade-offs between desktop and VPS deployment, decide when remote Claude Code is worth the operational overhead, and map cost vs benefit for your workflow.Free
  2. 02VPS Setup and HardeningChoose a VPS provider, create a non-root user, configure SSH key authentication, set up a firewall, install Node.js and Claude Code, and complete first-time OAuth authentication.Free
  3. 03systemd Persistence and tmuxWrite a systemd service that keeps Claude Code alive across reboots, wrap it in tmux for inspection access, configure restart policies, and set up logging with journalctl.Pro
  4. 04Telegram Channels PluginCreate a Telegram bot with BotFather, install the official Claude Channels plugin, configure allowlist mode, handle message length limits, and compare against Discord, Slack, and iMessage alternatives.Pro
  5. 05Auto-Permission WatcherBuild a background script that auto-approves permission prompts for unattended operation, analyze the security trade-offs, and learn safer alternatives using explicit MCP allowlists and settings.local.json.Pro
  6. 06Security and OperationsAudit the attack surface, rotate OAuth and bot tokens, monitor for anomalies, build a backup and recovery plan, and define an incident response playbook for a compromised agent.Pro
Start module 01 Finish all six for the Pro Track