> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberup24.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LARK Web Application URLs and Browser Interface Addresses

Every LARK application is accessible through a web browser using a URL built from the appliance's address on your local network segment. The table below lists all available web interfaces, their full URL paths, and a brief description of each application's purpose.

<Note>
  The appliance address — either a hostname or IP address — is documented on the delivery record that accompanied your unit. It is also described in the [Naming & Addressing](/reference/naming-and-addressing) page. Substitute your appliance's actual address for `<appliance-address>` in every URL below.
</Note>

## Web Application URLs

| Application      | URL                                      | Description                                                                                                                                           |
| ---------------- | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| Main Dashboard   | `https://<appliance-address>/`           | The primary landing page and top-level overview of appliance status, active sessions, and summary analytics. Start here after login.                  |
| Keycloak Admin   | `https://<appliance-address>/auth/admin` | Identity and access management console. Use this to manage users, roles, and authentication settings. Change default credentials here on first login. |
| Packet Capture   | `https://<appliance-address>/packets`    | Full packet capture browser and query interface. Search, filter, and export raw packet data from the ingress stream.                                  |
| Flow Analytics   | `https://<appliance-address>/flows`      | Network flow (NetFlow/IPFIX-style) analytics and visualization. Review conversation summaries, traffic volumes, and flow timelines.                   |
| IDS Alert Review | `https://<appliance-address>/alerts`     | Intrusion detection system alert queue. Triage, annotate, and investigate signature-based and anomaly-based detections.                               |
| File Analysis    | `https://<appliance-address>/files`      | Extracted file review and analysis interface. Examine files extracted from the network stream for indicators of malicious content.                    |
| AI Assistant     | `https://<appliance-address>/ai`         | AI-powered analyst assistant. Query the assistant in natural language to investigate alerts, summarize traffic patterns, and accelerate triage.       |
| System Admin     | `https://<appliance-address>/admin`      | System administration panel. Configure network settings, storage, integrations, and appliance-level parameters.                                       |

## Access Notes

All LARK web applications are served over HTTPS and require authentication through the LARK identity system (Keycloak). Attempting to access any application URL without an active session will redirect you to the login page automatically.

<Note>
  If your browser presents a certificate warning when accessing LARK applications, this is expected on initial access when using the appliance's default self-signed certificate. Accept the exception to proceed, or install the LARK CA certificate in your browser's trust store to suppress the warning.
</Note>
