Skip to content

Open the Firewall Ports


As of version 5.3.5 of PLOSSYS Output Engine, 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 PLOSSYS 5 - 6.0.0.1460 - msi directory and start the script for opening the firewall ports:

    cd "PLOSSYS 5 - 6.0.0.1460 - msi"
    
    Set-ExecutionPolicy Bypass -Scope Process -Force; .\firewall.ps1
    

Back to top