Skip to content

IPP Proxy Client Configuration


No configuration is delivered with a standard installation. To Configure IPP Proxy Client follow the instructions below.

  1. Create the configuration file:

    • C:\ProgramData\SEAL Systems\PLOSSYS\config\ipp-proxy.yml
  2. Copy the content of the IPP Proxy example configuration file into your ipp-proxy.yml file.

  3. Configure the settings of the printer. At least you have to modify the setting for printerUri to the server name of your PLOSSYS 5 server.

    config:
      printers:
        default:
          localPrinterName: '$DEFAULTPRINTER'
          printerUri: 'ipp://<server_name>/printers/printpdf'
    
  4. Restart the IPP Proxy Client.


Hint - Customizing the configuration

For how to customize your configuration, refer to IPP Proxy Client Keys.


Back to top