> For the complete documentation index, see [llms.txt](https://docs.vex-nx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vex-nx.com/reference/quick-reference.md).

# Quick reference

## Appearance

Default theme: **VEX Spectrum**. Change from the top bar theme menu. See Appearance and aliases.

## Interface aliases

Short aliases on ports/links. Node inspector: **Refresh aliases from config** / **Reset aliases**.

## Credentials

| Interface | User    | Password |
| --------- | ------- | -------- |
| Web UI    | `admin` | `vexnx`  |
| Guest SSH | `vexnx` | `vexnx`  |

Change the web password under Administration after first login.

## Useful URLs (in the appliance)

| Path                        | Page                     |
| --------------------------- | ------------------------ |
| `/`                         | Home                     |
| `/labs`                     | Labs                     |
| `/images`                   | Images (Library default) |
| `/images?tab=catalog`       | Catalog                  |
| `/images?tab=compatibility` | Compatibility            |
| `/images?tab=import`        | Import                   |
| `/infrastructure`           | Infrastructure           |
| `/admin`                    | Administration           |

Documentation: <https://docs.vex-nx.com> (**Learn -> Documentation**).

## Guest paths

| Path                         | Content                   |
| ---------------------------- | ------------------------- |
| `/opt/pram/data`             | Labs, licence, caches     |
| `/opt/pram/images`           | Image library             |
| `/opt/pram/templates`        | Community templates       |
| `/opt/vex-nx/staging/...`    | SCP drop zones for import |
| `/var/log/vexnx-install.log` | First-boot install log    |

## First-hour checklist

* [ ] Import `vex-nx-<version>.ova`; nested virt on; size VM
* [ ] Login at `http://<ip>` as `admin` / `vexnx`
* [ ] Infrastructure: Docker (and KVM if you need QEMU)
* [ ] Starter lab -> Start -> Observe -> Terminal
* [ ] Validate -> Present once
* [ ] Browse Images -> Catalog / Compatibility
* [ ] (Optional) Convert & add a licensed QEMU disk

## Networks (OVA)

| Adapter | OVF name   | Guest  | Role                |
| ------- | ---------- | ------ | ------------------- |
| 1       | Management | ens160 | Web UI / SSH        |
| 2       | Internet   | ens161 | Apt / egress (DHCP) |
| 3       | Lab        | ens192 | Isolated lab L2     |

## Assist

* Lab toolbar -> **VEX-NX Assist** (needs Assist LLM licence + OpenRouter)
* Chips: Build, Configs, Fix, Capture, Export, Validate
* Not the Terminal float workspace

## Commercial features (summary)

Running-config import, lab bundle import, Assist LLM, packet capture, classroom timers (Academic+), MCP (Pro/Team/Enterprise), full template catalog. Matrix: Licence editions and activation.


---

# 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://docs.vex-nx.com/reference/quick-reference.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.
