...
Table of Contents |
---|
...
Overview
This document will cover installing the ConnectSecure Vulnerability Scan Agent for V4 using different methods.
...
Dated 1st September 2024, the agent installation parameters are getting changed. Please make a note of it and make sure to change your RMM Scripts accordingly to support the agent installation via RMM.
...
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
$source = (Invoke-RestMethod -Method "Get" -URI "https://configuration.myconnectsecure.com/api/v4/configuration/agentlink?ostype=windows");
$destination = 'cybercnsagent.exe';
Invoke-WebRequest -Uri $source -OutFile $destination;
./cybercnsagent.exe -c $company_id -e $tenant_id -j $user_secret -i;
Note: The previously installed agents will have no impact to this modification. This is only for new agents that are going to be installed post this update is released.
...
Instructions
Info |
---|
Please review the https://cybercns.atlassian.net/wiki/x/nYA_fif you require policies for agent dependencies. |
You must be at the company level to see the installer options; they will not display globally.
Tap on Overview > Agents > Download Agent icon.
...
Info |
---|
The agent ALWAYS installs as a Lightweight by default. You must use the Discovery Settings to convert the Lightweight to a Probe. |
Select the desired operating system: Windows, Mac, Linux, or ARM.
...
Windows
Web Installer (Download)
Tap this option to download the ‘cybercns_webinstaller,’ which comes as a Windows Application (*.exe) and should use the ‘Run as Administrator’ option when installing.
...
🏁 Installation using Web Installer is completed.
...
Command Line (Download)
Tap on the download option to use the command prompt installation method.
...
Run the following command:
cybercnsagent.exe -c <CompanyID> -e <TenantID> -j <User_Secret> -i
Panel | ||
---|---|---|
| ||
^ Replace the <CompanyID>, <TenantID>, and <TenantIDUser_Secret> from the values found in the agent installation window. |
...
🏁 Installation using Command Prompt is completed.
...
PowerShell (Copy to Clipboard)
(preferred installation method)
...
🏁 Installation using PowerShell (Copy to Clipboard) is completed.
...
MSI via GPO
Refer to our KB here: How To: Install ConnectSecure Agent MSI via GPO
...
Mac
Terminal (Copy to Clipboard)
Select the Mac option, then use the Copy to Clipboard button.
...
🏁 MAC Agent Install Completed
...
Installer PKG
Select the Mac option, then tap the Download button.
...
Code Block |
---|
sudo su sudo installer -pkg ./cybercnsagent_darwin.pkg -target /; sudo /opt/install.sh -c XXXX -e XXXX -j XXXXXXXXXXXXXXXXXXXXXX -i |
Info |
---|
In the above command on line #2, you need to replace the values for ‘XXXX’ and ‘XXXXXXXXXXXXXXXXXX’ -c XXXX = your Company ID -e XXXXXXXXXXXXXXXXXX XXXX = your Tenant ID -j XXXX = your User Secret |
🏁 MAC PKG Agent Install Completed
...
Linux
Terminal (Copy to Clipboard)
Select the Mac Linux option, then use the Copy to Clipboard button.
...
🏁 Linux Agent Install Completed
...
ARM
Info |
---|
Use ARM for installation with Raspberry Pi V4 or better. This is the only OS that supports both x32 and x64-bit architectures. |
Terminal (Copy to Clipboard)
...
RMM or Script Install
NOTE: If you are planning to deploy ConnectSecure V4 Agent through your RMM or similar scripting engine(s), please use the following URL, which has no expiration:
...
For Windows -> windows
For Linux -> linux
For MAC -> darwin
For ARM / Raspberry Pi. -> arm
...
Need Support?
Do you need help? You can access our support portal to create, view, and update tickets anytime.
https://cybercns.freshdesk.com
Click below to be directed to our secure support portal or email support@cybercns.com to open a ticket.
...