Configuring the Diagnostics Service for Remote Access - Diagnostics Service and Diagnostics Console - English - Foundation 22.1 - OnBase - external

Diagnostics Service and Diagnostics Console

Platform
OnBase
Product
Diagnostics Service and Diagnostics Console
Release
Foundation 22.1
License

When the Diagnostics Service is installed or upgraded it is only enabled for local machine access by default. In some cases, it may be necessary to include diagnostics information from remote machines.

CAUTION:

The data collected by the Diagnostics Service may contain sensitive system information. Enabling remote access can pose a security risk if your environment is not adequately configured to prevent unauthorized users from gaining access to the data received from remote Diagnostics Services.

To enable remote access for a Diagnostics Service:

  1. Locate the appsettings.json file. In a default installation, this file is located at C:\Program Files (x86)\Hyland\Services\Diagnostics.
  2. Open the configuration file in a plain-text editor, such as Notepad.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the "Urls" element.
  4. To enable remote access, set the element to "http://0.0.0.0:8989"
    Note:

    HTTPS is also supported. For more information see Configuring Remote Access Using HTTPS.

  5. Save and close the configuration file.
  6. Restart the Diagnostics Service for the changes to take effect.
    Note:

    Each remote Diagnostics Service you need to collect data from must be enabled for remote access.