# Login Router

## Connect to Router

After connecting to the electrical outlet via the DC power adapter, the router will boot up and turn on the Wi-Fi hotspots in 2\~3 minutes.&#x20;

### Wi-Fi Connection

After the router successfully boots up, you can join the Wi-Fi hotspot **Cellular-WiFi-xxxxxx**. The last six characters are the Wi-Fi module's Mac address.

The default Wi-Fi hotspot is **non-encrypted** (has no password). Connect to this Wi-Fi hotspot on a computer, laptop, or smartphone.

### LAN Connection

You can connect a laptop, computer, or another router to the "**LAN**" or "**PoE & LAN**" port on the 4G router. When connecting to a secondary router, connect to the WAN port on the secondary router.&#x20;

### IP Settings

{% tabs %}
{% tab title="DHCP" %}
The DHCP server is enabled on the 4G router's LAN ports.&#x20;

DHCP dynamically assigns the IP address, gateway, domain name server, and other information to the connected devices. Below are the default DHCP settings.

Router Address (Gateway): 192.168.20.1\
Subnet Mask: 255.255.255.0 (24)\
DHCP IP Pool: 192.168.20.100\~254\
DHCP Lease Time: 12 Hours

The terminal will automatically obtain the local IP address if turned on in DHCP client mode. If the terminal uses the static IP mode, please follow the guidance below to set up the IP address.
{% endtab %}

{% tab title="Static IP" %}
Configure TCP/IP on your connected devices, and ensure the IP address is within 192.168.20.100\~249. The subnet mask should be 255.255.255.0. The router address should be 192.168.20.1.&#x20;

On iPhone: Goes to Settings > Wi-Fi > Advanced \
On Android phone: Goes to Settings > WLAN > Advanced \
On Mac: Goes to System preferences > Network > Wi-Fi > Advanced > TCP/IP

**On Windows:**&#x20;

Goes to Start > Control panel > Network and internet > Change adapter setting (on the left window panel) > Local area connection > Properties (right click) > TCP/IPv4 (Internet Protocol version 4) > Properties > General.

Choose Obtain an IP address automatically and Obtain DNS server address automatically. Click OK to exit settings.&#x20;

Click OK again in the Local area connection properties to apply the new configurations.
{% endtab %}
{% endtabs %}

<div align="left"><figure><img src="https://2210414777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8oT2cbrYHwWwrg6CYr1y%2Fuploads%2FOcJJaFA7h1BSpmzFmPXM%2FIndoor-4G-Router-Firmware-Admin-Login.png?alt=media&#x26;token=59591923-4884-4686-ad46-afeb47c19a9e" alt="" width="375"><figcaption><p>Login Router http://192.168.20.1/</p></figcaption></figure></div>

## Login Router

After connecting your smartphone or computer to the router, open a web browser and type **<http://192.168.20.1/>** in the URL address bar. Click the "**Login**" button to log in to the router admin.

{% hint style="info" %}
If unable to access router admin with 192.168.20.1, please clear your browser's cache or use the complete URL path below. 🔗<http://192.168.20.1/cgi-bin/luci>
{% endhint %}

{% hint style="warning" %}
The default URL prefix is **http\://** instead of https\://.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ezr23t.router.works/firmware/login-router.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
