Summary of firewall requirements
Published 21 October 2021
The SQL Monitor Base Monitor needs to be able to connect to the following TCP ports on each machine you want to monitor:
Using WMI Over DCOM
135 | Remote Procedure Call (RPC). |
1433 | The TCP port for each SQL Server instance on the machine. (1433 is the default). |
xxxx | The port(s) you have configured for WMI over DCOM. |
Using WMI over WinRM
Either port 5985 (HTTP) or port 5986 (HTTPS) | The WinRM Listener. |
1433 | The TCP port for each SQL Server instance on the machine. (1433 is the default). |
Named SQL Server instances use dynamic ports by default, so you need to configure a specific TCP port for each named instance.
We additionally recommend enabling SQL Server Browser and allowing access to port 1434. Otherwise, you must configure SQL Monitor for each named instance with the correct port. See Configure a Server to Listen on a Specific TCP Port.