Skip to content

Instantly share code, notes, and snippets.

@yetithefoot
Forked from zziuni/stuns
Last active April 2, 2024 10:49
Show Gist options
  • Save yetithefoot/7592580 to your computer and use it in GitHub Desktop.
Save yetithefoot/7592580 to your computer and use it in GitHub Desktop.
STUN+TURN servers list
{url:'stun:stun01.sipphone.com'},
{url:'stun:stun.ekiga.net'},
{url:'stun:stun.fwdnet.net'},
{url:'stun:stun.ideasip.com'},
{url:'stun:stun.iptel.org'},
{url:'stun:stun.rixtelecom.se'},
{url:'stun:stun.schlund.de'},
{url:'stun:stun.l.google.com:19302'},
{url:'stun:stun1.l.google.com:19302'},
{url:'stun:stun2.l.google.com:19302'},
{url:'stun:stun3.l.google.com:19302'},
{url:'stun:stun4.l.google.com:19302'},
{url:'stun:stunserver.org'},
{url:'stun:stun.softjoys.com'},
{url:'stun:stun.voiparound.com'},
{url:'stun:stun.voipbuster.com'},
{url:'stun:stun.voipstunt.com'},
{url:'stun:stun.voxgratia.org'},
{url:'stun:stun.xten.com'},
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com'
},
{
url: 'turn:192.158.29.39:3478?transport=udp',
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
username: '28224511:1379330808'
},
{
url: 'turn:192.158.29.39:3478?transport=tcp',
credential: 'JZEOEt2V3Qb0y27GRntt2u2PAYA=',
username: '28224511:1379330808'
}
@Tinet-AaronAn
Copy link

Many Thanks.

@windht
Copy link

windht commented Jul 19, 2016

This is amazing! Thanks for the gist.

@deadjdona
Copy link

How much of this still working?

@pahaz
Copy link

pahaz commented Oct 20, 2016

All TURN servers don't work anymore:

{
    url: 'turn:numb.viagenie.ca',
    credential: 'muazkh',
    username: 'webrtc@live.com'
}

@cosminpopescu
Copy link

Is this list up to date? Can you recommend something to test if a TURN server is up?

@wjhtinger
Copy link

How to test if a server still works?

@sagivo
Copy link

sagivo commented Nov 14, 2016

@lfkwtz
Copy link

lfkwtz commented Nov 16, 2016

@pahaz - you can create a free account @ http://numb.viagenie.ca

@SourceBoy
Copy link

@MatthieuHPP
Copy link

Hi,
Via https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/,
Tests of sturn servers easily lead to "done"
I have a "not reachable " when I test a turn servers. I precise that I already have an account for Numb

@siripuramrk
Copy link

Thanks you @yetithefoot

@photizzo
Copy link

All of the turn server in the list is no longer working.

@sureshmano
Copy link

i have used below stun and turn servers
Stun:
{url:'stun:stun.l.google.com:19302'}

Turn:
@"turn:turn.anyfirewall.com:443?transport=tcp"
@"/turn?username=webrtc&key=webrtc";

it is connecting in US, Singapore and India as well except "Canada" . Is there any server particularly for "Canada"..
Please anyone can help me to solve this..
Thanks

@wangdan0527
Copy link

@sureshmano

Can you please kindly attach code snipet?

@choxx
Copy link

choxx commented Mar 28, 2018

{
"urls": [
"turn:13.250.13.83:3478?transport=udp"
],
"username": "YzYNCouZM1mhqhmseWk6",
"credential": "YzYNCouZM1mhqhmseWk6"
}

For Asia region

@MehrshadFarahani
Copy link

@choxx Thanks man

@Sai-Jiang
Copy link

@choxx Thx

@neo125874
Copy link

@choxx many many thanks

@YeYongFen
Copy link

@emayoung , some turn server works,

@canopusgituser
Copy link

Hi All,

I am still facing issues with these servers and getting unauthorised errors in android logcat.

Please read below thread on stack overflow and suggest something.
https://stackoverflow.com/questions/51483342/cross-network-video-chat-not-working

--
Thanks

@canopusgituser
Copy link

Hi All,

I also tried below turn server:

PeerConnection.IceServer turnServer = new PeerConnection.IceServer("turn:13.250.13.83:3478?transport=udp", "YzYNCouZM1mhqhmseWk6", "YzYNCouZM1mhqhmseWk6");

But still getting unauthorized error.

--
Thanks

@sats17
Copy link

sats17 commented Sep 4, 2018

@choxx this turn server is not working.

@RamyaAshika
Copy link

whether any stun and turn server is working now? @sats17 @canopusgituser @choxx

@bhuvaneshwariarkala
Copy link

url:'stun:stun1.l.google.com:19302' doesnot work in US?

@qttq23
Copy link

qttq23 commented Jun 10, 2020

thanks. turn account:
{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com'
},

worked

@Vatsalya-singhi
Copy link

are these turn servers secure ??

@Frdrcpeter007
Copy link

Frdrcpeter007 commented Jan 1, 2021

{
url: 'turn:numb.viagenie.ca',
credential: 'muazkh',
username: 'webrtc@live.com'
},

Fonctionne bien en RD Congo

@mlakkadshaw
Copy link

mlakkadshaw commented Feb 12, 2022

Here is a free working production ready TURN Server: https://openrelayproject.org
Runs on port 80 and 443 with support for TCP to bypass most firewalls.

@kavemang
Copy link

kavemang commented Aug 5, 2022

Here is a free working production ready TURN Server: https://openrelayproject.org Runs on port 80 and 443 with support for TCP to bypass most firewalls.

were you able to get it working with a matrix homeserver by any chance? I have been trying without luck so far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment