blueplane
Installation
SKILL.md
Blueplane Server Management
Overview
The Blueplane telemetry processing server is controlled via scripts/server_ctl.py. This skill covers all server lifecycle operations, log monitoring, and status checking.
Quick Reference
# Start/Stop/Restart
python scripts/server_ctl.py start # Start in foreground
python scripts/server_ctl.py start --daemon # Start in background (daemon)
python scripts/server_ctl.py stop # Graceful shutdown
python scripts/server_ctl.py stop --force # Force kill
python scripts/server_ctl.py restart # Stop then start
python scripts/server_ctl.py restart --daemon # Restart as daemon