> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/7/administrator-guide/server/gui.md).

# GUI

The Workstation is served from the same HTTPS endpoint as the API (default port **9443**, TLS on). After sign-in, the sidebar groups **Home**, **Analytics**, **Configuration**, **Administration**, and **Access Management**. Items appear only when your role grants the matching permission.

This page covers the **Administration** screens for the running server. Analyst views are in the [User Guide](/7/user-guide/observing-and-diagnosing.md).

{% hint style="info" %}
**Screenshot placeholder:** Workstation sidebar. Administration section: AI Assistant, Agent Tokens, Server Details, Server Stats, Database, Archives.
{% endhint %}

## Server Details

**Administration → Server Details** shows the server version, host, and how much disk space is left for collected data. CPU and memory usage refer to the server process itself. The Settings view shows the effective contents of `settings.toml` — see the [Server Configuration Reference](/7/administrator-guide/configuration/server-configuration-reference.md).

## Server Stats

**Administration → Server Stats** plots server-side series over a time range you select:

* **Online agents** — how many agents were connected at once.
* **Incomplete stacks** — execution stacks still being assembled in the collector. See [Method Execution Tree](/7/user-guide/observing-and-diagnosing/method-execution-tree.md).
* **Agents inbound traffic** — receive rate from all connected agents.
* **Database size** — disk used by stored data.

<figure><img src="https://1957839935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQzShZISPoFZ9zIHUdjNB%2Fuploads%2FmxXpSf6jXufPygMejH1F%2FScreenshot%202026-09-21%20at%2012-23-22%20.png?alt=media&amp;token=c04df9ad-74df-40e4-b800-61eb7345f20d" alt=""><figcaption></figcaption></figure>

## Database

**Administration → Database** breaks storage use down by application and data kind. Method parameters and exception payloads can be deleted independently of the rest of an application's data. Deleting the **Total** column for an application removes all of its stored data (**Delete application** permission).

## Archives

**Administration → Archives** lists snapshots produced by the `[archive]` job. See [Archives](/7/administrator-guide/server/archives.md).

## AI Assistant and Agent Tokens

**Administration → AI Assistant** is the server-wide model, tool, proxy, and TLS policy for the analyst chat. Settings: [AI Assistant](/7/administrator-guide/ai-assistant.md). Data leaving the deployment, secrets, and audit: [AI Assistant](/7/security/ai-assistant.md). Per-application PSKs: [Agent Tokens](/7/administrator-guide/agent/agent-tokens.md).
