> 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/connect-and-login.md).

# Connect & Login

## Turn On Power

After inserting a workable SIM card into the [SIM1 slot](/manual/installation/insert-sim-cards.md#insert-a-sim-card), connect to the 5G and WiFi [antennas](/manual/installation/antennas-and-signals.md#antenna-installation), and then connect the [PoE injector](https://outdoor.router.works/manual/firmware/pages/Bx4Kz7j0T5DhANgenR1t#id-3.-poe-injector) to the electrical outlet. The router will take 1–2 minutes to boot up.&#x20;

## Connect To Router

After turning on the power, connect a phone or computer to the router via Wi-Fi or LAN.

### i. Wi-Fi Connection

Turn on the Wi-Fi function on a phone or computer, and search for the Wi-Fi hotspots below. The default Wi-Fi encryption type is **Open**; no password is required when joining them.

**Outdoor-WiFi-xxxx-V4** (2.4 GHz)\
**Outdoor-WiFi-xxxx-V5** (5.8 GHz)

Note: "xxxx" represents the router's identification code, which varies for each device. V⅘ denote their operating frequencies, 2.4 GHz and 5.8 GHz.

### ii. LAN Connection

Locate the LAN port on the [PoE injector](https://outdoor.router.works/manual/firmware/pages/Bx4Kz7j0T5DhANgenR1t#id-3.-poe-injector) and connect it to a computer using a LAN cable. The suggested wiring type for the LAN cable is T568B.

### iii. DHCP & Static IP

Wi-Fi and LAN connections can automatically obtain an IP address from the DHCP server on the EZR35-5G router. If they fail to do so, please check the IP settings on the terminal device and ensure that the DHCP client mode is enabled, or use the Static IP option below.

#### Gateway and IP Pool

Router Address (Gateway): `192.168.30.1` \
Subnet Mask: `255.255.255.0 (24)` \
IP Pool: `192.168.30.100–249` \
DHCP Lease: `12 Hours`

#### Static IP Settings

Configure TCP/IP on your connected devices, ensuring that the IP address is within the IP pool of 192.168.30.100–249. The subnet mask should be 255.255.255.0, and the router address should be 192.168.30.1. Below are brief introductions for setting a static IP on different devices.

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

**On Windows:** Goes to "Start > Control Panel > Network and Internet > Change Adapter Settings (on the left window panel) > Local Area Connection > Properties > TCP/IPv4 > Properties > General."

***

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

After connecting with Wi-Fi or Ethernet, open a web browser and enter the router IP address [http://192.168.30.1/](http://192.168.30.1) in the address bar. Press Enter to access the login page, as shown below.

The default settings do not require a password. To access the router's admin panel, click the "**Login**" button at the bottom right corner.

<figure><img src="/files/3WAB8bf9OEUDpnlEirBO" alt=""><figcaption><p>EZR35-5G Router - 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:

```
GET https://outdoor.router.works/manual/firmware/connect-and-login.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.
