Installing the Lens Workstation Agent on Linux
Prerequisites
You will need to know the DNS name (FQDN) or IP address of the Lens Collector at your site
You will need root privileges on the desktop you are installing the application onto
🪄 Installing
Normal installation
Open a terminal or SSH onto the workstation
Run the following command to install the 7fivefive Lens application repository
CODEcurl -1sLf \ 'https://dl.cloudsmith.io/public/7fivefive/public-prod/cfg/setup/bash.rpm.sh' \ | sudo bash
Run the following command to install the Lens workstation agent
POWERSHELLsudo dnf install lens-workstation-agent
Edit the
/etc/7fivefive/lens-workstation-agent/config.ini
file and set the following fields:LensCollectorFqdn
- This is the FQDN or IP of your Lens collectorLensCollectorPort
- This is the port number of the Lens collector. By default this is8443
Restart the Lens workstation agent service
CODEsudo systemctl restart lens-workstation-agent