> 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/base-stations/base-stations/base-station-configuration/local-ip-network-setup/remote-access-via-ethernet-network.md).

# Remote Access via Ethernet Network

Use this guide to access an Aranet Pro/Pro Plus base station WebGUI from the Internet.

Ethernet is the preferred interface for remote access.

{% hint style="warning" %}
Publishing WebGUI to the Internet increases risk.

Use strong passwords.

Restrict access by source IP on the router, if possible.
{% endhint %}

### Prerequisites

You need:

* A **public static IP address** on your router.
* Admin access to the router.
* A stable internal IP address for the base station:
  * **Static IP** on the base station, or
  * a **DHCP reservation** on the router.

Configure Ethernet under **SYSTEM > NETWORK > ETHERNET**.

See [Network](/base-stations/base-stations/web-interface/overview/system/network.md).

See [Connecting the Base Station to the Network](/base-stations/base-stations/base-station-configuration/local-ip-network-setup/connecting-the-base-station-to-the-network.md).

{% stepper %}
{% step %}

#### Verify local access over Ethernet

1. Connect the base station to your router or switch via Ethernet.
2. Confirm you can open WebGUI from the local network.
3. Note the base station Ethernet IP address.
   {% endstep %}

{% step %}

#### Create a port forwarding rule on the router

Create a NAT/port-forward rule that maps an external port on the router to the base station.

Typical mapping:

* **WAN (external) port:** `8100` (example)
* **LAN (internal) IP:** base station Ethernet IP (example: `192.168.1.50`)
* **LAN (internal) port:** `80` (WebGUI)
* **Protocol:** TCP

Router interfaces differ by vendor.

Check your router manual for the exact UI.

Example:

<div data-with-frame="true"><figure><img src="/files/qt7udPkaO7T57Fcs4IxP" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Test access from outside your local network

From an external network (for example, mobile data), open:

`<public-ip>:<external-port>`

Example:

`213.100.100.1:8100`

{% hint style="info" %}
Some routers do not support “NAT loopback”.

In that case, the external URL may not work from inside the same LAN.

Test from outside your network.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/base-stations/base-stations/base-station-configuration/local-ip-network-setup/remote-access-via-ethernet-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.
