Skip to content

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

Install the package using your preferred package manager:

Terminal window
sudo dpkg -i xrelia-agent_1.0.8_amd64.deb

The 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:

Terminal window
sudo systemctl start xrelia
sudo systemctl stop xrelia
sudo systemctl restart xrelia
sudo systemctl status xrelia

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