Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### (Nextcloud) Talk auf Nextcloud Installieren ###
- ## Update Durchführen ##
- apt-get update
- apt-get upgrade
- ## Coturn Installieren ##
- apt install coturn
- ## autostart von Coturn einrichten ##
- sudo sed -i '/TURNSERVER_ENABLED/c\TURNSERVER_ENABLED=1' /etc/default/coturn
- ## konfiguration bearbeiten ##
- nano /etc/turnserver.conf
- listening-port=3478
- fingerprint
- lt-cred-mech # Only on coTURN below v4.5.0.8!
- use-auth-secret
- static-auth-secret=<sicheresPW>
- realm=your.domain.org
- total-quota=100
- bps-capacity=0
- stale-nonce
- no-loopback-peers # Only on coTURN below v4.5.1.0!
- no-multicast-peers
- ## Coturn restarten ##
- systemctl restart coturn
- ## Portfreigabe in Fritz!Box für 3479 ##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement