Skip to content
Servey logoServey

Run your Mac's terminal on your iPhone

A genuine shell on your own Mac, reachable from the phone in your pocket. Not a web console, and not an SSH client you have to configure first.

See how it works

What running a terminal on your iPhone actually means

It means opening a shell session on your Mac, from your iPhone, and typing commands that run on the Mac. The phone is the keyboard and screen; the Mac does the work. Nothing is executed on the phone itself, and nothing needs to be installed on a server, because the machine you are reaching is one you already own.

That is a narrower job than a general SSH client does, and the narrowness is the point. Because Servey only ever connects you to your own Mac, it can skip the entire configuration step that makes SSH from a phone unpleasant.

The usual way, and why people give up on it

The conventional route is to enable Remote Login on the Mac, install an SSH client on the iPhone, generate or import a key, and connect. On your home network that works. The moment you leave, it stops: your Mac is behind a router that does not accept inbound connections.

The fixes are all real work. Forward a port and you have exposed SSH to the internet. Run a VPN and you have a second thing to maintain. Use an overlay network and you have added a dependency to every device. Most people try one of these, find it fiddly on a phone, and stop bothering.

  • Remote Login enabled, plus a key managed on a touch keyboard.
  • A port forward, a VPN, or an overlay network to get in from outside.
  • Carrier networks that block or NAT the connection anyway.

How Servey does it instead

Servey installs a host app on the Mac. Both devices sign in to the same account, and the Mac registers itself. When you tap it, Servey picks a path: a direct connection on your local network, or a private peer-to-peer connection between your two devices when you are elsewhere. You never choose, and there is nothing to configure on your router.

On the remote path the session is end-to-end encrypted between your devices. The cloud brokers the initial handshake and then largely gets out of the way.

What this is genuinely good for

Short, decisive tasks where getting to a prompt is most of the battle: restarting a service that has wedged, tailing a log to see whether a job finished, killing a runaway process, checking disk space before something fills up, or kicking off a build while you are away from your desk.

It is less suited to long editing sessions. A phone screen is a phone screen. For anything sustained, an iPad is a much better client, and the same account reaches the same Mac.

Where an SSH client is still the better tool

If you manage more than one machine, use a proper SSH client such as Termius or Blink. Servey reaches exactly one target - your Mac - and does not do SFTP, Mosh, Telnet, serial connections, jump hosts, or port forwarding. Those are real features and Servey has none of them.

The honest split: an SSH client is for infrastructure you run. Servey is for the one Mac you own.

Frequently asked questions

Do I need to enable SSH or Remote Login on my Mac?
No. Servey runs its own host app on your Mac and pairs it to your account, so there is no sshd to enable, no port to forward, and no key to manage on your phone.
Is this a real shell or a limited web console?
A real shell on your Mac. Your PATH, your dotfiles, and your installed tools are all there, because the session runs on the Mac itself.
Does it work over cellular?
Yes. When you are away from your Mac's network, Servey establishes a private connection between your own devices and is built to work on strict mobile and carrier networks.
Can I use it to reach a Linux server too?
No. Servey connects you to a Mac running its host app, and nothing else. If you need to reach arbitrary servers, use an SSH client instead - that is a different tool for a different job.
Is Servey available now?
Not yet. Servey is pre-launch and you can join the waitlist. Nothing on this page is a review or a track record; it is a description of what the app does, from the people building it.

Servey puts your Mac in your pocket. Launching soon.