meta data for this page
TURN Server
Talk works correctly only in the same network. To work with multiple client behind NAT, TURN server is required.
CoTURN
Official NC HowTo for installing TURN server: https://help.nextcloud.com/t/howto-setup-nextcloud-talk-with-turn-server/30794
Dockers with coTURN server:
-
- lightweight fork using alpine and latest coturn (master branch) like instrumentisto/coturn-docker-image
-
- simple Debian Buster + coturn package: https://hub.docker.com/r/cybergatelabs/coturn/dockerfile
Online verificator for public TURN server:
Some found HOWTOs:
TCP/UDP Ports
- Default TCP/UDP 3478 (can be set to 80)
- Default TLS/DTLS is 5349 (can be set to 443)
- Receiving UDP ports: 49152-65535
--min-port Lower bound of the UDP port range for relay endpoints allocation. Default value is 49152, according to RFC 5766. --max-port Upper bound of the UDP port range for relay endpoints allocation. Default value is 65535, according to RFC 5766.