Table of Contents

Disabling Remote Access and Live Sharing locally

From version 2.13.8 of the CloudGateway DxM onwards, it is possible to disable the Remote Access and Live Sharing features for a particular server through the app settings of the DxM.

Note

You can also more easily disable the Remote Access and Live Sharing features in the dataminer.services Admin app. See Controlling remote access.

To disable these features through the app settings:

  1. On each server where you want to disable these features, go to the folder C:\Program Files\Skyline Communications\DataMiner CloudGateway.

  2. In this folder, create or adjust the override appsettings.custom.json with the following contents:

{
   "RemoteAccessAndSharing": {
      "IsDisabled": true
   }
}
  1. Restart DataMiner CloudGateway on each server for the changes to take effect.