Tailscale Remote Access
Reach your desktop from your phone across your own tailnet instead of a public tunnel. Server Compass serves private HTTPS over Tailscale, so nothing is published to the internet and no third-party tunnel sits in the middle.
Using Tailscale Remote Access in Server Compass
No documentation needed. Tailscale Remote Access guides you through each step visually.
Pick Tailscale as the connection mode
Remote access offers three modes: local network, Cloudflare Tunnel, and Tailscale — described in the app as private HTTPS across your tailnet. Both devices need Tailscale.
Sign both devices into the same tailnet
Install Tailscale on this computer and on your phone, then sign both in. Nothing is published; the connection stays inside your own network.
Let it configure private HTTPS
Server Compass uses Tailscale Serve to set up HTTPS. Real HTTPS is what lets the mobile terminal and deployments behave exactly as they do over Cloudflare Tunnel.
Scan the QR code once it is confirmed
The QR code only appears after the private address is verified working, so you never scan a code that goes nowhere.
Life Without Tailscale Remote Access
Here's what developers do without Tailscale Remote Access: open terminal, SSH in, type commands, hope nothing breaks.
Install Tailscale and join both devices to the tailnet
Reaching a desktop privately from a phone starts with putting both machines on the same overlay network.
curl -fsSL https://tailscale.com/install.sh | sh
sudo tailscale up
tailscale statusEnable HTTPS for the tailnet
Serve needs MagicDNS and HTTPS certificates switched on for the tailnet before it can front a local port.
# Admin console -> DNS -> enable MagicDNS, then HTTPS Certificates
tailscale cert "$(tailscale status --json | jq -r .Self.DNSName | sed 's/\.$//')"Put the local app behind Tailscale Serve, by hand
Then map the desktop port to a private HTTPS endpoint, and remember to tear it down again afterwards.
sudo tailscale serve --bg --https=443 http://127.0.0.1:7842
tailscale serve status
sudo tailscale serve --https=443 offGetting any of this wrong fails silently as an unreachable URL. There is no check telling you whether Tailscale is missing, signed out, switched off, or simply lacking HTTPS.
Life's Too Short for Terminal Commands
Stop copy-pasting commands from Stack Overflow. Tailscale Remote Access gives you a proper interface for server management.
- One-click actions
- Real-time feedback
- Automatic backups
- Zero CLI knowledge required
Everything Tailscale Remote Access Offers
Everything you need for server management in one integrated tool, replacing complex CLI commands and manual configuration.
Get StartedThe Power of Tailscale Remote Access
Server management shouldn't require a DevOps team. Tailscale Remote Access makes professional-grade server management accessible to everyone.
At-a-Glance Monitoring
Tailscale Remote Access shows CPU, RAM, disk, and network metrics in a single dashboard view.
Quick Actions
Tailscale Remote Access provides one-click package updates, Docker setup, and system configuration.
Multi-Server Support
Tailscale Remote Access manages unlimited VPS servers from one application with saved connections.
Resource Trending
Tailscale Remote Access tracks resource usage over time so you can plan capacity and identify bottlenecks.
Tailscale Remote Access: Frequently Asked
Common questions about Tailscale Remote Access in Server Compass
How do I access Tailscale Remote Access in Server Compass?
Tailscale Remote Access is available in the Server Management section of Server Compass. Simply connect to your server, navigate to Server Management, and you'll find Tailscale Remote Access ready to use. No additional setup or plugins required.
Does Tailscale Remote Access require any server-side installation?
No. Server Compass operates as a desktop application that connects to your server via SSH. Tailscale Remote Access works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).
Is Tailscale Remote Access included in all Server Compass plans?
Yes. Every Server Compass feature, including Tailscale Remote Access, 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 Tailscale Remote Access with any VPS provider?
Tailscale Remote Access 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 Tailscale Remote Access different from command-line alternatives?
Tailscale Remote Access 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 Tailscale Remote Access Today
Download Server Compass and get access to Tailscale Remote Access along with 143 other features. One-time $29 payment. No subscriptions. No per-server fees.