> 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/system-and-admin.md).

# System & Admin

## :small\_orange\_diamond: <mark style="color:orange;">Router Password</mark>

After accessing the router’s admin panel, navigate to "**System > Administration**" in the top menu or click the "**Custom router's admin password**" button in the yellow warning section at the top. We will then proceed to the router administration page, as shown below.

Enter your custom router password twice in the "Password" and "Confirmation" fields, then click the "Save" button at the bottom right corner to apply the change.

<figure><img src="/files/GjkY7VBlWN8OTibp2xI4" alt=""><figcaption><p>EzenGreen Set Router Password</p></figcaption></figure>

{% hint style="danger" %}
It is critical to record your custom router password in a secure location. If you lose or forget it, the only way to regain access to the router admin panel is to perform a [hard reset](/manual/firmware/recovery.md#hard-reset). This will erase all custom configurations and return the device to its factory default settings.
{% endhint %}

## SSH Access

SSH (Secure Shell) allows local networks to access the router's command-line interface (CLI). The Dropbear is a lightweight SSH server that manages SSH connections. You can configure the port number and set up keys for SSH access. For more information, see the [SSH terminal](/manual/advanced-settings/command-sets.md) guidance.

***

## System Properties

From the top menu, navigate to "System > System." Then, we will go to the System Properties page.

### Time Zone

Under the "General Settings" tab, we can set the router's timezone and time synchronization settings.

After connecting to the Internet, the router automatically syncs with the NTP time server. When the Internet is not activated, we can force-sync the time by clicking the "Sync with browser" button.

To ensure accurate execution of scheduled tasks, please select the correct time zone based on your city or GMT, then click the "Save & Apply" button in the bottom right corner to save your new settings.

### Host Name

You can customize the **"Hostname,"** which shows in the top-left corner. No internal space is allowed. This helps quickly identify the router device when deploying multiple routers at your work site.

<figure><img src="/files/32lM2ePfu4z80guXCgtl" alt=""><figcaption><p>EzenGreen System - Sync Timezone and Set Hostname</p></figcaption></figure>

### Logging

Tap the second "Logging" tab. If we need to capture more system logs, we can enlarge the system log buffer size. However, please do not set the log buffer too large; using 64 or 128 kiB is suggested.


---

# 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/system-and-admin.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.
