79683525

Date: 2025-06-29 06:05:48
Score: 1
Natty:
Report link

first stop the coturn.service using sudo systemctl stop coturn then use live watching the logs using sudo turnserver -c /etc/coturn/turnserver.conf -v so next from other linux client test your turn server to work successfully by:

turnutils_uclient -v -u username1 -w key1 -r your.realm.com turnserver_pub_ip

Also to test that the port is open or not use this:

  1. For TCP ports: nc -zv -u turnserver_pub_ip 3478

  2. For UDP ports: nc -zu -u turnserver_pub_ip 65535

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ehsanullah Ziyayi