Easy heading | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
This document aims to furnish detailed instructions on installing the GYTPOL Validator client Sensor across different operating systems, including Windows, Linux, and macOS.
GYTPOL
...
Sensor location
To obtain the latest GYTPOL client Sensor versions, please request the download links from your GYTPOL Customer Success Manager. If you're unsure of your assigned CSM, you can reach out to support@gytpol.com for assistance.
Anchor | ||||
---|---|---|---|---|
|
Microsoft:
Endpoints: Windows 7 (x32/x64) and newer
Servers: Windows Server 2008 and newer
Microsoft Client Sensor / OS support matrix
OS | Detection | Remediation / Revert |
---|---|---|
Windows 7 | V | X |
Windows 8 / 8.1 | V | X |
Windows 10 / 11 | V | V |
Windows Server 2008 / 2008 r2 | V | X |
Windows Server 2012 / 2012 r2 | V | X |
Windows Server 2016 / 2019 / 2022 | V | V |
...
Distribution | Supported Versions | ARM64 Architecture | Ubuntu | 16 |
---|---|---|---|---|
Alibaba Cloud Linux | 2 and newer | Not Supported | ||
Alma | 7 and newer | Not Supported | Red Hat Enterprise Linux (RHEL) | |
7 and newAmazon Linux | 2 and 2023 | Not Supported | ||
CentOS | 7 and newer | Not Supported | ||
Debian | 10 and newer | Not SupportedCentOS | ||
Red Hat Enterprise Linux (RHEL) | 7 and newnewer | Not Supported | ||
Rocky Linux | 9 and newnewer | Not Supported | ||
SUSE Linux Enterprise Server (SLES) | 12 and newer | Not Supported | ||
Alibaba Cloud Linux | 2 and newer | Not Supported | ||
AlmaLinux | 7 Ubuntu | 16 and newer | Not Supported |
macOS:
Catalina 10.15 (x64) and newer
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Ports to open:
GYTPOL Client Sensor to GYTPOL server on-Prem - port 9093
GYTPOL Client Sensor to GYTPOL SaaS - port 443
...
Does the Endpoint need to be a member of the domain?
No
Anchor | ||||
---|---|---|---|---|
|
Open elevated CMD (r. click on CMD > Run as Administrator).
...
Once finished, the progress window will be disappeared.
Anchor | ||||
---|---|---|---|---|
|
To verify the successful installation of the clientSensor, follow these steps:
Open Task Scheduler as an Administrator.
Check for the
gytpol
folder under the main Library.Expand the folder, and you should observe three tasks, as exemplified below:he example below:
...
Log retention policy
Every Windows client Sensor is configured to retain up to 10 log files, with each file being 5MB in size. Once the 10-file limit is reached, the oldest log files are automatically deleted to make room for new ones, ensuring efficient log management.
This behavior can be observed in any installed Windows client Sensor under the log directory C:\Program Files\WindowsPowerShell\Modules\gytpol\log
.
Anchor | ||||
---|---|---|---|---|
|
To uninstall the GYTPOL ClientSensor:
Open "Programs and Features."
Locate "gytpolClient" in the list of installed programs.
Right-click on "gytpolClient" and select "Uninstall" or "Remove."
...
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Ports to open:
GYTPOL Client Sensor to GYTPOL server on-Prem - port 9093
GYTPOL Client Sensor to GYTPOL SaaS - port 443
...
Does the Endpoint need to be a member of the domain?
No
Anchor | ||||
---|---|---|---|---|
|
Command to run:
Debian (Ubuntu): sudo dpkg -i <gytpol-clientSensor-path>
RPM (RHEL, centOS, SUSE etc.): sudo rpm -ivh <gytpol-clientSensor-path>
Anchor | ||||
---|---|---|---|---|
|
Where will I see the scanned machine?
...
/opt/gytpol/logs
Log retention policy
The client Sensor is configured to retain logs for a period of 10 days. Each day may generate one or more log files, depending on the number of actions performed (e.g., scans, service logs, remediations). After 10 days, older log files are automatically deleted to maintain efficient log management.
This behavior can be observed in any installed Linux client Sensor under the directory /opt/gytpol/log
.
...
Where are the configuration folder?
“config.json ” for client’s Sensor’s configuration to a dedicated server
...
config.json
This file contains client’s Sensor’s configuration:
{
"HttpVerifyCert" : false,
...
ArchiveFolderPath - Folder (relative to /opt/gytpol) in which reports are being saved to before sending them to the server.
Anchor | ||||
---|---|---|---|---|
|
Debian: sudo dpkg —remove gytpol-client
...
It is highly recommended to take a backup of important data before making any changes to the system to mitigate any potential data loss. Always exercise caution when executing commands that may impact system configurations.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Ports to open:
GYTPOL Client Sensor to GYTPOL server on-Prem - port 9093
GYTPOL Client Sensor to GYTPOL SaaS - port 443
...
Does the Endpoint need to be a member of the domain?
No
Anchor | ||||
---|---|---|---|---|
|
Before proceeding with the installation, determine the platform architecture by checking the "About this Mac." This information will help ensure that the correct version of the software is installed for your system.
...
Identify and choose the right package according to the table below:
Platform | Architecture | Terminal output | Package file |
macOS | Intel chipset | i386 | gytpol-client-<version>_amd64.pkg |
macOS | Apple silicon | arm | gytpol-client-<version>_arm64.pkg |
...
Your output should look like this:
...
Anchor | ||||
---|---|---|---|---|
|
Where will I see the scanned machine?
...
/opt/gytpol/logs
Log retention policy
The client Sensor is configured to retain logs for a period of 10 days. Each day may generate one or more log files, depending on the number of actions performed (e.g., scans, service logs, remediations). After 10 days, older log files are automatically deleted to maintain efficient log management.
This behavior can be observed in any installed macOS client Sensor under the directory /opt/gytpol/log
.
...
Where are the configuration folder?
“config.json ” for client’s Sensor’s configuration to a dedicated server
...
config.json
This file contains client’s Sensor’s configuration:
{
"HttpVerifyCert" : false,
...
Anchor | ||||
---|---|---|---|---|
|
Uninstalling
Stop the launch daemon.
sudo launchctl stop com.gytpol.gytmac
...