WebRTC and TURN Server Settings

WebRTC workflows may require a TURN server for NAT/firewall traversal.

Enable Local TURN

Start Norsk Studio with a TURN server:

./up.sh --turn true

This launches a local TURN instance and sets the GLOBAL_ICE_SERVERS environment variable.

Public IP

If running on a VM or cloud host, you must set HOST_IP to the machine’s public address:

HOST_IP=203.0.113.42 ./up.sh --turn true

Defaults

  • On Linux: TURN is disabled by default.

  • On macOS/Windows: TURN is enabled by default.