> 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/setup/connecting-to-the-wifi-pineapple-on-windows.md).

# Connecting to the WiFi Pineapple on Windows

{% hint style="info" %}
The following guide is designed to work on Windows 11, although the same or similar steps apply to Windows 10/8.1/8/7 too.
{% endhint %}

## Configuration via GUI

Start by opening the **Network & Internet** settings in the Windows settings application. Scroll down to **Related settings** and click **More network adapter options**.

![](/files/oRd0wz9h53fMoCL4nRTf)

In the new window, **right click** the adapter that represent your WiFi Pineapple and select **Properties**. Then, select the text **Internet Protocol Version 4 (TCP/IPv4)**, and then click **Properties** again.

In the new properties window, configure the following static settings:

* IP Address: **172.16.42.42**
* Subnet Mask: **255.255.0.0**
* Default Gateway: **Blank**
* Preferred DNS: **8.8.8.8**
* Alternate DNS: **8.8.4.4**

![](/files/5noBcKsNHJijPcueudxS)

{% hint style="info" %}
You may set your own preferred and alternate DNS servers if desired, but Google's DNS is recommended.
{% 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/setup/connecting-to-the-wifi-pineapple-on-windows.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.
