Image by Gerd Altmann from Pixabay
In this very short video, I walk you through the step by step process of opening the 1433 firewall port for SQL Server. I am doing it because I am setting up a new System Center Operations manager server but the procedures would be the same for any other application that uses SQL Server for the database backend. Full Details on opening ports for SCOM can be found at
You can open the video by right-clicking the following link and select Save Target As:
To open a port in the Windows firewall for TCP access
- On the Start menu, click Run, type WF.msc, and then click OK.
- In the Windows Firewall with Advanced Security, in the left pane, right-click Inbound Rules, and then click New Rule in the action pane (upper right corner).
- In the Rule Type dialog box, select Port, and then click Next.
- In the Protocol and Ports dialog box, select TCP. Select Specific local ports, and then type the port number of the instance of the Database Engine, In my case we are using the default which is 1433. Click Next.
- In the Action dialog box, select Allow the connection, and then click Next.
- In the Profile dialog box, I am going to Leave Domain turned on and turn private and public off. Then click Next.
- In the Name dialog box, type “Allow SQL 1433 Inbound” and for a description I am putting in the same. Then click Finish.
Source: blogs.technet.microsoft.com