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

# 4.1 Connect to Router

Connect the AC plug on the PoE injector to the electrical outlet. The router will take 2\~3 minutes to boot up.&#x20;

Use a phone or computer to join the open WiFi hotspot **Outdoor-WiFi-xxx** or connect the computer to the LAN port on the PoE injector.

The **-V4** WiFi hotspot is on 2.4GHz, and the **-V5** hotspot is on 5.8GHz.&#x20;

After connecting with Wi-Fi or Ethernet, open a web browser, enter the router IP \
🔗 <http://192.168.30.1> on the address bar.&#x20;

The default setting has no password. Click the ***Login*** button to access the router's admin panel.

<figure><img src="/files/jjCEydZfzjibFMaE2qZo" alt=""><figcaption><p>EZR34T-5G - Login Admin Panel</p></figcaption></figure>

{% 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 %}


---

# 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://ezr34t.router.works/manual/firmware/4.1-connect-to-router.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.
