Onepilot gives you full SSH terminal access from iOS. But what if you want even lighter-weight control — deploy agents and check results without opening a dedicated app? That's where OpenClaw comes in.
What Is OpenClaw?
OpenClaw is a free, open-source gateway that runs on your server and connects to a Telegram bot. You message the bot; it executes commands on your server. Think of it as SSH-over-Telegram — optimized for AI agent workflows.
How It Works
- Install OpenClaw on your server — it sets itself up as a background service
- Link a Telegram bot — OpenClaw walks you through creating a bot via BotFather
- Send commands via Telegram — deploy agents, check status, review output
The gateway runs locally on your server. Your commands go through Telegram's encrypted API. No third-party servers see your code or credentials.
Setting It Up
From Onepilot (or any SSH client), connect to your server and run the setup:
The Onepilot app includes a one-tap OpenClaw setup wizard that handles everything — installs Node.js via nvm (no sudo required), installs OpenClaw, configures the Telegram bot, and starts the gateway as a background service.
What You Can Do
- Deploy agents — tell the bot to start Claude Code or Codex on a specific repo
- Check status — ask what the agent is currently doing
- Get results — receive git diffs and test results directly in Telegram
- Run commands — execute arbitrary shell commands on your server
Onepilot vs OpenClaw: When to Use Each
| Scenario | Best Tool |
|---|---|
| Full terminal session | Onepilot |
| Quick agent deployment | OpenClaw |
| File browsing & git UI | Onepilot |
| Status check from notification | OpenClaw |
| Interactive debugging | Onepilot |
| Fire-and-forget tasks | OpenClaw |
They complement each other. Use Onepilot for hands-on work and OpenClaw for quick, lightweight commands.
Why Telegram?
Telegram is available everywhere — iOS, Android, desktop, web. It handles notifications natively. You can manage agents from any device without installing a specialized app. It's the universal remote for your servers.
Get Started
OpenClaw is free and takes under 5 minutes to set up. Use Onepilot to SSH into your server and run the setup wizard, or install manually via npm.
For the full mobile agent workflow, read our agent deployment guide. Managing multiple agents? See our remote management playbook.