Back to all features
Server Management

Team Access From the Phone

Point a paired phone at a teammate and it takes on their Team role. The servers, apps and terminals they were granted are the only ones that appear.

Team Access From the Phone screenshot in Server Compass

How Team Access From the Phone Works

Team Access From the Phone is designed to be intuitive. Here's how you use it in Server Compass.

1

Pair the phone as usual

Turn on Remote access in Settings and pair the device by QR code, exactly as you would for personal use.

2

Bind the device to a member

Point the paired device at a teammate in the workspace. It adopts that member’s Team role rather than yours.

3

Only granted resources appear

The servers, apps and terminals they can reach are exactly the ones they were granted — nothing else is listed, not merely blocked on tap.

4

Expiry applies everywhere

The same grants and expiry times hold on the desktop, on the phone, and for AI assistants connected to Server Compass.

Old School

The Hard Way: Without Team Access From the Phone

No Team Access From the Phone? Get ready to memorize these terminal commands and pray you don't make a typo.

1

Put an SSH client and a private key on the phone

Reaching a server from a phone normally means copying a private key onto the device itself.

terminal
# on the phone: import id_ed25519 into a mobile SSH client
ssh -i /sdcard/keys/id_ed25519 [email protected]

The key now lives on a device that travels, and it carries full account access with no scoping.

2

Or expose a management port to reach it remotely

The alternative is opening the server to the internet and defending it, rather than keeping SSH private.

terminal
sudo ufw allow from 0.0.0.0/0 to any port 22 proto tcp
sudo systemctl enable --now fail2ban
3

Limit what the phone can do — with sudoers, not with roles

Scoping mobile access to a subset of apps means hand-writing sudo rules that no one else can easily audit.

terminal
echo 'alex ALL=(root) NOPASSWD: /usr/bin/docker compose -f /srv/ghost/compose.yml restart' \
  | sudo tee /etc/sudoers.d/alex-ghost
sudo visudo -c
The Easy Way

Why Suffer? We Built Something Better

Team Access From the Phone isn't just faster—it's safer. No typos, no forgotten flags, no accidental disasters.

  • Point and click
  • Instant validation
  • Safe defaults
  • Works with any provider
Download Server Compass$29 • Lifetime license
Capabilities

Team Access From the Phone Features

Everything you need for server management in one integrated tool, replacing complex CLI commands and manual configuration.

Get Started
Bind a paired device to a specific workspace member
Inherit that member’s Team role on the phone
Hide every server and app the member was not granted
Honour grant expiry on mobile the same as on desktop
Apply the same limits to AI assistants connected to Server Compass
Cut off a departed member’s paired phone when they are removed
Search snippets from the phone by name, description, command or folder

Team Access From the Phone: Why It's Essential

Server management shouldn't require a DevOps team. Team Access From the Phone makes professional-grade server management accessible to everyone.

At-a-Glance Monitoring

Team Access From the Phone shows CPU, RAM, disk, and network metrics in a single dashboard view.

Quick Actions

Team Access From the Phone provides one-click package updates, Docker setup, and system configuration.

Multi-Server Support

Team Access From the Phone manages unlimited VPS servers from one application with saved connections.

Resource Trending

Team Access From the Phone tracks resource usage over time so you can plan capacity and identify bottlenecks.

Questions About Team Access From the Phone

Common questions about Team Access From the Phone in Server Compass

How do I access Team Access From the Phone in Server Compass?

Team Access From the Phone is available in the Server Management section of Server Compass. Simply connect to your server, navigate to Server Management, and you'll find Team Access From the Phone ready to use. No additional setup or plugins required.

Does Team Access From the Phone require any server-side installation?

No. Server Compass operates as a desktop application that connects to your server via SSH. Team Access From the Phone works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).

Is Team Access From the Phone included in all Server Compass plans?

Yes. Every Server Compass feature, including Team Access From the Phone, is included with the one-time $29 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 144+ features for all your servers.

Can I use Team Access From the Phone with any VPS provider?

Team Access From the Phone works with any VPS or dedicated server that supports SSH access and Docker. This includes DigitalOcean, Hetzner, Vultr, Linode, AWS EC2, Google Cloud, Azure, and any other provider. It also works with local servers and homelab setups.

What makes Team Access From the Phone different from command-line alternatives?

Team Access From the Phone provides a visual, intuitive interface that replaces complex CLI commands and configuration files. You get real-time feedback, safety confirmations, and a consistent experience across all your servers without memorizing syntax or writing scripts.

Try Team Access From the Phone Today

Download Server Compass and get access to Team Access From the Phone along with 143 other features. One-time $29 payment. No subscriptions. No per-server fees.