> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple/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/ui-overview/introduction.md).

# Introduction to the UI

## Opening the User Interface

The management interface is available at <http://172.16.42.1:1471> and is accessible from the USB Ethernet connection and the management WiFi network configured during Setup.

{% hint style="info" %}
Note the port in the URL:  1471.  Without this port, you will get a blank page from the default webserver!
{% endhint %}

## Logging In

Upon browsing to the UI, you'll be greeted with the login page. The username is root, while the password is the one you set during Setup.

![](/files/-Mi2Damc8u-83PZv4Wyz)

## Navigating the UI

Once you've logged in, you'll see the Dashboard. At the top of the page is the title bar, which includes the current firmware version and buttons to view **Notifications**, view **Informational Messages**, or open the **Web Terminal**.  The context menu (three dots) holds additional, less common options.

![WiFi Pineapple title bar](/files/-Mi2F-1T9zJIPZz-EckZ)

### Notifications

Notifications are a way for the system or modules to indicate a change in status or other message. They can have one of 5 notification levels: **Info**, **Warning**, **Error**, **Success** or **Unknown**. The messages are given a preview for a brief time in the title bar.

Click on the notifications icon to view all messages.

![WiFi Pineapple notifications](/files/-Mi2G2qjTdmTHhC85UPD)

### Informational Messages

Informational Messages show you potential misconfigurations with your WiFi Pineapple, as well as telling you potential fixes for them.

![Example misconfigurations](/files/-Mi2GrEWivc3mUvRCsR1)

### Web Terminal

The Web Terminal offers a fully featured Bash shell on the WiFi Pineapple without needing to use SSH. You can use it to completely manage the device, run tools, install packages and do anything else you would expect from a Linux computer.

![The WiFi Pineapple web shell](/files/-Mi2HWGJurksWY3XfClV)

### Sidebar

On the side of the page, you will see the **Sidebar**. This sidebar houses convenient links to the system modules, and downloaded modules can be added to the sidebar for speedy access. You can extend the sidebar, showing the full names, by clicking the **Show More** button anchored at the bottom.

![](/files/-Mi2J379kz95f5vYmRrK)


---

# 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://documentation.hak5.org/wifi-pineapple/ui-overview/introduction.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.
