Installation on IIS

The Web Panel application may be installed on an IIS web server on PC.

You need a zip with the Web Panel application and a PC with IIS server installed.

The current Web Panel application zip can be found in Technical File in WPAN-CTRLR\Website.

  1. Open File Manager.

  2. Open C:\inetpub.

  3. Create “webpanel” directory in inetpub.

  4. Unzip Web Panel application into webpanel directory.

  5. Start IIS Manager.

  6. Unfold Connections and right click Sites.

  7. Select “Add Website…”.

  8. Enter “webpanel” as site name, select “C:\inetpub\webpanel” as a physical path. In the example there is already a web site using port 80 so the web panel site has assigned port 81.

  9. Click OK.

  10. Go to Default Document.

  11. Click “Add…”.

  12. Enter “default.html”.

  13. Click OK.

  14. In the example the Web Panel website is installed at port 81 so http://localhost:81 must be added to the “CorsAllowed” key on B3 system server as described in chapter Unsuccessful login - CorsAllowed. This step is not necessary if a default web site is used working on port 80.

  15. Modify the settings in custom.js file as described in Setup for version 1.2.2. The custom.js file in this case is usually in c:\inetpub\webpanel\js\.

  16. Open a web browser on the same PC and go to http://localhost:81.

  17. The Web Panel screen shall present MPs status.

Last updated