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

20047

TCP/UDP

Asset management

seed.aw1.easyedge.io

443

TCP/UDP

Engine dependencies download

repo.aw1.easyedge.io

443

TCP/UDP

Distribution dependencies download

mqtt.aw1.easyedge.io

20045

TCP

Real-time debug (optional)

Notes

  1. Asset Management – The 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 (optional) – 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