Enabling a Proxy Server for a Linux Agent

1 min. readlast update: 07.09.2025

Enabling a Proxy Server for a Linux Agent

To apply proxy server for a ThreatLocker Linux Agent you need to use terminal commands: 

sudo threatlockerctl --proxy <URL>

If you need authentication to use proxy server:

sudo threatlockerctl --proxy-user <username> <password>

To turn off proxy server for a ThreatLocker Linux Agent: 

sudo threatlockerctl --no-proxy

Was this article helpful?