Notification Channels
Configure email, webhook, and other notification channels. Test connectivity before relying on alerts in production.

Using Notification Channels in Server Compass
Using Notification Channels is straightforward. Follow these simple steps to get started.
Navigate to Monitoring
Open the monitoring section from your server dashboard.
Configure Thresholds
Set up your monitoring preferences and alert thresholds.
Monitor & Act
Receive real-time data and act on alerts as they arrive.
Notification Channels vs. The Command Line
Miss the old days? Here's how to do everything Notification Channels does... the hard way.
SSH into your server
Connect to monitor your server.
ssh root@your-server-ipCheck CPU and memory
View server resource usage.
top
# Or for a snapshot:
free -h
df -h
# Now try to parse this at 3 AM when something's downWatch container stats
Monitor container resource usage.
docker stats
# CONTAINER CPU % MEM USAGE
# app 45.2% 512MiB / 2GiB
# db 12.1% 1.2GiB / 2GiB
# Press Ctrl+C to stop watchingNo historical data. No alerts. No graphs.
Set up alerts manually
Write a script to check and alert.
# Create a monitoring script
nano /opt/scripts/monitor.sh
#!/bin/bash
CPU=$(top -bn1 | grep "Cpu(s)" | awk '{print $2}')
if (( $(echo "$CPU > 90" | bc -l) )); then
curl -X POST https://your-webhook.com -d "CPU HIGH: $CPU%"
fi
# Add to crontab
crontab -e
# */5 * * * * /opt/scripts/monitor.shThere's a Better Way
Notification Channels in Server Compass does all of this with a single click. No terminal. No memorizing commands. No 3 AM debugging sessions.
- No SSH required
- Guided workflows
- Undo support
- Multi-server management
Everything Notification Channels Offers
Everything you need for monitoring & alerts in one integrated tool, replacing complex CLI commands and manual configuration.
Get StartedBenefits of Notification Channels
Server management shouldn't require a DevOps team. Notification Channels makes professional-grade monitoring & alerts accessible to everyone.
Real-Time Insights
Notification Channels streams data live so you catch issues the moment they happen, not hours later.
Instant Alerts
Notification Channels notifies you through your preferred channels before small issues become outages.
Actionable Data
Notification Channels doesn't just show metrics; it highlights what needs attention and suggests next steps.
Complete Audit Trail
Notification Channels logs every event, giving you the forensic data you need for debugging and compliance.
Notification Channels FAQ
Common questions about Notification Channels in Server Compass
How do I access Notification Channels in Server Compass?
Notification Channels is available in the Monitoring & Alerts section of Server Compass. Simply connect to your server, navigate to Monitoring & Alerts, and you'll find Notification Channels ready to use. No additional setup or plugins required.
Does Notification Channels require any server-side installation?
No. Server Compass operates as a desktop application that connects to your server via SSH. Notification Channels works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).
Is Notification Channels included in all Server Compass plans?
Yes. Every Server Compass feature, including Notification Channels, is included with the one-time $29 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 90+ features for all your servers.
Can I use Notification Channels with any VPS provider?
Notification Channels 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 Notification Channels different from command-line alternatives?
Notification Channels 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 Monitoring & Alerts Features
Explore other monitoring & alerts capabilities in Server Compass
Real-Time Container Logs
Stream container logs in real-time with beautiful formatting. Filter, search, and follow logs without SSH sessions.
Monitoring Agent
Lightweight monitoring agent for continuous resource tracking. Install with one click and view metrics in your dashboard.
Custom Alert Rules
Create threshold-based alert rules for CPU, memory, disk, and custom metrics. Get notified before problems escalate.
Deployment Notifications
Get notified on deployment start, success, or failure. Never miss a broken deployment in production.
Try Notification Channels Today
Download Server Compass and get access to Notification Channels along with 89 other features. One-time $29 payment. No subscriptions. No per-server fees.
