Technical Documentation & CLI Reference

Complete installation guides, CLI references, security boundaries, and architectural specifications for the Logxal Autonomous SRE platform.

v2.4.0 EngineLinux Native (POSIX)<15MB RAM Enforced

see on desktop

The technical documentation, interactive terminal runner, and CLI reference workstation are optimized for desktop screens.

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_TOKEN

2. Verifying Agent Status & Logs

The agent registers as a standard systemd service (logxal-agent.service):

sudo systemctl status logxal-agent

To follow real-time telemetry logs:

sudo journalctl -u logxal-agent -f

3. 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