

Once you’re done, save and exit the file. sudo nano /etc/default/coturnįind the following line and uncomment it to run Coturn as an automatic system service daemon. If you want Coturn to autostart whenever you turn on your server, you have to modify the /etc/default/coturn file. Then you can continue installing coturn using the following command.
#Configure svn over external ip install#
In this section, you will install Coturn on your machine and enable the process as an automated system daemon.įirst, you will update your OS's repository versions to the latest version by running the apt-get update command.
#Configure svn over external ip how to#
You will also learn how to add a domain to your TURN server and run the server using Docker. In this article, you will set up your own TURN server using Coturn and secure it using a username and password. TURN is also vital for security reasons because you obscure the client's actual address.

TURN, which stands for Traversal Using Relays around NAT, is used to relay the traffic between peers even if they cannot connect directly.

WebRTC uses peer-to-peer connections to transfer data, but what happens if a direct connection between two PCs isn't possible because they are not on the same network or have problems with a NAT or some kind of a firewall? How to set up and configure your own TURN server using Coturn
