Configuring a custom SQL Server port for ePO

Prev Next

Configure Microsoft SQL Server to use a static custom port to secure database communications for ePO - On-prem.

  1. Open SQL Server Configuration Manager.

  2. Expand SQL Server Network Configuration, then select Protocols for [Instance Name].

    Important

    Select the specific database instance used by your ePO - On-prem server.

  3. Right-click TCP/IP, then select Properties.

  4. Select the IP Addresses tab, locate your target IP configuration section, and configure the port settings based on your active Listen All status:

    Listen All Setting

    Required Actions

    If set to Yes

    1. Navigate to the IPAll section.

    2. Delete any existing value in the TCP Dynamic Ports field (ensure it is not left at 0).

    3. Enter your target port number in the TCP Port field.

    If set to No

    1. Navigate to your specific IP section (such as IP1 or IP2).

    2. Set Enabled to Yes.

    3. Enter the correct IP address for your environment.

    4. Delete any existing value in the TCP Dynamic Ports field (ensure it is not left at 0).

    5. Enter your target port number in the TCP Port field.

  5. Click OK, then restart the SQL Server service to apply the configuration changes.