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
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
Asset Management – The edge 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 – 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