Skip to main content

Proxy Configuration

TranslationFor pending..proper operation, ensure the openthinclient Management Server has Internet access, including for the following functions:

    Install application packages Find and install updates for the openthinclient Manager. Communicating with the license server

    If Internet access in the network is available through a proxy, configure the necessary settings: 

      during the installation of the openthinclient software in the WebUI

      Note, these settings apply only to the openthinclient Management Server.

      To change the proxy settings of the virtual appliance’s operating system, use the Network Proxy desktop application or the Control Center.

      To configure the thin clients, use the configuration options of the respective application.

      Configuration via the WebUI

      In the WebUI, click Basic Settings > Proxy Configuration.


      Explanation

        Use Proxy
        Use the checkbox to enable or disable the proxy.
        Hostname

        Proxy hostname
        Port

        Proxy port

          Proxy requires login
          Enable proxy login via checkbox
          Username

          If the proxy server uses authentication, enter the username here.

          Omit this line when authentication isn't required.

          Password

          Password of the proxy user.

          Omit this line when authentication's unnecessary.

          To apply configuration changes, restart the openthinclient Management Server.

          Configuration file

          The settings for the network proxy are stored in a configuration file. The configuration file is located in the following path <Manager-Home>/package-manager.xml.

          The full path in the virtual appliance is /home/openthinclient/otc-manager-home/package-manager.xml.

          Configuration file structure

          Example package-manager.xml

          <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
          <ns2:package-manager xmlns:ns2="http://www.openthinclient.org/ns/manager/service/package-manager/1.0">
              <remove-it-really>false</remove-it-really>
              <proxy enabled="true">
                  <host>10.10.10.10</host>
                  <port>1234</port>
                  <user>Nutzer</user>
                  <password>%%ENC:a1a3241bdd414a7d0e87a582fa5dae00</password>      
              </proxy>
          </ns2:package-manager>