cracker0dks / Accelerator

Online Conference and Collaboration Tool
GNU General Public License v3.0
65 stars 25 forks source link

Can not join the rooms #38

Closed CptSilent closed 3 years ago

CptSilent commented 3 years ago

I'm running in windows 2k12 server with nodejs Everything is working well i have configured security and firewall issues, When click on room it won't connect, On console image

cracker0dks commented 3 years ago

This is most likely a connection problem. Check if on the server side webRTC port: 5004 UDP is open. Maybe open 5000-5100 to be save (don't know if only 5004 is used for establishing the connection).

On the long run you will also need a TURN Server for clients with double NAT or other restrictive firewall conditions. But be sure your server is working without the TURN for "normal" clients so TURN is not always needed.

EDIT: You will need something like this in your logs: image

Also be sure the server logs looking like this: image

CptSilent commented 3 years ago

I found the problem TCP 19302 must be open at windows server and firewall stun.l.google.com:19302