Running Claude Code Remote Control on a Cloud Server via RAgent

✍️ OpenClawRadar📅 Published: February 25, 2026🔗 Source
Running Claude Code Remote Control on a Cloud Server via RAgent
Ad

A developer has shared a method for running Claude Code's Remote Control feature from a cloud server instead of a local laptop, addressing the common problem where laptop sleep terminates the session.

How It Works

The approach uses RAgent, an open-source project that runs Claude Code in a Docker container. The developer deployed RAgent to Railway, which offers one-click deployment for Docker projects. After deployment, they accessed the web terminal on Railway to run two commands: claude login followed by claude remote-control. This generated a QR code that could be scanned from the Claude mobile app to establish the remote control session.

Ad

Key Benefits

  • The session runs on the server, so it remains active regardless of whether the local laptop is on, off, or asleep.
  • Access is through the Claude mobile app, which provides a better user experience than using a terminal in a phone browser.
  • The setup effectively turns a $5/month VPS into an always-on Claude Code machine that can be controlled from anywhere.

Note that the Remote Control feature requires a Claude Pro or Max subscription plan.

The RAgent repository is available at https://github.com/Chris-bzst/ragent for those who want to try this setup.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Developer Builds AI Baseball Simulation Engine with Claude Code in Two Weeks
Use Cases

Developer Builds AI Baseball Simulation Engine with Claude Code in Two Weeks

A developer used Claude Code to build a complete baseball simulation system with 30 AI-managed MLB teams, game recaps, press conferences, and audio podcasts. The project cost $50 in API credits and includes a simulation engine, content pipeline, Discord bot, and website.

OpenClawRadar
Using Claude Cowork to Automate Gift Card Extraction from Gmail
Use Cases

Using Claude Cowork to Automate Gift Card Extraction from Gmail

A developer used Claude Cowork to extract 48 gift card numbers from Gmail by connecting to their account, searching emails with specific subjects, and running JavaScript scripts to automate website interaction after Python scripts triggered bot detection.

OpenClawRadar
Claude Code Used to Reverse Engineer Disney Infinity 1.0, Breaking 13-Year Character Restriction
Use Cases

Claude Code Used to Reverse Engineer Disney Infinity 1.0, Breaking 13-Year Character Restriction

A developer used Claude Code (Opus 4.6 with high reasoning) to reverse engineer the Disney Infinity 1.0 game binary, identifying and patching 13 validation call sites that prevented characters from playing in any playset. The solution required 17 binary patches and 3 modified data files, solving a problem the modding community had been unable to crack for over a decade.

OpenClawRadar
🦀
Use Cases

Local vs VPS OpenClaw deployment: practical differences for AI coding agents

Running OpenClaw locally provides real browser access with existing login sessions and local file access, while VPS deployment limits functionality to basic tasks and faces website restrictions.

OpenClawRadar