August 9, 2026
Manage Your Servers From Your Phone Without Moving SSH Keys
Control servers, apps, deployments, logs, terminals, and saved commands from your phone while every SSH credential stays on the desktop.
When you are away from your desk, a five-second server task can turn into a chain of compromises. You find a laptop, locate the right SSH key, remember which host runs the app, and hope the terminal is usable on the connection you have. If the only device nearby is your phone, even checking a container log can feel like more work than the incident itself.
The tempting shortcut is to copy credentials onto another device or expose a management port to the internet. That solves the immediate problem by creating a longer-lived security problem: another copy of your private key, another password store, and another service you must patch and protect.
Server Compass now gives you a different path. Your phone controls the desktop app you already trust, while the desktop continues to make every SSH connection to your servers.
What changed
You can now open Server Compass in your phone browser and manage servers, apps, deployments, logs, terminals, and saved commands without transferring your server passwords or SSH keys to the phone.
Turn on Remote access in Settings and choose how the phone reaches your desktop. Local network mode works when both devices are on the same Wi-Fi and needs no external setup. Cloudflare Tunnel mode gives you an HTTPS address you can reach from elsewhere and prepares the tunnel when you choose it. You can also enable Start remote server with the app when you want access ready whenever Server Compass is open.
How it works in practice
Pair your phone instead of moving your credentials
Open Settings → Remote access, start the remote server, and scan the QR code with your phone camera. The browser asks you to confirm the pairing, then the device appears in the Paired devices list on the desktop.
The QR code is temporary: it expires after ten minutes and changes when you select Refresh QR code. You can also copy the pairing link when scanning is inconvenient. The important boundary stays the same either way. Your phone receives access to the Server Compass interface, not a copy of the credentials stored by the desktop app.
Check and control apps from wherever you are
Once paired, your phone shows the servers and apps already configured on the desktop. You can inspect an app, start or stop it, restart individual containers, or trigger a redeploy. Because the desktop runs the existing deployment engine, the mobile workflow keeps the same domain, routing, and deployment behavior you use at your desk.
This is useful when a deploy finishes after you leave, a service needs a quick restart, or someone asks whether an app is healthy while you are away. You do not have to reconstruct the server context on a smaller device. The server names, app state, and available actions are already there.
Watch deployments and read logs without opening SSH
A redeploy started from the phone shows its log as it runs, so you can see whether the image pulled, containers started, and health checks completed. For a faster diagnosis, you can read recent lines from an individual container directly from the mobile app.
That distinction matters during an incident. If the problem is obvious in the last few log lines, you can identify it without opening an interactive shell. When the problem needs hands-on work, the terminal is still one tap away.
Continue a terminal session from your phone
The mobile terminal can open a new session or reconnect to one already open on the desktop, including its scrollback. The SSH connection still originates from the desktop, so you are not rebuilding host configuration or authentication on the phone.
You can use the terminal for a quick status command, inspect a process, or make a deliberate change. Multi-line commands are sent line by line instead of being collapsed into a mangled command, which makes pasted procedures and saved scripts behave as expected.
Run saved commands without typing them on a phone keyboard
Repeated commands now live on the Snippets screen. You can give a snippet a name and description, organize it in a folder, and make it available to every server or scope it to one server. Search and grid or list views keep a larger command library manageable.
Inside a terminal, open Snippets and click a command to insert it at the prompt, where you can inspect or edit it first. Choose the run action when you want to execute it immediately. The same snippets are available in the remote terminal, which turns awkward phone typing into a controlled choice from commands you prepared earlier.
Give each paired device only the access it needs
Every paired device appears on the desktop with its own role. Use Viewer for read-only access, Operator for routine actions, or Admin when the device needs full control. You can lower or raise the role later, revoke one device, or use Revoke all when you want to invalidate every pairing.
You also decide how long devices remain paired: seven days, thirty days, or no automatic expiry. That makes a temporary phone, a dedicated tablet, and your everyday device different security decisions instead of one global switch.
Before vs After
| Before | After |
|---|---|
| Find a laptop before you can check an app | Open the paired phone browser |
| Copy an SSH key or configure another SSH client | Keep credentials on the desktop |
| Re-enter hosts, ports, and usernames | Use the servers already saved in Server Compass |
| Type long commands on a phone keyboard | Insert or run a saved snippet |
| Guess whether a redeploy worked | Watch the deployment log live |
| Share one broad remote-access credential | Assign Viewer, Operator, or Admin per device |
| Leave access in place until you remember to remove it | Set pairing expiry or revoke the device immediately |
Who benefits most
If you run a homelab, you can restart a container from the sofa without carrying SSH credentials across every device in the house. Local network mode keeps the setup on the Wi-Fi you already control.
If you maintain client or production apps, you can inspect status, logs, and live deployment progress when an alert arrives away from your desk. Cloudflare Tunnel mode gives you an HTTPS route back to the desktop while the server connections remain there.
If you repeat the same operational commands, snippets reduce both typing and improvisation. You prepare a command once, label what it does, scope it to the right server when needed, and choose it from the terminal on either screen.
Try it
Update to Server Compass v1.40.0, open Settings → Remote access, choose Local network or Cloudflare Tunnel, and scan the QR code. You gain a practical way to handle the small server tasks that cannot wait for your laptop—without turning your phone into another vault of SSH keys.