...
64-bit Windows Server 2012 or higher
.NET Framework version 4.0
8 CPU cores
16 GB RAM
5 GB persistent storage
Powershell v5.1 (If SQL data is required)
Prior to Installation
Setup a new Windows instance to host the agentless data collector
When using multiple data collectors, ensure that each individual data collector’s scope of IP ranges is unique
Each data collector can, by default, assess up to a maximum of 500 instances (configurable)
Exclude the data collectors IP address when adding hosts
...
TCP port 445 open inbound
TCP ports 443 and a proxy server port if a proxy is being used (e.g., 8080,80) open outbound to our servers at am.cloudamize.com (US)or, am-de.cloudamize.com (EU), or am-ae.cloudamize.com (UAE).
If your system locally caches DNS resolution, you may need to resolve am.cloudamize.com to 35.171.170.26 or am-de.cloudamize.com to 18.194.12.63 to allow egress traffic. This feature is not currently available for our UAE region.
Each Windows endpoint
TCP ports 135 and the dynamic RPC port ranges open inbound, appropriate for your OS versions:
Windows Server 2008 and later: TCP ports 49152 to 65535 open inbound
Windows Server 2003 and earlier: TCP ports 1025 to 5000 open inbound
...
The table below lists the relevant ports for machine discovery and communication to the Cloudamize servers:
Protocol | Port | Usage |
TCP | 22 | SSH to access Linux servers |
TCP | 135 | Windows RPC |
TCP | 445 | Microsoft-DS Active Directory and SMB, Windows shares |
TCP | 1025-5000 | RPC dynamic port range for Windows Server 2003 and earlier |
TCP | 49152-65535 | RPC dynamic port range for Windows Server 2008 and later |
TCP | 443 | SSL to communicate with the Cloudamize servers |
...
Note: ICMP/Ping is required to discover machines
Windows Agentless Data Collector GUI Installation
...
Once the installation completes, click Finish to close the installer
...
Add and Configure Hosts
Continue on to our guide for next steps on how to Add and Configure Hosts with the Cloudamize Agentless Data Collector
...
The host [IP Address] is down
The account name and password are incorrect or the account does not have sufficient privileges
If the server is domain joined the domain controller itself may not be running
The Active Directory administrator group may not include the domain administrator group.
The user account provided may not be in the domain admin group or it may not be the local administrator account
A local account on the server in use and it is a member of the administrators group but not the administrator account itself.
Entry Key to disable UAC:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio n\Policies\system\LocalAccountTokenFilterPolicy
...
Verify that the [username] account has been added to the group.
...
Ubuntu
Create a new user:
sudo useradd [username]
...