Back to articles
I Was Tired of SSH — So I Built an AI Agent That Lets Me Check My Terminal From My Phone

I Was Tired of SSH — So I Built an AI Agent That Lets Me Check My Terminal From My Phone

via Dev.to PythonMark Effect

I just wanted to close my laptop. I was running ML training jobs that take hours. Wanting to leave the office, but afraid to close the laptop. Checking SSH from my phone on the subway. Sound familiar? The old way: SSH with tmux. VPN configurations. Dynamic DNS. Port forwarding. Key management. It all works until it doesn't. One day I asked myself a simple question: why can't I just check my terminal from anywhere? Like checking email. Without infrastructure. The problem with existing solutions When OpenClaw went viral (214K GitHub stars), I understood why — people want AI agents that control their computers. But I tried it, and hit the same wall everyone hits: It only controls the machine it runs on No remote access through NAT/firewalls Complex Docker setup No multi-machine support If your server is behind a firewall (and whose isn't?), you're back to VPN. A different architecture I built CMDOP with a fundamentally different approach: [Your Phone/Laptop] → [Relay] ← [Agent on Server]

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles