Skip to content

Open the Firewall Ports


As of version 1.3.1 of SEAL Operator/SEAL Print Client, the firewall ports are no longer opened during the installation but have to be opened manually after the installation. For this, the separate script firewall.ps1 is contained in delivery and can be used for opening the firewall ports.


  1. Open a PowerShell (Administrator), change to the Operator - 1.3.1.258 - msi directory and start the script for opening the firewall ports:

    cd "Operator - 1.3.1.258 - msi"
    
    Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
    

Next Step

Continue with: Configure the OIDC Identity Provider


Back to top