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.

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.
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.
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.
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.
Expiry applies everywhere
The same grants and expiry times hold on the desktop, on the phone, and for AI assistants connected to Server Compass.
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.
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.
# 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.
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.
sudo ufw allow from 0.0.0.0/0 to any port 22 proto tcp
sudo systemctl enable --now fail2banLimit 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.
echo 'alex ALL=(root) NOPASSWD: /usr/bin/docker compose -f /srv/ghost/compose.yml restart' \
| sudo tee /etc/sudoers.d/alex-ghost
sudo visudo -cWhy 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
Team Access From the Phone Features
Everything you need for server management in one integrated tool, replacing complex CLI commands and manual configuration.
Get StartedTeam 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.
More Server Management Features
Explore other server management capabilities in Server Compass
Server Overview Dashboard
At-a-glance view of CPU, RAM, and disk usage. See OS info, auth method, location, and provider details.
Resource Monitoring
Real-time CPU, memory, and disk usage graphs. Track resource trends and identify bottlenecks.
System Packages
List and manage installed APT packages, update individual ones, or run a system-wide upgrade. Install Recommended covers the baseline a server needs — including sudo and jq — and an Available Packages section installs optional software like Caddy with its repository set up for you.
Port Management
View all open ports and the services using them. Identify conflicts and manage port allocations.
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.