Privacy & Analytics
Decide on first launch whether to share anonymous usage data — and change your mind any time from the new Privacy Settings panel, which lays out exactly what's collected and lets you toggle each category.
Getting Started with Privacy & Analytics
Privacy & Analytics is designed to be intuitive. Here's how you use it in Server Compass.
Open Security Panel
Navigate to the Security section of your server dashboard.
Configure Privacy & Analytics
Set up and configure Privacy & Analytics through the visual interface.
Apply & Verify
Apply security settings and verify the configuration is working correctly.
Before Privacy & Analytics Existed
This is what you'd have to do manually without Privacy & Analytics. We don't recommend it.
SSH into server
Connect to audit security.
ssh root@your-server-ipCheck open ports
See what's exposed.
netstat -tlnp
# Or:
ss -tlnp
# Now figure out which ports should be openReview SSH config
Check security settings.
cat /etc/ssh/sshd_config | grep -E "^[^#]"
# PermitRootLogin yes <- BAD
# PasswordAuthentication yes <- RISKY
# Fix each one manuallyConfigure firewall
Set up UFW rules.
ufw status
ufw allow 22/tcp
ufw allow 80/tcp
ufw allow 443/tcp
ufw enable
# Lock yourself out? Hope you have console access!Wrong rule = locked out of your server.
Install Fail2ban
Set up brute-force protection.
apt install fail2ban
cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
nano /etc/fail2ban/jail.local
# Configure manually...
systemctl enable fail2ban
systemctl start fail2banOr... Just Use Server Compass
Privacy & Analytics 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
What Privacy & Analytics Can Do
Everything you need for security in one integrated tool, replacing complex CLI commands and manual configuration.
Get StartedPrivacy & Analytics: Why It's Essential
Server management shouldn't require a DevOps team. Privacy & Analytics makes professional-grade security accessible to everyone.
Proactive Protection
Privacy & Analytics identifies vulnerabilities before they're exploited with automated security scanning.
Visual Configuration
Privacy & Analytics makes firewall rules, SSH settings, and Fail2Ban configuration accessible through a GUI.
One-Click Hardening
Privacy & Analytics applies security best practices with a single click: disable root, change ports, enforce key auth.
Continuous Monitoring
Privacy & Analytics keeps watching your security posture and alerts you when new issues are detected.
Questions About Privacy & Analytics
Common questions about Privacy & Analytics in Server Compass
How do I access Privacy & Analytics in Server Compass?
Privacy & Analytics is available in the Security section of Server Compass. Simply connect to your server, navigate to Security, and you'll find Privacy & Analytics ready to use. No additional setup or plugins required.
Does Privacy & Analytics require any server-side installation?
No. Server Compass operates as a desktop application that connects to your server via SSH. Privacy & Analytics works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).
Is Privacy & Analytics included in all Server Compass plans?
Yes. Every Server Compass feature, including Privacy & Analytics, is included with the one-time $49 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 107+ features for all your servers.
Can I use Privacy & Analytics with any VPS provider?
Privacy & Analytics 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 Privacy & Analytics different from command-line alternatives?
Privacy & Analytics 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 Security Features
Explore other security capabilities in Server Compass
Security Audit Scanner
Run comprehensive security audits on your server. Get actionable recommendations for hardening your infrastructure.
Fail2Ban Configuration
Manage Fail2Ban brute-force protection rules. Configure jail settings, ban times, and whitelist IPs visually.
UFW Firewall Management
Configure UFW firewall rules with a visual interface. Add, remove, and toggle rules without memorizing iptables.
SSH Hardening
Apply SSH security best practices with one click. Disable root login, change ports, and configure key-only auth.
Try Privacy & Analytics Today
Download Server Compass and get access to Privacy & Analytics along with 106 other features. One-time $49 payment. No subscriptions. No per-server fees.