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).

🔐 This ensures secure operation even behind NAT or firewalls, with no need to expose the gateway to external access.

Address
Port(s)
Protocol
Purpose

mqtt.aw1.easyedge.io

8883

TLS/SSL

Asset management1

seed.aw1.easyedge.io

443

HTTPS

Engine dependencies download2

repo.aw1.easyedge.io

443

HTTPS

Distributions dependencies download3

broker.aw1.easyedge.io

20085

Stream TCP

Real-time debug4

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.


Last updated