30-Second Agent Quickstart
The Logxal agent is a lightweight Python daemon that installs in under 30 seconds on any Linux VPS. It gathers metrics, logs, listening ports, and systemd health with a footprint strictly capped under <15MB RAM.
1. One-Line Automated Installation
Run the following command as root or with sudo on your target server:
curl -sSL https://logxal.com/install.sh | sudo bash -s -- --token YOUR_SERVER_TOKEN2. Verifying Agent Status & Logs
The agent registers as a standard systemd service (logxal-agent.service):
sudo systemctl status logxal-agentTo follow real-time telemetry logs:
sudo journalctl -u logxal-agent -f3. Supported Linux Operating Systems
✓ Ubuntu 20.04, 22.04, 24.04 LTS
✓ Debian 11 (Bullseye), 12 (Bookworm)
✓ Alpine Linux v3.18+
✓ Rocky Linux & AlmaLinux 8/9
✓ Docker & Containerd Host Nodes