N-central Troubleshooting
Workgroup device agent install error 210
Last Modified
Thu Nov 12 18:05 GMT 2020
Description
- The probe is designed to work with domain credentials when running a discovery job
- However in some instances, some clients may not have a Domain Controller and are only on a Workgroup
- Normally the solution would be to manually add the same username and password to every device with the Workgroup and run another discovery.
- With Windows 10 this will sometimes fail, giving the error:
- 210 Unable to connect to remote network resource. \\devicename\ADMIN$ User= userID Exception = 5 : Access is denied
- ?NOTE: This mainly occurs on Windows 10 devices, but may occur on Windows 8 and Windows 7
- 210 Unable to connect to remote network resource. \\devicename\ADMIN$ User= userID Exception = 5 : Access is denied
- This error indicates that the folder \\devicename\ADMIN$ is inaccessible despite the credentials of the local user being correct
- This folder is required for remote management tasks and installation of the agent
Environment
- N-able N-central
- Windows 10, Windows 8 and Windows 7
Solution
- Make sure File and Print Sharing on Windows Firewall is enabled
- Make sure the devices local administrator account credentials are the same as your probe
- Navigate to the Customer Level
- Select Administration > Defaults > Application settings
- Select Credentials
- Enter your credentials here and propagate your changes
- Select Save
- NOTE: The above steps normally fix the issue, but on Windows 10, the following steps will need to be performed
- Locally on the device, open Regedit
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
- Right-click on the right pane and select New > DWORD (32-bit) Value
- Type LocalAccountTokenFilterPolicy for the value
- Press Enter
- Double-click the new value to modify and change the value data field from 0 to 1
- Select OK
- Close down Regedit
- Reboot the device
- Try the discovery against the device(s) again or agent upgrade