Back to all features
Security

Team Permissions

One screen listing every shared server and everyone who can reach it, down to individual Docker apps. Grant, time-box and revoke access without opening each server in turn.

Team Permissions screenshot in Server Compass

How Team Permissions Works

No documentation needed. Team Permissions guides you through each step visually.

1

Pick a member

Choose the person from the member dropdown on the Permission tab. Owners and Admins inherit every shared server — change their role instead of granting them individual access.

2

Tick what they can reach

The matrix lists each shared server with a WHOLE column and a column per Docker app on it. Tick to grant, or use All servers and None to move in bulk.

3

Add an expiry

Set an Expires date so a contractor loses access on the day they should. Time-boxed access is labelled, and expired access is called out rather than quietly failing.

4

Save grants

A plain-language summary confirms exactly what the person will reach before you commit. Members see the same screen pointed at themselves under Your access.

No GUI Here

The Terminal Way: No Team Permissions

Without Team Permissions, you're back to the dark ages of server management. Here's what that looks like.

1

Reconstruct who has access, host by host

Without a permission matrix, answering “who can reach this server?” means reading every authorized_keys file yourself.

terminal
sudo awk '{print FILENAME": "$3}' /home/*/.ssh/authorized_keys /root/.ssh/authorized_keys
2

Work out what each account can actually do

Reaching the host and being able to touch a particular app are different questions, answered in different files.

terminal
getent group docker sudo
sudo cat /etc/sudoers.d/* 2>/dev/null
docker ps --format '{{.Names}}	{{.Label "com.docker.compose.project"}}'
3

Time-box access with a cron job you must not forget

There is no expiry on an authorized_keys entry, so the usual workaround is scheduling the removal yourself.

terminal
echo 'sudo deluser --remove-home alex' | at 18:00 2026-08-22

If the at job is lost, cleared, or the host is rebuilt, the access silently outlives the engagement.

The Easy Way

Your Time is Worth More

Everything above in one visual interface. Team Permissions handles the complexity so you can focus on building.

  • One-click actions
  • Real-time feedback
  • Automatic backups
  • Zero CLI knowledge required
Download Server Compass$29 • Lifetime license
Capabilities

Team Permissions Features

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

Get Started
See every shared server and everyone who can reach it in one matrix
Grant a whole server or one named Docker app on it
Put an expiry date on any grant
Mark role-inherited access as inherited so it is never a mystery
Flag expired grants instead of letting them fail silently
Filter to one person to audit exactly what they can touch
Let members review their own access without asking an admin
Enforce grants on desktop, remote devices and AI assistants alike

The Power of Team Permissions

Server management shouldn't require a DevOps team. Team Permissions makes professional-grade security accessible to everyone.

Proactive Protection

Team Permissions identifies vulnerabilities before they're exploited with automated security scanning.

Visual Configuration

Team Permissions makes firewall rules, SSH settings, and Fail2Ban configuration accessible through a GUI.

One-Click Hardening

Team Permissions applies security best practices with a single click: disable root, change ports, enforce key auth.

Continuous Monitoring

Team Permissions keeps watching your security posture and alerts you when new issues are detected.

Team Permissions: Frequently Asked

Common questions about Team Permissions in Server Compass

How do I access Team Permissions in Server Compass?

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

Does Team Permissions require any server-side installation?

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

Is Team Permissions included in all Server Compass plans?

Yes. Every Server Compass feature, including Team Permissions, 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 Permissions with any VPS provider?

Team Permissions 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 Permissions different from command-line alternatives?

Team Permissions 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 Permissions Today

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