Prior to installing any Endpoint Management tools, we request that you adhere to the Computer Naming Convention
NOTE: Depending on your operating system, please make sure to unzip and extract to a directory of your choosing before getting started.
Windows Installation Instructions (64bit)
Windows Download (CIMS authentication required)
BigFix Installation Instructions for Windows
- Open the BigFix folder.
- From here you will run the BigFix-BES-Client.exe application by double-clicking on it.
- BigFix's configuration is standard, follow the installer pop-up's instructions and default configurations. You shouldn't need to change anything, just click "Next" followed by "Install".
- Once you have received confirmation from the Installer, click "Finish". BigFix is now ready to use on your Windows machine.
Cortex XDR Installation Instructions for Windows
- Open the CortexXDR folder.
- You are going to run the Cortex_x64 Windows Installer Package by double-clicking on "Cortex_x64.msi".
- In the Setup Wizard window that pops up, follow the onscreen instructions.
- Once you hit the "Finish" button in the Setup Wizard, then you have successfully installed Cortex XDR on your Windows machine.
InsightVM Installation Instructions for Windows
- Open the InsightVM folder.
- You are going to run the IRapid7 Insight Agent Setup Wizard by double-clicking on the "InsightVM" Windows Batch File.
- If you are using Microsoft Defender, then it might raise a notification when running this batch file. Please click on "More info" and then "Run anyway" to proceed with the installation.
- Follow the onscreen instructions, using the suggested default configurations. When you arrive at the "Agent Pairing" screen, you will want to select the option "Pair using locally provided configuration files."
- After your machine has been verified as compatible with the InsightVM software, installation will proceed as expected.
- Once you have hit the "Finish" button, then you have successfully installed InsightVM on your Windows Machine.
macOS Installation Instructions (11 or higher)
macOS Download (CIMS authentication required)
BigFix Installation Instructions for macOS
- Open the BigFix folder.
- Double-click on the package file titled "BESAgent.pkg" in order to launch the BigFix Installer.
- Follow the onscreen instructions, making sure to select the option "Install for all users of this computer" when prompted.
- You will be prompted to enter your password, in addition to allowing BigFix access to your files -- permit BigFix to do so.
- The Installer will inform you when the installation has successfully finished.
Cortex XDR Installation Instructions for macOS
- Open the CortexXDR folder.
- Double click on the package file titled "CortexXDR.pkg" in order to launch the Cortex XDR Installer.
- You will be prompted with a pop up window: "This package will run a program to determine if the software can be installed." Select "Allow".
- Once it has been allowed, you will be presented with the Cortex XDR Installer. Click "Continue", and then click "Install".
- You will be prompted to enter your password. After entering your password, click on "Install Software".
- You will soon see a pop up: "Installer" would like to access files in your Desktop folder. Click "OK".
- You will be presented with two pop ups: Cortex XDR requires Full Disk Access and System Extension Blocked. Click "OK" on both of these windows to dismiss them.
- In the Install Cortex XDR screen, click on "Continue". This will bring you to a window stating The installation was successful in addition to opening the Cortex XDR Configuration Wizard.
- Click on the Cortex XDR Configuration Wizard window. Click "Continue".
- A pop up window will appear: "Installer" would Like to Modify Apps on your Mac. Click "OK"
- At the System Extensions & network filters screen, please follow the Cortex XDR Configuration Wizard's instructions. The Configuration Wizard provides graphical-based instructions, specifically showing you how to properly configure your system. Please follow these instructions as they are presented to you. If you have successfully followed the provided instructions, then you should be able to click on a "Continue" button. If you are unable to do so, please double-check the instructions provided by the Wizard.
- At the Full Disk Access screen, follow the provided graphical instructions. Please be aware that the instruction to "Drag-n-drop" the icons into the Full Disk Access step is only required if the "pmd" and "TrapsSecurityExtension" applications are not listed in your Full Disk Access settings window.
- Click "Continue" to finish up the Cortex XDR installation.
- Please also make sure to enable the "Cortex XDR Agent" Notifications in the Notifications Setting window.
- You should see a Cortex XDR emblem at the top of your screen. If you click on it, you should see "Protection Status: Enabled". This text confirms that you have successfully installed Cortex XDR.
Insight VM Installation Instructions for macOS
-
Open the InsightVM folder.
-
Control-click on "InsightArm.sh" if you are using an Apple Silicon.
-
Control-click on "InsightIntel.sh" if you are using a Mac with Intel.
-
- Click on "Open With"
- Select "Other..."
- Click on the "Enable:" section.
- Select "All Applications"
- Now search for "Terminal". Select it.
- Select "Open."
- You will be prompted, hit "Open"
- After successfully entering your password and granting access, the InsightVM installation will initiate.
- You may be prompted to grant InsightVM access. If so, click on "Allow".
- Do not close the Terminal window until the installation process has completed. Once completed, you may then close your Terminal window.
- You may receive notifications that background items have been added. You may close these notifications.
- Restart your machine for the InsightVM installation to take effect.
Should you have any issues with installing InsightVM, please contact the Courant Helpdesk.
Linux Installation Instructions
Linux Download (CIMS authentication required)
NOTE: You might need to search for how to enable root user depending on your Linux flavor. Typically, this requires first enabling the root password via the "sudo passwd root" command in Terminal. Afterwards, you can switch to root in Terminal using "su -" followed by entering your root password credentials.
BigFix Installation Instructions for Linux
- First, make sure that you are currently logged in as the root user.
- Open up a Terminal window. Use the "cd" command to navigate to the Linux directory, which should contain the BigFix folder.
- Make sure that all of the required files are in the same BigFix folder. Grant full read/write access to all folders and subdirectories in this BigFix folder with the following command:
chmod -R a+rwx BigFix
- Create "BESClient" directory at the location /etc/opt -- you will need root permissions to do so:
cd /etc/opt
mkdir BESClient
- Navigate to this /etc/opt/ directory containing the BESClient directory that we have just created. Once there, execute the following command:
chmod -R a+rwx BESClient
- Navigate into the BigFix folder. Depending on your Linux flavor, run one of the following commands:
rpm -ivh BESAgent.rpm
OR
dpkg -i BESAgent.deb
- While you're still inside of the BigFix directory, copy your action site masthead to the BESClient directory. This action site masthead contains configuration, license, and security information. Copy the file "actionsite.afxm" over to the BESClient directory using the following command:
cp actionsite.afxm /etc/opt/BESClient
- Navigate to /var/opt/BESClient/ -- make sure to remove any files currently located in this directory. There will most likely be one file named "besclient.config.default" or "besclient.config". This file uses a default configuration, but we will be replacing it. You can navigate to this directory and remove the files within using these following commands:
cd /var/opt/BESClient
rm *
- In the BigFix folder, copy the besclient.config file over to /var/opt/BESClient/ with the following command:
cp besclient.config /var/opt/BESClient
- Start the BigFix client installation with the following command:
/etc/init.d/besclient start
Please be aware that this installation process might take some time, as files are being written into /var/opt/BESClient. You will not see an indicator of the installation process being underway. You can confirm, however, that the installation is underway by noting that new files are being written to /var/opt/BESClient.
Should you have any issues with installing the BigFix client, or have a different flavor of Linux, please contact the Courant Helpdesk.
CortexXDR Installation Instructions for Linux
- First, make sure that you are currently logged in as the root user.
- Open up a Terminal window. Use the "cd" command to navigate into the CortexXDR folder.
- While inside of the CortexXDR folder, create the /etc/panw directory with the following command:
mkdir -p /etc/panw
- Copy the configuration file "cortex.conf" using the following command:
cp cortex.conf /etc/panw/
- Enable execution of the script with the following command:
chmod +x cortex.sh
- Run the installer script with the following command:
./cortex.sh
- Once installation has successfully finished, you should see "Done".
InsightVM Installation Instructions for Linux
- First, make sure that you are currently logged in as the root user.
- Open up a Terminal window. Use the "cd" command to navigate into the Linux directory, which should contain the InsightVM folder.
- Grant full read/write access to all folders and subdirectories in the InsightVM folder with the following command:
chmod -R a+rwx InsightVM
- Navigate into the InsightVM folder:
cd InsightVM
- We will now begin the installation process. Depending on whether you are using Intel or ARM Chip for your Linux architecture, use one of the following commands:
./agent_installer-x86_64.sh install_start --attributes "courant-linux-workstation"
OR
./agent_installer-arm64.sh install_start --attributes "courant-linux-workstation"
- Once the installation has finished, you should see
[SUCCESS]