We have a proxy server in between DataMiner and the clients in which we need to add what URLs will be used to access DataMiner (others are blocked) and we need to configure what ports need to be accessible. We already know that HTTP(s)://[DMAIP]/connectionsettings.txt is one of those URLs, but would like to make sure we cover all the URLs for DataMiner Cube, Dashboards, and Monitoring (mobile) app.
Can you provide a full list of URLs and ports (for the firewall rules) used for the below apps in DataMiner?
- DataMiner Cube
- Dashboards
- Monitoring
Hi Michiel,
The following ports are required:
- HTTP(S): 80/443 (it's recommended to require HTTPS, then you don't have to open port 80. For more information see Setting up HTTPS)
- .NET Remoting: 8004 (this will be replaced by 443 from DataMiner 10.2.X onwards)
The following URLs will need to be whitelisted (note the wildcards):
- https://hostname/ConnectionSettings.txt
- https://hostname/EndPoints.txt
- https://hostname/Licenses.asp
- https://hostname/EULA.htm
- https://hostname/API/v1/*
- https://hostname/dashboard/*
- https://hostname/monitoring/*
- https://hostname/root/*
- https://hostname/SharedComponents/*
- https://hostname/DataMinerCube/*
- https://hostname/DataMinerCubeInstall/*
Optionally for other apps:
- https://hostname/jobs/*
- https://hostname/ticketing/*
- https://hostname/automation/*
- https://hostname/Comparison/* (if you're using IDP)
I would also include the following path for Cube:
https://hostname/DataMinerCubeStandAlone/*
Note it could be that you’ll need to open extra ports for Eventing to work (workaround is to use polling instead). For more information see: https://help.dataminer.services/dataminer/#t=DataMinerUserGuidepart_3DataminerAgentsDMA_configuration_related_to_client_applications.htmXREF_50172_Configuring_client