> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/wpan-ctrlr-web-panel-installation-manual/advanced_use/installation_on_pc.md).

# 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](https://icuscandinavia060.sharepoint.com/:f:/s/Technicalfile/EtuBd9W5mJxLoo9QoWIuO2kBkV-rJLpJl9WQ2nP3YC3qWA?e=uh5qBt).

1. Open File Manager.
2. Open C:\inetpub.
3. Create “webpanel” directory in inetpub.
4. Unzip Web Panel application into webpanel directory.&#x20;

   <figure><img src="/files/lJX5Ez5fI7dJG01YLgX9" alt=""><figcaption></figcaption></figure>
5. Start IIS Manager.&#x20;

   <figure><img src="/files/ySLUAVioXbPI63bvHkl4" alt=""><figcaption></figcaption></figure>
6. Unfold Connections and right click Sites.&#x20;

   <figure><img src="/files/OsTGjcPYzdfEl6vjgPr1" alt=""><figcaption></figcaption></figure>
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.&#x20;

   <figure><img src="/files/ptVsQXqkcjGtGW4AnXAt" alt=""><figcaption></figcaption></figure>
9. Click OK.&#x20;

   <figure><img src="/files/VUmYBPqGkH5C5sk74nKx" alt=""><figcaption></figcaption></figure>
10. Go to Default Document.&#x20;

    <figure><img src="/files/1Zdc5QNja1bADLvdOCPh" alt=""><figcaption></figcaption></figure>
11. Click “Add…”.
12. Enter “default.html”.&#x20;

    <figure><img src="/files/lwMFA5gFOwznhcnynnlS" alt=""><figcaption></figcaption></figure>
13. Click OK.&#x20;

    <figure><img src="/files/bcm5tBSufdHwruVGoKvY" alt=""><figcaption></figcaption></figure>
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](/wpan-ctrlr-web-panel-installation-manual/troubleshooting/unsuccessful_login.md). 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](/wpan-ctrlr-web-panel-installation-manual/quick_installation/set_up.md). 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.&#x20;

    <figure><img src="/files/Ih666A19N2qk3ohPAiy5" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.boomerang3.com/wpan-ctrlr-web-panel-installation-manual/advanced_use/installation_on_pc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
