If something does not work, it may be due to a firewall blocking a particular communication channel and / or poor network configuration. Here you can find all ports and communication protocols across all FLOW devices. For better clarity, the list is divided into three sections, i.e.:
FLOW framework specific ports - contains ports related to the FLOW framework
FLOW device service ports - contains ports used for servicing the FLOW devices
General purpose ports - common ports needed for camera streams, NTP, or when the device is remotely configured or installed
FLOW framework specific ports:
These ports and protocols are critical to making the FLOW framework fully functional. Blocking some ports may cause some features/functions to stop working.
Description | Port and protocol | Input/Output |
FLOW REST API & communication between FLOW Insights and FLOW Block | 8088/TCP | Input |
Communication between FLOW Insights and FLOW Node | 5556/TCP | Input |
FLOW video server | 8090/TCP | Input |
FLOW UDP server | 55570/UDP (configurable) | Input |
FLOW webhook outputs | ?/TCP (port is defined by receiving part) | Output |
FLOW device service ports:
These ports are required for services related to the following products: T.Enterprise, T.XRoads, and T.Embedded systems. Get datasheets and manuals for the products here.
Description | Port and protocol | Input/Output |
Web admin console | 8000/TCP | Input |
DataFromSky service VPN - 172.105.65.31 | 31228/UDP | Output |
General-purpose ports:
The RTSP for receiving video feed from the camera is critical for running FLOW. The rest depends on the specific cases.
Description | Port and protocol | Input/Output |
Web data download | 443 and 80/TCP | Output |
DNS service | 53/UDP | Output |
SMTP service | 495, 993 and others/TCP | Output |
NTP time synchronization | 123/UDP | Output |
RTSP camera stream | port depends on camera configuration/TCP and UDP | Output |
Port taxonomy:
output = FLOW device creates a connection to the target port
input = FLOW device listens for a connection on this particular port
Learn about FLOW's settings: Block settings, Analytics settings
Learn about FLOW's API