> For the complete documentation index, see [llms.txt](https://userguide.wlanpi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.wlanpi.com/hardware/wlan-pi-pro-eos/getting-started/web-front-end/cockpit-admin-gui.md).

# Cockpit Admin GUI

1. Click on Admin

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Unfortunately we do not have an SSL cert in place yet, please continue past the security warning</p></div>
2. Login using the default 'first time boot' credentials\
   \
   `username: wlanpi`\
   `password: wlanpi`\\
3. You will be prompted to change your password, you **have** to do this to proceed

{% hint style="info" %}

```
If you are stuck for ideas regarding the new password, for the duration of this Deep Dive **ONLY** consider using your WLAN Pi hostname `wlanpi-xxx`
```

{% endhint %}

4. The first time you login to Cockpit you will be in 'limited access mode'\
   Look to the top-right corner of the WebUI interface\
   Click on 'Turn on administrative access'
5. Now please have a poke around, explore what functionality is exposed by Cockpit GUI

### Updating your WLAN Pi

Most utilities / functions on the WLAN Pi can be updated through the built-in package management system. This is accessed via:

* Cockpit > Software Updates
* CLI > `sudo wlanpi-update`

```
sudo wlanpi-update
```

{% hint style="warning" %}
Checking for updates requires an internet connection

**STOP**

Don't plug your WLAN Pi into the ethernet cable just yet, please

We do not need to check for updates right now
{% endhint %}

#### When is re-imaging required?

System level updates will be made occasionally that may require re-imaging your microSD card

If you choose to re-image your SD card with the latest release of WLAN Pi OS, this will come with the latest version of all the default packages.

### Timezone Update

Click time, I think you can figure out the rest ;)

### Terminal

The menu option at the bottom of the left side panel is 'Terminal'

For the duration of the DeepDive this web based terminal is going to be our default method for accessing the WLAN Pi terminal


---

# 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://userguide.wlanpi.com/hardware/wlan-pi-pro-eos/getting-started/web-front-end/cockpit-admin-gui.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.
