Skip to content
Song Zheng edited this page Oct 4, 2020 · 4 revisions

Setting up a turn server:

Sources:

Instructions:

  • Installing: sudo apt-get install --assume-yes coturn
  • 3478 is the default port for TURN server.
  • Config file: sudo vim /etc/turnuserdb.conf
  • Starting turn server: sudo turnserver --user c0d3_student:c0d3s_really_hard

Next step: systemctl start turnserver

Clone this wiki locally