> 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/quick_installation/set_up-1.md).

# Setup for versions below 1.2.2

1. Using a network cable connect Web Panel to Ethernet network. The network shall have DHCP server enabled.
2. Connect keyboard and mouse or their dongle, in case of wireless keyboard and mouse, to Web Panel USB connector(s).
3. Connect Web Panel with the monitor using HDMI cable.
4. Connect the monitor to the mains and power it up.
5. Connect Web Panel power supply to mains and its USB plug to Web Panel micro-USB connector.
6. Web Panel shall boot up and start the web-browser in kiosk mode.
7. The Web Panel app shall be loaded in the browser.<br>

   <figure><img src="/files/1dVCWBHylMGUXAh4cMSB" alt=""><figcaption></figcaption></figure>
8. Click the menu icon <img src="/files/s9pMMBdIG5MGemjpawlO" alt="" data-size="line"> to open a panel with username and password.&#x20;

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

9. Log in into B3. User dma1 is used in the example.<br>

<figure><img src="/files/918klYK7oh9A0NjBkg7B" alt=""><figcaption></figcaption></figure>

10. If the user name or password is incorrect the message is displayed.&#x20;

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

11. **Important!** Press Alt+F4 to close kiosk mode. This is needed for the login credentials to be stored in local storage.
12. Reboot Web Panel by turning its power off and on.
13. The Web Panel will auto login and show the MPs.<br>

    <figure><img src="/files/QjpGteFJ5oxLvlcV3oAc" alt=""><figcaption></figcaption></figure>
14. Disconnect keyboard and mouse or their dongle from Web Panel USB connector(s).


---

# 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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/wpan-ctrlr-web-panel-installation-manual/quick_installation/set_up-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
