> For the complete documentation index, see [llms.txt](https://easyedge.gitbook.io/easyedge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easyedge.gitbook.io/easyedge/easyedge-node/cloud-connectivity-requirements.md).

# Cloud Connectivity Requirements

To enable remote engineering, deployment, and management of EasyEdge Node from EasyEdge Studio, your Edge Gateway must allow specific outbound connections to the cloud.

All required connections are **outbound only** (Edge ➝ Cloud).\
**No inbound ports need to be opened** (Cloud ➝ Edge).

{% hint style="info" %}
🔐 This ensures secure operation even behind NAT or firewalls, with no need to expose the gateway to external access.
{% endhint %}

<table><thead><tr><th width="207">Address</th><th width="116.3333740234375">Port(s)</th><th width="129.3333740234375">Protocol</th><th>Purpose</th></tr></thead><tbody><tr><td>mqtt.aw1.easyedge.io</td><td>8883</td><td>TLS/SSL</td><td>Asset management<sup>1</sup></td></tr><tr><td>seed.aw1.easyedge.io</td><td>443</td><td>HTTPS</td><td>Engine dependencies download<sup>2</sup></td></tr><tr><td>repo.aw1.easyedge.io</td><td>443</td><td>HTTPS</td><td>Distributions dependencies download<sup>3</sup></td></tr><tr><td>broker.aw1.easyedge.io</td><td>20085</td><td>Stream TCP</td><td>Real-time debug<sup>4</sup></td></tr></tbody></table>

#### Notes

1. **Asset Management** – The edge gateway connects to the asset manager via an outbound TCP/IP tunnel using **MQTTS** (secure MQTT).
2. **Engine Dependencies** – Downloaded over **HTTPS** from the engine server.
3. **Distributions** – Retrieved over **HTTPS** from the distribution server.
4. **Real-time Debug** – Uses a secure outbound TCP tunnel with **asymmetric encryption (private/public keys)** and multiple encryption layers for end-to-end security.

#### Additional Considerations

* **NTP** (for time synchronization) and **DNS** resolution may also be required and depend on your network setup or IoT gateway OS configuration.
* Please ensure that outbound connections on the specified ports are not blocked by your firewall or network security rules.

***


---

# 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://easyedge.gitbook.io/easyedge/easyedge-node/cloud-connectivity-requirements.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.
