> 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/faq/password-reset.md).

# Password Reset

On firmware versions 1.1.0 and later, you may reset a lost password by booting the WiFi Pineapple, and then holding the Reset button for 10 seconds or longer. Upon success, the LED will flash a rainbow colour sequence and reboot.

{% hint style="info" %}
The WiFi Pineapple needs to boot before you can reset the password!  After plugging it in, wait for the networks to become visible, or wait until you can reach the management interface at <http://172.16.42.1:1471> before pressing and holding the reset button!
{% endhint %}

After the device reboots, you will be able to log in to to the web interface or ssh with the password `hak5pineapple`. You can connect via the USB-C or the Open WiFI, if you don't remember your management network password.\
\
You are strongly advised to change this after logging in.

{% hint style="warning" %}
If the LED does not flash rainbow colours, the button was not pressed down long enough, or was not pressed firmly enough to fully engage the button.  Try using a pen cap or similar blunt solid object to make sure the button is fully pressed!
{% endhint %}


---

# 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/faq/password-reset.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.
