Quick Start¶
Get the Segla agent running on a Linux server in under a minute.
Prerequisites¶
- Linux server (amd64 or arm64)
- Root access
- Outbound HTTPS/gRPC connectivity to
gw.segla.io:443
Install¶
This will:
- Download the latest binary to
/usr/local/bin/segla - Create a default config at
/etc/segla/config.yaml - Install and start a systemd service
Verify¶
# Check service status
systemctl status segla
# View logs
journalctl -u segla -f
# Check agent status
segla status
What happens next¶
Once the agent is running, it will:
- Register with the Segla platform and receive an agent ID
- Poll for desired state every 30 seconds
- Apply any resources assigned to this machine (private networks, etc.)
You can now manage this server from the Segla Dashboard.
Install a specific version¶
Next steps¶
- Configuration — customize the agent behavior
- CLI Reference — explore available commands