> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/packet-squirrel-mark-ii/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/packet-squirrel-mark-ii/getting-started/status-led.md).

# Status LED

On the front of the Packet Squirrel is the status LED.

This multi-color LED reflects the system status, and can be customized by payloads.

## LED status modes

### Blinking green

The Packet Squirrel is booting. &#x20;

The first time the Packet Squirrel boots will take several minutes while it configures the internal storage and generates unique SSH keys.&#x20;

Future power-ups of the Packet Squirrel will take significantly less time.

### Blinking magenta / pink

The Packet Squirrel is in first-time setup mode; connect to <http://172.16.32.1:1471> to start!

### Blinking blue

The Packet Squirrel is in arming mode; connect to <http://172.16.32.1:1471> or ssh to <http://172.16.32.1> to configure your device.

### Cycling red/blue/green

The Packet Squirrel detected a USB storage device, but could not mount it.  [Check that it has a supported ](#usb-storage)filesystem!

### Flashing red/blue&#x20;

The Packet Squirrel could not find a payload for this switch position.  Set your Packet Squirrel to Arming Mode and make sure a payload is present!

### Other colors

Payloads can configure the LED to many other colors and patters, check your payloads for more information!


---

# 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/packet-squirrel-mark-ii/getting-started/status-led.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.
