> 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/vex-nx-user-guide-1/getting-started/first-login.md).

# First login

## Sign in to the web UI

1. Open `http://<management-ip>` in a browser that can reach the **Management** adapter (typically ens160).
2. Sign in:

| Field    | Value   |
| -------- | ------- |
| Username | `admin` |
| Password | `vexnx` |

Management IP comes from first-boot DHCP/Static or from **Infrastructure -> Management network** after a reboot. Details: Management network.

3. Change the password under **Administration** when ready.
4. Optionally pick an appearance theme from the top bar.

Guest SSH:

| Field    | Value   |
| -------- | ------- |
| Username | `vexnx` |
| Password | `vexnx` |

## What to check in the first five minutes

1. **Home** - health; management IP; Docker / KVM.
2. **Infrastructure** - nested virt, sizing, cloud adapter mapping, management network.
3. **Labs** - blank lab, starters, running-config / lab bundle when licensed.
4. **Images** - Library, Catalog, Compatibility, Import.

If the UI never appears, see [Troubleshooting](/vex-nx-user-guide-1/reference/troubleshooting.md).

## Licensing in one paragraph

**Community** works with no licence file. Commercial editions unlock after you import a signed licence under **Administration -> Licence**. Details: Licence editions and activation.

## Sidebar map

| Nav section | Pages              | Purpose                       |
| ----------- | ------------------ | ----------------------------- |
| **Build**   | Home, Labs, Images | Topologies and disks          |
| **Operate** | Infrastructure     | Sizing and management network |
| **Learn**   | Documentation      | Opens this GitBook site       |
| **Admin**   | Administration     | Users, licence, Assist LLM    |

**Ctrl/Cmd+K** opens the command palette (includes Documentation).

Next: [First lab walkthrough](/vex-nx-user-guide-1/labs/first-lab-walkthrough.md) or [Create a lab](/vex-nx-user-guide-1/labs/create-a-lab.md).


---

# 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/vex-nx-user-guide-1/getting-started/first-login.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.
