Installing Linux Agent With Relay or Proxy

1 min. readlast update: 10.28.2025

When installing the ThreatLocker Linux Agent using the Stub installer, you can specify either a relay or a proxy server by using the appropriate flag during the installation process.

Installation with Relay

To install using a relay, use the --relay-url flag followed by your relay server’s address and port.

Syntax:

--relay-url http(s)://server:port

Example:

./ThreatLockerStub_InstallKey_InstanceLetter --relay-url http://1.1.1.1:80

Installation with Proxy

To install using a proxy, use the --proxy-setting flag with the proxy server’s address and port.

Syntax:

--proxy-setting http(s)://server:port

Example:

./ThreatLockerStub_InstallKey_InstanceLetter --proxy-setting http://1.1.1.1:80
Was this article helpful?