> For the complete documentation index, see [llms.txt](https://repo.4pfsec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://repo.4pfsec.com/wireless-penetration-testing/wifi-pineapple-tetra/setup.md).

# Setup

Once the 🍍 is booted up and connected to a machine via the provided USB Y cable, the machine it's connected to should receive an IP address via DHCP as shown below.

![](/files/-Mg_lLREaHUNCKFXSg0g)

## Web Portal

### URL

Accessing the following link will bring up the 🍍's admin dashboard for first-time configuration

{% hint style="success" %}
<http://172.16.42.1:1471/>
{% endhint %}

![Web Interface](/files/-Mg_m7rZ1njDlybgOhZm)

### Changelog

If the changelogs show up, the 🍍 has been set up properly and is now ready for configuration.

{% hint style="info" %}
It is adviced to plug in a LAN cable into the 🍍 at this point to be able to check for updates & download community made modules.
{% endhint %}

![Change Logs](/files/-Mg_mGWNBze_4pLZaqbk)

### Secure Setup

![](/files/-Mg_mRZ0708U5knFsE1z)

#### User account & Timeozone

In this section, we set the root user's password and the timezone in which the device is located.

![](/files/-Mg_mYJzDMYXaaKzo3Um)

#### Radio Configuration

**Management AP** is used by the administrator of the 🍍 to be able to remotely administer the device over wifi.

**Open AP** is the network that would be shown to our "targets".

{% hint style="danger" %}
No actual targets here.
{% endhint %}

**Radio Country** code is pretty self-explanatory.

![Radio Configuration](/files/-Mg_mfaRM3yANlfmHJeH)

#### Filters & Firewall

**Client Filters** are used to determine which "targets" you allow to interact with your network.

**SSID FIlters** are used to control if clients of other SSIDs are able to interact with the pineapple

![Filters & Firewall Configuration](/files/-Mg_ml7654NJs9DzHk_Y)

#### EULA

And of course we gotta accept the License and EULA.

{% hint style="danger" %}
Using this device in public or against any network that you do not personally own, is illegal.
{% endhint %}

![](/files/-Mg_msgBx3t-mCzV37yS)

#### Completion of setup

Once the following page appears, the 🍍 is good to go and we can start attacking! **\[ourselves ofcourse]**

![](/files/-Mg_nMd1Xvkuz8SyRqDG)

### Login

[This](http://172.16.42.1:1471/) link can be used to access the web portal after setup!

```
root:root
```

![Login Form](/files/-Mg_nSwJn13LbZu30wK2)

![Dashboard](/files/-Mg_nV5XMf4tSfd6UEk4)


---

# 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://repo.4pfsec.com/wireless-penetration-testing/wifi-pineapple-tetra/setup.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.
