Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Danlog's avatar

Laravel-echo-server not working in server

Hey, I tried to deploy, installed laravel-echo-server, but apparently the app is not receiving any connections (no one can join any channel).

I also tried following https://laracasts.com/index.php/discuss/channels/forge/laravel-echo-server-installation-on-forge-with-ssl-enabled-with-the-redis-broadcast-driver? but didn't work out for me.

Do you guys have any idea why no connections are being received?

edit: it is not receiving any events either

0 likes
3 replies
jbloomstrom's avatar

Hard to say without knowing more details, but have you opened the appropriate ports in the server firewall?

(edit): Network tab on the Server Details page. Unless you have changed it from the defaults, it should be TCP 6001 for http and TCP 6002 for https.

Danlog's avatar

I just opened 6002, but nothing still. Should I edit the config on laravel-echo-server.json (the port)? You're my only hope to fix this...

jbloomstrom's avatar

@danlog Check the config in laravel-echo-server.json, by default it will use http and port 6001. If you use https it has additional config options to specify the ssl cert and key files.

Please or to participate in this conversation.