Skip to main content
Skip table of contents

Cloudamize ADC - Unable to Resolve Node

Overview

This issue is generally caused by connectivity barriers, credential mismatches, or restrictive security policies on the target machine.

image-20260219-093630.png

1. Basic Connectivity & Availability

  • Host Status: Verify that the target host [IP Address] is powered on and reachable over the network.

  • WMI Traffic: Ensure Windows Management Instrumentation (Wmi) traffic is enabled.
    Run the following command in an elevated command prompt on the target machine:
    netsh advfirewall firewall set rule group="windows management instrumentation (wmi)" new enable=yes

    image-20260220-061209.png

  • Firewall Settings: Check for Windows Firewall interference. Refer to the Firewall Requirements section under the Windows Agentless Data Collector Setup guide here to ensure ports 135, 445, and dynamic RPC ports are open.

2. Credential & Privilege Validation

  • Authentication Failure: Ensure the account name and password provided are correct.

  • Insufficient Privileges: The account must have administrative rights to collect telemetry data.

  • Domain Issues:

    • If the server is domain-joined, verify that the Domain Controller is running and accessible.

    • Confirm that the Active Directory Administrator group includes the necessary Domain Administrator groups.

    • Ensure the provided user account is a member of the Domain Admin group or is the specific Local Administrator account.

3. Local Account & UAC Workaround

If you are using a local account that is a member of the Administrators group (but is not the built-in "Administrator" account), Windows User Account Control (UAC) may block remote administrative tasks.

Disabling Remote UAC (Registry Fix)

To allow these accounts to function, you must create or modify the LocalAccountTokenFilterPolicy registry key.

Making changes to the UAC policy depends on the customer's internal security team policies and requirements. Ensure you have proper authorization before proceeding

  1. Open Regedit (Registry Editor).

  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system

    Note: A new registry key will be required if the file path does not exist. Please note that this will require administrative privileges.

  3. Right-click the System folder, select New, and then DWORD (32-bit) Value.

    image-20260220-061230.png

  4. Name the new entry: LocalAccountTokenFilterPolicy

    image-20260220-061249.png

  5. Right-click the entry and select Modify.

    image-20260220-061311.png

  6. Change the Value data from 0 to 1.

    image-20260220-061327.png

If the issue persists, please capture a screenshot of the error output and collect the log_backup.txt file from the following directory on the Cloudamize Agentless DC:

C:\Program Files (x86)\CloudamizeAgentlessDc\log_backup.txt

Please attach both the screenshot and the log file in an email to helpdesk@cloudamize.com for further investigation.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.