Skip to content

Updating SEAL APW Service


Hint - updating from versions earlier than 4.7.0

If you use a version earlier than 4.7.0 you have to update to version 4.7.0 first.

For details on this, see Updating to Version 4.7.0.


  1. Uninstall your current version of SEAL Add Printer Wizard.

  2. In a browser, log on to the SEAL Systems delivery platform with your logon data:

    https://delivery.sealsystems.de

    Hint - logon data

    You receive the logon data from your Technical Project Manager at SEAL Systems.

  3. Download the APW Service - 6.6.0.302 - rpm folder. It is saved as APW Service - 6.6.0.302 - rpm.zip.

  4. Extract the .zip archive:

    unzip "APW Service - 6.6.0.302 - rpm.zip"
    
  5. Change to the APW Service - 6.6.0.302 - rpm directory and start installing the packages:

    cd "APW Service - 6.6.0.302 - rpm"
    
    sudo sh install.sh
    
  6. Open the required firewall ports for necessary services:

    sudo sh firewall.sh
    
  7. Start SEAL APW Service:

    sudo systemctl start apw-rest
    

Hint - new default of ADMIN_ROUTE_ACCESS

SEAL APW Service 6.2.0 and later use a new default for ADMIN_ROUTE_ACCESS.

Check, whether the new default of ADMIN_ROUTE_ACCESS affects your configuration.


Back to top