> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/gateway/gateway-pro/gateway-pro-configuration/connecting-to-network.md).

# Connecting to Network

The Gateway Pro needs internet access for Aranet Cloud and firmware updates.

Use either **Wi‑Fi** (wireless) or **Ethernet** (wired).

### Open network settings

You can open the network screen in two ways:

* From the **Home Dashboard**, press the **Wi‑Fi** or **Ethernet** tile.
* From **Settings**, open the network settings screen.

<figure><img src="/files/JyYUnzyPmB5l4G5udzUh" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/KzKQdUPI2HK1tYXXzOfz" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/9VARBvh6mnfdsvdJQRG0" alt="" width="375"><figcaption></figcaption></figure>

### Wi‑Fi (wireless)

Press **Wi‑Fi** to open the network list. The Gateway Pro shows all visible Wi‑Fi networks.

<figure><img src="/files/0fOaKGFtM245ufgnu9uy" alt="" width="375"><figcaption></figcaption></figure>

1. Select the Wi‑Fi network.
2. Enter the password.
3. Press **Next**.

Use the **eye** icon to reveal the password.

<figure><img src="/files/t4Xym6SjQwGXKIzH2KSM" alt="" width="375"><figcaption></figcaption></figure>

The Gateway Pro tries to connect.

<figure><img src="/files/BdO1jAFFx8dG1LwBK1Tw" alt="" width="375"><figcaption></figcaption></figure>

If the connection succeeds, you’ll see a confirmation message.

<figure><img src="/files/u6tgR3qYinZKNth3k7OI" alt="" width="375"><figcaption></figcaption></figure>

If it fails, the Gateway Pro shows an error message.

<figure><img src="/files/uqaAyWWOWDEdVxUgkmWV" alt="" width="375"><figcaption></figcaption></figure>

#### View details or disconnect

Press the **Wi‑Fi network name** to open network details. This works only when connected.

If the last attempt failed, re-enter the password when prompted.

<figure><img src="/files/PzD7eJwbgSTGyu2z8qnk" alt="" width="375"><figcaption></figcaption></figure>

Press **Disconnect** to forget the network. The Gateway Pro won’t reconnect automatically.

<figure><img src="/files/Sx9OO80MMORIeCCwQtsX" alt="" width="375"><figcaption></figcaption></figure>

#### No networks found

<figure><img src="/files/O1LFSJixBNCEu4E7VYvm" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
Check that your router is powered. Check that Wi‑Fi is enabled.

If needed, restart the Gateway Pro:

* Unplug the power.
* Wait 5 seconds.
* Plug the power back in.
  {% endhint %}

#### Advanced Wi‑Fi settings

Use **Advanced** when:

* the Wi‑Fi network is hidden, or
* you need a static IP or custom network settings.

Press **Advanced** on the Wi‑Fi list screen.

<figure><img src="/files/0fOaKGFtM245ufgnu9uy" alt="" width="375"><figcaption></figcaption></figure>

Enter the required values. Then press **Connect**.

<figure><img src="/files/9EvungWMCye2L2iRy8AT" alt="" width="375"><figcaption></figcaption></figure>

### Ethernet (wired)

Plug an Ethernet cable into the Gateway Pro. Wait for the connection result.

Before connecting, you can verify IP settings. From the **Home Dashboard**, press the **Ethernet** tile.

With **IP configuration = Auto**, the Gateway Pro uses DHCP. Use **Manual** for a static IP.

<figure><img src="/files/QFBEIzM2h6H2np64j3pM" alt="" width="375"><figcaption></figcaption></figure>

To change the mode, press **IP configuration**. Select **Auto** or **Manual**. Enter network details if required.

Connect the cable and wait. The Gateway Pro shows success or failure.

<figure><img src="/files/KHcvzZnNmRrMwErSqjbw" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/ji1I8sKErdJLkqCnaz5C" alt="" width="375"><figcaption></figcaption></figure>

To review the assigned values, press **IP configuration** again.

<figure><img src="/files/touO9kMMoCIaK753j5SP" alt="" width="375"><figcaption></figcaption></figure>

This screen shows the current wired IP configuration.


---

# 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://help.aranet.com/gateway/gateway-pro/gateway-pro-configuration/connecting-to-network.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.
