From zero to managed in 30 seconds
Walk through the full setup flow — install, connect, talk to your server. Live mockups of every step.
$ curl -sSL https://cdn.helmrelay.com/install.sh | sudo bash -s -- \
--token YOUR_TOKEN --server-id YOUR_SERVER_ID
✓ Agent installed (v1.0.0)
✓ Connected to HelmRelay dashboard
✓ Monitoring active — CPU 12% · RAM 34% · Disk 21%
Ready. Server managed by HelmRelay.
That's it. One command. Your server is connected.
Step by Step
Install the agent
Run a single curl command on your VPS. The lightweight agent installs in under 30 seconds with zero dependencies — no Docker, no Node.js, nothing extra needed.
- Works on Ubuntu, Debian, CentOS, AlmaLinux, Rocky Linux
- Runs as a systemd service — starts on boot automatically
- Uses minimal resources (~15 MB RAM, <1% CPU)
- Secure TLS connection to HelmRelay cloud
$ curl -sSL https://cdn.helmrelay.com/install.sh | sudo bash -s -- \
--token YOUR_TOKEN --server-id YOUR_SERVER_ID
✓ Agent installed (v1.0.0)
✓ Connected to HelmRelay dashboard
✓ Monitoring active — CPU 12% · RAM 34% · Disk 21%
Ready. Server managed by HelmRelay.
Server appears in dashboard
The moment the agent connects, your server shows up in the HelmRelay dashboard with live metrics. CPU, RAM, disk, network — everything visible at a glance.
- Real-time metrics update every few seconds
- Historical data stored for trend analysis
- Server health status with color-coded indicators
- Multiple servers in one unified view
162.19.246.197
Talk to your server
Use the AI Command Center to manage your server with natural language. Type what you need in plain English — HelmRelay handles the rest.
- "Update all packages" → runs apt update && apt upgrade
- "Show disk usage" → executes df -h with formatted output
- "Restart nginx" → systemctl restart with confirmation
- Safety levels prevent destructive commands by default
Command Center
Safely manage your servers with guided actions
scan disk and check who takes lot of space
The largest directories are:
- /: 12GB
- /var: 8.3GB
- /var/lib: 7.5GB
- /usr: 2.1GB
Monitor, automate, scale
Set up alerts, build templates for repeated tasks, and add more servers as your infrastructure grows. HelmRelay scales with you.
- Configurable alert thresholds (CPU, RAM, disk)
- Template library for consistent server configurations
- Audit logs for every action and command
- Role-based access for team environments
Disk usage critical on db-main
84% — threshold: 80%
RAM usage elevated on prod-web-01
68% — threshold: 60%
All other servers healthy — no active alerts
Live Demo
See it in action
The exact same chat you'll use inside the dashboard.
Command Center
Talk to your server in plain English
List all Docker volumes and show which ones are dangling (unused). Use before pruning to review.
Auto-executing (low risk, no confirmation needed)
The Docker volume list shows one active volume: - vector_vector_db_data There are no dangling (unused) volumes, indicating no unnecessary volumes taking up space.
Benefits
Why teams choose HelmRelay
No SSH Required
Manage servers without opening a terminal or remembering commands.
Safe by Default
Every command is classified by risk level. Destructive operations require confirmation.
Proactive Alerts
Get notified before problems escalate. Custom thresholds for your specific needs.
Full Audit Trail
Every command, every result, every user — logged and searchable.
Multi-Server Ready
One dashboard for all your servers. Switch instantly, compare metrics, spot issues.
Developer Friendly
Clean API, lightweight agent, and full command output — built by developers, for developers.