Control your home server & Raspberry Pi from anywhere
You're out, and the Pi running your backups has stopped responding. Or the home server's disk is full and Nextcloud won't sync. With AI Commander you just open Claude on your phone and say what you want — it runs the command on the box at home and shows you the result. No port forwarding, no VPN, no exposed SSH.
The job
Home servers, NAS boxes, and Raspberry Pis are headless — there's no monitor to share, and the thing you reach for is a terminal. The usual ways to get one from outside your house are awkward: open a port on the router (and hope nobody scans it), forward SSH, stand up a VPN, or run a tunnel. AI Commander skips all of that. The agent dials out to the relay, so there is nothing inbound to secure.
- Restart a service that wedged (
jellyfin,samba,pihole-FTL). - See why the disk is full and clear it (
df -h, then prune old logs or Docker images). - Check the Pi's temperature and throttling before it browns out.
- Apply the updates you've been putting off, and reboot cleanly.
What it looks like
You quote the machine's session code (or a saved alias like home-pi) and describe the task:
Because the output is plain text, the agent can read it, reason about it, and chain the next step — exactly what you'd do at a keyboard, except you described it in one sentence.
Why AI Commander instead of the usual options
| AI Commander | Port forward + SSH | VNC / TeamViewer | VPN | |
|---|---|---|---|---|
| Open a router port? | No | Yes | No | Often |
| Works on a headless box | ✓ | ✓ | needs a screen | ✓ |
| Works behind CGNAT | ✓ | ✗ | ✓ | depends |
| An AI can drive it | ✓ native MCP | ✗ | ✗ | ✗ |
| Setup | one install command | router + keys | account + client | tunnel config |
Set it up
On the Pi or home server (Linux), run the one-line installer; it registers a stable session code that survives reboots:
curl -fsSL https://aicommander.dev/install | sudo bash
Then connect your AI client and mention the code. Optionally
sign in to save the machine under a friendly alias like home-pi
so you never have to remember the code.
FAQ
Put your home server one sentence away
Install the agent on your Pi or home server and ask Claude to check on it tonight.