The data agent is designed for all Windows 7 and later computers and Windows Server 2008 and later servers. It is compatible with both 32-bit or 64-bit installations. The data agent checks in at startup and then daily using a standard https request back to our servers.
Installation
Each data agent installation file is custom-built for a company to pull in valuable data regarding hardware specifications, compliance with software, and various other usage statistics. The data pulled from the agent feeds the Infrastructure, Policies, and Dashboards areas of the feature set, as well as generated infrastructure reports.
Partners can download the correct agent by navigating to the company from the Partner > Clients section of the feature set.
From there, they can click on the individual company and use the Download Agent button to get access to it, or use the URL to download the agent to the same effect.
Each installation overwrites any previous agent settings. Please allow a few minutes after installation for the endpoint or server to appear in the Infrastructure reports.
Note: For those evaluating CloudRadial, one agent is typically enough to showcase how the data flows into CloudRadial. Remember to view Infrastructure > Endpoints, Compliance > Policies, and Account > Dashboards to see how the data populates into the tenant.
Users can self-install the correct data agent by:
- Clicking on their name in the top-right corner of the CloudRadial application and following the link in the orange prompt window
- Downloading the installation program highlighted on their profile page
- Running the installation program.
Using One Agent for All Companies
You can use any agent you download for other companies by specifying the parameter /companyid on the agent install command line.
C:>DataAgent-{company-name}-version.exe /companyid=1
The companyid value is the company's CloudRadial id value. If no companyid is specified, the default company will be the company for which the agent was built.
Be sure you have downloaded the latest version of the agent to use this feature.
Silent Install
The data agent can also be remotely deployed. Partners will need to make sure they have the correct data agent for the company and can install it silently using the command:
C:>DataAgent-{company-name}-{version}.exe /verysilent
Note: For completely silent installation, be sure that .NET Framework 4.6.2 or greater is already installed. The agent setup program will install this version if not installed and a .NET dialog may result from this installation.
After installation, the data agent starts as a Windows service and is set to start automatically with each computer restart.
Disabling Auto-Update
If security is paramount, you can disable the auto-update capability with the appropriate switch setting:
autoupdate=0
This function further secures the data agent to disallow potential security vulnerabilities. It is not mandatory.
RMM Scripting
The data agent is easily deployed using your RMM's installation capabilities. You should install the data agent on all Windows workstations and servers where your RMM is installed. Sample scripts for RMMs and Intune are available in the CloudRadial Community at https://community.cloudradial.com. We encourage you to share scripts and/or provide feedback on the ones provided by other partners.
Where possible, use your RMM to detect the Windows service "CloudRadial" and if that service is not there, install the agent on that machine.
Ports and Fully Qualified Domain Names (FQDNs) for Whitelisting
Partners may have more locked-down security permissions and may require specific IPs and domains to whitelist to get the agents to report in correctly. The following are the specific FQDNs required to allow so that the agent may report correctly:
- [partnername].[region].cloudradial.com - ex: supermsp.us.cloudradial.com
-
*.services-us.cloudradial.com
-
*.services-us2.cloudradial.com
-
*.services-us3.cloudradial.com
-
*.services-us4.cloudradial.com
-
*.services-us5.cloudradial.com
-
*.services-us6.cloudradial.com
-
*.services-us7.cloudradial.com
-
*.services-us8.cloudradial.com
-
services-us.cloudradial.com
-
services.cloudradial.com
-
*.services-au.cloudradial.com
-
services-au.cloudradial.com
-
services-ca.cloudradial.com
-
*.services-ca.cloudradial.com
-
services-uk.cloudradial.com
-
*.services-uk.cloudradial.com
-
services-uk2.cloudradial.com
-
*.services-uk2.cloudradial.com
-
https://eastus-8.in.applicationinsights.azure.com
As far as ports, the agent only uses Port 443 for SSL traffic.
Automatic Removal
The data agent will automatically uninstall itself if it detects that the company it is checking into no longer exists. You can also set workstations that don't check in on a regular basis to automatically remove themselves from the Infrastructure reporting. This option is under Partner Clients -> Agents - Settings.
Disabling AutoUpdate
For servers or other devices with advanced virus protections, the agent's auto update capability may have difficulty. In these cases and in situations where you want to control agent deployments, you can disable the auto update feature. To disable, add the option:
/autoupdate=0
to the end of the data agent install command. For example:
C:>DataAgent-{company-name}-{version}.exe /verysilent /autoupdate=0
This feature is only available on agent versions 1.1.5 and higher.
.NET Framework Required
.NET Framework 4.6.2 or greater is required for the agent to operate. Most PCs have .NET installed and updated by the operating system, but some servers may not have the latest version installed. If you are automating the deployment of the agent through a RMM script, test for and install .NET as required. You can download the latest version here:
https://www.microsoft.com/net/download/dotnet-framework-runtime
Please note, installation of the agent on older Windows servers or on workstations without .NET Framework 4.6.2 or later may force a restart.
Uninstall
To uninstall the agent silently, use the commands listed below. To ensure a successful uninstallation, you'll need to specify the directory to uninstall from.
- Open the Command Prompt
- Enter cd C:\Program Files (x86)\CloudRadial Agent
- Enter unins000.exe /norestart /verysilent
Comments
2 comments
I was told by support that the version we're running isn't current (1.2.0.0). What is the current version, and is there a changelog that we can see this at any time?
Data Agent Change Log - https://support.cloudradial.com/hc/en-us/articles/360052402192
Article is closed for comments.