> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple-pager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple-pager/setup/on-device-setup.md).

# On-Device Setup

The WiFi Pineapple Pager brings an on-device onboarding experience with a retro flair.

### Navigating the Pager  <a href="#navigating-the-pager" id="navigating-the-pager"></a>

Navigate the UI using the buttons on the pager!

The DPAD (arrow buttons) move your selection up, down, left, and right.

The ‘B’ button (the left-most red button) is used to cancel most actions, or move backwards in the menus.

The ‘A’ button (the green button to the right) is used to activate, acknowledge, or move forwards in the menus.

### Welcome!  <a href="#welcome" id="welcome"></a>

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

### Setting a pin code  <a href="#setting-a-pin-code" id="setting-a-pin-code"></a>

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

Setting a PIN code protects the on-device user interface of the WiFi Pineapple Pager, much like setting a PIN on a cell phone. While optional, if you plan to use your WiFi Pineapple Pager where others might also try to touch it, consider setting a PIN!

<figure><img src="/files/3ZTSPMy6QLfeKO7yix11" alt=""><figcaption><p>We recommend not using the pin code from your luggage</p></figcaption></figure>

### Setting a root password  <a href="#setting-a-root-password" id="setting-a-root-password"></a>

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

Setting a root password is a crucial part of protecting your device.

The root password sets the login password for SSH and the Virtual Pager when connected to the USB-C port or the WiFi Management networks.

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

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

Enter your password using the DPAD arrows and the ‘A’ (green) button. We suggest setting a strong password - a mix of lower and upper case, numbers, and symbols will help keep your device secure!

### Setting timezone  <a href="#setting-timezone" id="setting-timezone"></a>

<figure><img src="/files/5X7x48Vj05YUBNrPhGP6" alt=""><figcaption></figcaption></figure>

The WiFi Pineapple Pager needs to know what your timezone is to accurately show the time.

<figure><img src="/files/0qoJTvlY7hs5yy7P8AXi" alt=""><figcaption></figcaption></figure>

### License  <a href="#license" id="license"></a>

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

Finally, you must accept the [Hak5 license agreements](https://hak5.org/license) which are available in full at <https://hak5.org/license>

### Congrats!  <a href="#congrats" id="congrats"></a>

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

<br>


---

# 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://documentation.hak5.org/wifi-pineapple-pager/setup/on-device-setup.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.
