Configure MSSQL TCP Port for Secure Connections
SQL Server Express does not enable TCP/IP by default. Mideye Server requires a TCP connection to the database, so you must enable it manually.
- Open SQL Server Configuration Manager.
- Expand SQL Server Network Configuration.
- Right-click TCP/IP and select Enable.
- Open Properties for TCP/IP.
- Select the IP Addresses tab.
- Scroll to IPAll at the bottom.
- Set TCP Port to
1433. - Click OK and restart the SQL Server service.
Verify connectivity
Section titled “Verify connectivity”From the Mideye Server, test the connection:
telnet <sql-server-ip> 1433A successful connection shows Connected to <sql-server-ip>.
Related links
Section titled “Related links”- Database Configuration — Mideye Server database settings
- Microsoft: Configure a Server to Listen on a Specific TCP Port
- Networking Requirements — Firewall and port reference