[GH-ISSUE #1286] question about multiple coturn servers in selfhosted #2157

Open
opened 2026-08-05 00:45:38 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @Fantu on GitHub (Nov 3, 2023).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/1286

Hi, now is possible set multiple coturn server, FWIK for example:

    "TURNConfig": {
        "TimeBasedCredentials": false,
        "CredentialsTTL": "12h0m0s",
        "Secret": "secret",
        "Turns": [
            {
                "Proto": "udp",
                "URI": "turn:server1.example:3478",
                "Username": "self",
                "Password": "password"
            },
            {
                "Proto": "udp",
                "URI": "turn:server2.example:3478",
                "Username": "self",
                "Password": "password"
            }
        ]
    },

How are these used?
Is each request sent to a random coturn server on the list or does it follow the order and use the subsequent ones if the first one is not reachable?

Originally created by @Fantu on GitHub (Nov 3, 2023). Original GitHub issue: https://github.com/netbirdio/netbird/issues/1286 Hi, now is possible set multiple coturn server, FWIK for example: ``` "TURNConfig": { "TimeBasedCredentials": false, "CredentialsTTL": "12h0m0s", "Secret": "secret", "Turns": [ { "Proto": "udp", "URI": "turn:server1.example:3478", "Username": "self", "Password": "password" }, { "Proto": "udp", "URI": "turn:server2.example:3478", "Username": "self", "Password": "password" } ] }, ``` How are these used? Is each request sent to a random coturn server on the list or does it follow the order and use the subsequent ones if the first one is not reachable?
saavagebueno added the documentationmissing-docs labels 2026-08-05 00:45:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#2157