If you already run Claude Code on a VPS and reach it with Termius, you have already solved the part most tools get wrong, which is keeping the agent alive when you walk away. Manta runs on the same box beside Termius. Here is the honest difference.
The Termius + SSH column describes the common incumbent stack. Rows we lose stay in.
| Termius + SSH | Manta UI | |
|---|---|---|
| Agents run on | Your VPS | Your VPS (same box) |
| Architecture | Terminal + tmux on the box | Server + clients, real tmux underneath |
| Keeps running with every client closed | Yes, that is the point of tmux | Yes |
| Phone client | Termius app shows terminal | The full app, with a transcript |
| Approve a command from your phone | Type into the TUI | One tap |
| Tells you when the agent is blocked | No. You go and look | Push to the right device |
| Remote access | SSH keys, by hand | Detected and set up (Tailscale or public hostname) |
| Platforms (the box) | Anywhere SSH runs | Linux or macOS |
| Permissions model | Approve at the terminal | Permission cards in the chat panel |
| Diff review / inline annotation | Your normal git host | No |
| Built-in code editor | Your editor over SSH | Terminal + chat only |
| Agent runtimes supported | Anything that runs in a terminal | 2 (Claude Code, opencode) |
| Git worktree per session | By hand | Yes |
| Real tmux underneath | Yes | Yes |
| Agent scheduling, webhooks, secrets | No | Yes |
| Account required | Termius sync is account-bound; SSH itself is not | No |
| Licence | Termius: proprietary. Claude Code: proprietary | MIT |
| Maturity | Both are mature and widely deployed | Manta is new |
| Price | Termius has a free tier and a paid plan. Claude Code is API cost | Free. You still pay Claude |
Conceding first and plainly. The hard part is already solved.
Specific. None of these attack the SSH stack; they are things the stack is the wrong shape for.
Manta installs a server on the same box. SSH still works. tmux still works. The agent still lives in tmux.
Your VPS ← owns the work ├── tmux ── agent sessions └── sshd ── termius, iTerm, etc. │ │ termius (phone) termius (desktop) the only way to interact with the agent is through a terminal window.
Your VPS ← owns the work ├── manta-server ── chat, schedules, secrets ├── tmux ── agent sessions (same) └── sshd ── still there │ │ │ desktop phone browser (full app) (full) (full) termius, ssh, tmux all still work.
Yes. This is the page's whole point.
Manta installs on the same box and does not take SSH away. The same tmux session that Termius attaches to is the one Manta's chat panel talks to. SSH still works, tmux still works, Termius still works. The chat panel and the phone client are the parts that change. Most setups we expect are exactly that: Termius for terminal-heavy work, Manta for chat and phone.
Five questions, answered in full.
No. SSH still works on the same box. You can ssh into the box, attach to the same tmux session Manta is steering, and continue from the terminal.
No. Termius keeps connecting to the same box. The chat panel and the phone client are the parts that change. Most people we expect to talk to run both: Termius for editor-heavy work, Manta for chat and phone.
Yes. Manta runs Claude Code in a tmux session on the box. The same session can be attached from Termius or steered from Manta's chat panel. The model provider stays the same.
No. The installer adds a system service (manta-server) and either opens no public port (Tailscale path) or one HTTPS port (Caddy + LE on a per-box hostname). It does not change your SSH config, your authorized keys, or your sshd settings.
If your current setup covers your needs, keep it. Manta is for the cases SSH does not cover: a phone app that can actually approve a command, a notification when the agent gets stuck, dictation, file upload, and tools the agent can use between turns.
One curl command. SSH and tmux keep working alongside it.