> 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/connecting-to-the-wifi-pineapple-pager/virtual-pager.md).

# Virtual Pager

The Virtual Pager is the web-based interface to the Pineapple Pager, which provides a live view of the WiFi Pineapple Pager screen, a terminal, and loot download links.

### Connecting to the Virtual Pager  <a href="#connecting-to-the-virtual-pager" id="connecting-to-the-virtual-pager"></a>

The virtual pager site is available from the USB-C and Management Wi-Fi networks.

Point a browser at [http://172.16.52.1:1471](http://172.16.52.1:1471/) to access the virtual pager site.

{% hint style="info" %}
Make sure to use the full URL `http://172.16.52.1:1471` . Many browsers will attempt to use `https` on all sites, or will treat the IP address as a search term!
{% endhint %}

### Logging in  <a href="#logging-in" id="logging-in"></a>

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

Log in to the Virtual Pager site using your device password you set during device setup.

### The Virtual Pager  <a href="#the-virtual-pager" id="the-virtual-pager"></a>

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

From the Virtual Pager you can control the Pager itself as if you were physically pressing the buttons. The screen is a live display of the Pager screen contents.

From the sidebar menu on the left-hand side you can directly download zip archives of captured WPA handshake files (pcap and hashcat format), download all captured loot, and archive loot.

{% hint style="info" %}
Archived loot is moved to `/root/loot/archive/`!
{% endhint %}

The terminal is a standard shell - connecting via SSH or using the terminal will work the same!

<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/connecting-to-the-wifi-pineapple-pager/virtual-pager.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.
