> 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/lte/firmware-configuration/login.md).

# 4.1 Connect & Login

After connecting to PoE power, the outdoor router will take 2\~3 minutes to boot up. We can use a phone or computer to join its open Wi-Fi hotspot "**Outdoor-WiFi-xxx-V4/5**" or connect to the LAN port on the PoE injector.

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

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

<figure><img src="https://1340417500-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvFoPQjE_9d9UfSmbIn%2F-LwGoCuyVLaGGW7LCFmv%2F-LwGophBw6ars7vQai1N%2Fimage%20(11).png?alt=media&#x26;token=0f1e284d-8ee1-4b76-8888-e99b082ae21f" alt=""><figcaption><p>Login Admin Panel</p></figcaption></figure>

{% hint style="warning" %}
If unable to access the router, please check the Wi-Fi or Ethernet connection. If you use a static IP address, ensure the phone or computer has turned on DHCP mode.

On some computers, we need to clean the web browser's cache.

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

{% hint style="info" %}
The default Wi-Fi hotspot has no password. \
The default router admin has no password either.
{% 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/lte/firmware-configuration/login.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.
