MENU

Ports used by CAMServer

TOC

Overview

All ports used by CAMServerThis is an overview diagram of the above.

List of ports used

Access from the client to each server

portSourceaddressPurpose
TCP:443Web browserWeb ServerHTTPS access to the web server from a browser.
TCP:8080Mobile AppWeb ServerFrom the mobile app (Android/iOS)
HTTP access to the web server.
UDP:3478Web browser
Mobile App
Video ServerAccess to the STUN server for web conferencing.
When participating in a web conference, you can
It is used to identify the IP address that was viewed.
UDP:10000Web browser
Mobile App
Video ServerAccess the SFU server for web conferencing.
The two people communicate via a peer-to-peer connection using a random UDP port.
For calls with three or more participants, the system switches to SFU communication relayed through the CAMServer.
In rare cases, WAF (Web Application Firewall)
may be blocking.

Server-to-server access

portSourceaddressPurpose
UDP:8180Web ServerVideo ServerWeb conferencing call controls
TCP:8080Web ServerWeb ServerClustering communication between web servers in a redundant configuration
TCP:5280Web ServerVideo ServerVideo server participation status confirmation communication in redundant configuration
TCP:9090Web ServerWeb ServerMain DB in redundant configuration
Master and secondary access
TCP:9091Web ServerWeb ServerArchive message DB in redundant configuration
Master and secondary access
TCP:9092Web ServerWeb ServerAccess log DB in redundant configuration
Master and secondary access
TCP:445Web ServerExternal StorageIf you place the DB in external storage,
Accessing Windows File Shares (SMB)
TOC