On prem agent
Agent download
Download links
The latest version of the agent can be downloaded from the following links:
- Linux 64-bit (AMD / Intel) | SHA256:
b75b0d21d15661f47045cad5f0d385d13cdb4c1f31f82809f60634238bfcdec7
- Linux 64-bit (ARM) | SHA256:
1656eedf6199108a6de3b037e1620fdb46b9a57ca327b480fc465897f99d0f09
- Windows 64-bit (AMD / Intel) | SHA256:
447b2a4f4c96bc5d3d114957f4427aa928150235c4f9976a9ee061c8db3b76d0
- Windows 64-bit (ARM) | SHA256:
a772a9009ecf476f0fce1d3319aef7e6c0663ee45130e6dd8558f9a219805f9c
You can use the SHA256 hash to verify the integrity of the downloaded file.
Release Notes:
Jun 16, 2025
Version: 1.5.1
- The agent binary is now slightly smaller.
Jun 13, 2025
Version: 1.5.0
- The agent now supports a configurable log level using the --log-level option.
- The agent now logs information about DNS queries proxied through it.
Dec 2, 2024
Version: 1.4.0
- The agent now supports an optional proxy url with the --proxy-url option for outbound connections.
Nov 26, 2024
Version: 1.3.1
- Minor bugfixes and performance improvements.
Oct 7, 2024
Version: 1.3.0
- The agent now accepts an explicit DNS nameserver through the --DNS-nameserver option. If provided, this will override any automatic DNS server discovery done by the agent.
Oct 3, 2024
Version: 1.2.0
- The agent now supports proxying DNS requests. This allows connectors to use private DNS servers accessible by the agent. The agent will use the first DNS server configured on the host it is run on, more advanced DNS config such as multiple DNS servers will not be respected. This feature can be disabled using the --disable-dns flag.
Aug 30, 2024
Version: 1.1.0
- The agent run command will now re-register itself and replace the stored credentials if the token provided with --registration-token is different to the token used to retrieve the currently stored credentials.
Aug 12, 2024
Version: 1.0.0
- Initial release