Skip to main content
Skip table of contents

IBI-aws Admin: Setup a proxy

This article describes how to setup a proxy in the IBI-aws Admin.

Step-by-step guide

  1. Open IBI.aws.Admin.exe.config with a text editor (e.g. Notepad) 

  2. Add the <system.net> block with the corresponding URL below the <configuration> block, as shown in the following example

    XML
    <configuration>
    [...]
    
    <system.net>
      <defaultProxy enabled="true" useDefaultCredentials="true">
        <proxy proxyaddress="http://proxy-address.example:8080" />
      </defaultProxy>
    </system.net>
    
    [...]
    </configuration>
  3. Save the IBI.aws.Admin.exe.config

  4. Restart IBI-aws Admin

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.