# The User Interface (UI)

Here, we show how to access the MVP's web interface from your browser, including first-time setup and troubleshooting connection issues.

***

## Connect & Power Up

1. **Connect via USB-C**: Use the included USB-C cable to connect the MVP's **HOST** port to your computer.

   * The MVP powers on automatically when connected via USB-C HOST.
   * After a few seconds, the Status Display on the device will light up.

   <figure><img src="/files/D5MKWJFcRIl4GWrTaN2g" alt=""><figcaption></figcaption></figure>

2. **Open your browser**: Navigate to: `http://mvp.local`\
   ![](/files/cHu0p3RLioIrcn95rjqw)

<figure><img src="/files/jKRtgJMYqeDVYsePWPdl" alt=""><figcaption></figcaption></figure>

> **Alternative URLs**: You can also use the direct USB IP address:
>
> * **Mac**: `http://192.168.3.1`
> * **Windows**: `http://192.168.2.1`

***

## First-Time Registration

On your first connection, the MVP will display a welcome dialog prompting you to:

1. **Connect to Wi-Fi** (or Ethernet) for internet access
2. **Enter your email** to register the device

<figure><img src="/files/7WRvF3R0Cogbbkb4PxXO" alt="" width="375"><figcaption></figcaption></figure>

Registration enables:

* MVP Update notifications
* Product support

***

## Getting Around the UI

1. &#x20;**Settings Icons**: Once the Dashboard loads, you'll notice four icons on the top right corner.<br>

   <figure><img src="/files/er1juQ0c3Rhaft0t8ALf" alt="" width="155"><figcaption></figcaption></figure>

* **Theme Icon**: Choose between Dark and Light modes.
* **User Icon**: Opens the MVP Registration dialog box.
* **WIFI Icon**: Opens the WIFI Connection dialog box.
* **Settings Icon**: Provides access to Ethernet Settings, System Settings, and this support site.<br>

  <figure><img src="/files/165U0PMGEpAr2BlZ8zW1" alt="" width="141"><figcaption></figcaption></figure>

2. &#x20;**Nav Bar Links**: On the left side of the UI, you can navigate between the Dashboard, Videos, Lighting, and Timecode configuration pages.\ <br>

   <figure><img src="/files/sGEbLFSh7WQwkppkMcMR" alt=""><figcaption></figcaption></figure>

Note: You can find details about each of those pages in their respective section.

***

## Accessing the MVP Over Wi-Fi

You don't need to stay connected via USB to use the web interface. Once your MVP is connected to Wi-Fi:

1. Find the MVP's Wi-Fi IP address on the **Dashboard** (Wi-Fi Status card) or the device's Status Display (shown on the HOME view scrolling ticker).<br>

   <figure><img src="/files/NbQc5e644r0PPqlRpOnr" alt=""><figcaption></figcaption></figure>
2. On any device connected to the **same Wi-Fi network**, navigate to that address:<br>

   <figure><img src="/files/i1pV4A1n3Alxrkjb4hXu" alt=""><figcaption></figcaption></figure>

Anytime your MVP is powered on and connected to your WIFI router, you can use that IP address in your browser

***

## Troubleshooting Connection Issues

### Browser won't load `mvp.local`

* **Try a different browser**: Some browsers cache DNS aggressively.
* **Clear your DNS cache** if you previously accessed the MVP via a different network:
  * Mac: `sudo dscacheutil -flushcache`
  * Windows: `ipconfig /flushdns`

***

## Related Pages

* [The MVP Dashboard](/1.-getting-started/the-mvp-dashboard.md) -- Understanding the Dashboard
* [Wi-Fi Setup](/7.-networking/wifi-setup.md) -- Connecting to Wi-Fi networks
* [Ethernet & ArtNet Configuration](/7.-networking/ethernet-and-artnet-configuration.md) -- Wired network setup
* [Update Your MVP](/1.-getting-started/updating-your-mvp.md) -- Firmware updates


---

# Agent Instructions: 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://support.4cast.world/1.-getting-started/the-user-interface-ui.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.
