Security Compliance

Unable to Log into ARM Configuration Wizard

This article provides a workaround for an issue where users are unable to log into the ARM Configuration Wizard, even if they have administrative rights and are using the correct password.

First published date

9/16/2024 2:19 PM

Last published date

2/17/2026 4:42 PM

Overview

Some users may encounter login issues with the ARM Configuration Wizard or ARM Configuration/Client when entering their credentials manually. This problem can be associated with specific domain NetBIOS names, such as those containing dots, but is not limited to such cases. The following error may be visible in the logs during the login attempt.
[   2293|ARM-SERVER   |armServer   |8476.1| 91|DOMAIN\SYSTEM               |pn.server.SecurityManager               |240704| 7:58:25.150|Warning    ]             AuthenticationHandler.LoginInternal(): We could not resolve the domain 'DOMAIN' and won't try to authenticate 'UserName' if this domain is valid please add it to the configuration.

Product section

Access Rights Manager

Resolution

  1. Stop the ARM Service.
  2. Navigate to the following directory: C:\ProgramData\protected-networks.com\8MAN\cfg\, create a backup of pnServer.config.xml, and edit it.
  3. Search for supportPeriodInNetbiosName and change the following value below from false to true:
    • <SupportPeriodInNetbiosName type="System.Boolean">true</SupportPeriodInNetbiosName>
  4. If the entry is not present, manually add the following block before the closing </config> tag (the last line of the file):
    • <options>
      <SupportPeriodInNetbiosName type="System.Boolean">true</SupportPeriodInNetbiosName>
      </options>
  5. Save the file > Start the ARM Service.