Installing the agent
xrelia provides pre-built installers for Linux distributions.
Download the latest release package from the xrelia GitHub repository:
xrelia-agent_1.0.8_amd64.debInstall the package using your preferred package manager:
sudo dpkg -i xrelia-agent_1.0.8_amd64.debThe installer automatically:
- Installs the xrelia agent binary
- Creates the required configuration directories
- Registers the agent as a systemd service
- Configures the service to start automatically
After installation, the service can be managed using standard systemd commands:
sudo systemctl start xreliasudo systemctl stop xreliasudo systemctl restart xreliasudo systemctl status xreliaBuilding from source
Section titled “Building from source”The xrelia agent is fully open source and available on GitHub.
If you prefer, you can build the agent yourself and deploy it using your own packaging or service management approach.
The GitHub repository contains:
- Source code
- Build instructions
- Release notes
- Contribution guidelines
