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).
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
Asset Management – The gateway connects to the asset manager via an outbound TCP/IP tunnel using MQTTS (secure MQTT).
Engine Dependencies – Downloaded over HTTPS from the engine server.
Distributions – Retrieved over HTTPS from the distribution server.
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