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

# Login & Admin

## Login

After connecting with Wi-Fi or LAN, open a web browser and enter the router IP 🔗 **<http://192.168.10.1/>** on the address bar. The default setting has no password. Click the **Login** button to access the router's admin panel.

{% hint style="info" %}
If unable to access it, please change a web browser and check the Wi-Fi or Ethernet connection. You can clean the web browser's cache and try again.

Make sure the phone or computer has turned on DHCP mode.

The default URL prefix is **http\://** instead of **https\://**.
{% endhint %}

<div align="left"><figure><img src="/files/71o1WpDcfq7xguDfspvN" alt="" width="375"><figcaption></figcaption></figure></div>

***

## Admin

After accessing the router admin panel, navigate to ***"System > System"*** under the top menu. We will go to the System Properties page below.

### Timezone

Under the General Settings tab, click the **"Sync with browser"** button to sync the time. \
The router will automatically sync with the time server after being connected to the internet.

Choose the correct time zone, then click the ***"Save & Apply"*** button on the bottom right corner to save your new settings.

### Host Name

You can customize the ***"Hostname"***. It is displayed in the top-left corner.

### Administration

Go to ***"System > Administration"*** and input the new custom router password twice in the "Router Password" section, then click the ***"Save & Apply"*** button on the bottom right corner.

<div align="left"><figure><img src="/files/GbHzd2vyLHlCyv4ynFNU" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Keep the new admin password in a safe place. If the password was forgotten, we can only reset the firmware.
{% endhint %}


---

# 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://extender.router.works/ezr13t/firmware/login-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.
