> For the complete documentation index, see [llms.txt](https://outdoor.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://outdoor.router.works/manual/firmware/dashboard.md).

# Dashboard

Built on OpenWrt v19, the EZR35-5G features an intuitive web interface. Let's quickly review the menu bar and fundamental sections of the front-page dashboard.

## Menu Bar

Under the top green menu bar, you can find "Status / System / Services / Network." Each provides a comprehensive set of tools for managing your router, from basic setup to advanced networking features.

### Refresh

The "Refresh" button is located in the upper right corner. When activated against a green background, it automatically refreshes and shows the updated status.

***

## Overviews

### System

The "System" section at the top left corner displays general system information, including the router's hostname, model number, serial number, hardware architecture, firmware version, kernel version, local time, system uptime, load average, and memory usage.

<figure><img src="/files/38W3M6Qvpj5DzxcTgV7l" alt=""><figcaption><p>EzenGreen Front Page - System and 5G Modem Device</p></figcaption></figure>

### Device

The "Device" section shows the status of the 5G mobile modem, SIM card, and mobile connection. Check the explanations for each field in the [Mobile Modem](https://outdoor.router.works/manual/firmware/pages/Eu37iFk1WTSgWfoX3uoB#i.-modem-device) chapter.

## Network

The following network section displays upstream internet links, which include mobile protocols, mobile IP addresses, carrier DNS addresses, and mobile connection uptime.

## DHCP Lease

Includes IPv4 and IPv6 DHCP leases to local network devices.

## Wireless

The wireless section includes master hotspots and WiFi relays. It displays their wireless standards, working channel, bitrate, SSID, and encryption type.

## MWAN & UPnP

The **MWAN Interfaces** section shows the "Network > Load Balance" status. The multiple-WAN function is turned off by default, so their interface statuses display as "Disabled."

**UPnP** displays devices connected on the universal plug-and-play protocol, which enables automatic device discovery and communication without manual operation.


---

# 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://outdoor.router.works/manual/firmware/dashboard.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.
