CyberPanel Community

Websocket.io

Ev
Evan #1

Good morning everyone.

I am runnning unbuntu 22.04

CyberPanel
Current Version: 2.3
Build: 4Current Commit: 5a7eb5133d02bf9ac9c5d1a31ede8ab3f21dd409
Latest Version: 2.3
Latest Build: 4Latest Commit: dddf5a64e526521e156807fee3b318ff7b6d7361

in my https://domain.com:8090/serverlogs/errorLogs

I keep getting these errors and I am not sure what it is or how to fix it.

Has anyone faced this issue?

Thank you!

1 reply
JO
Jazal Oloyede #2

edit the config file directly on the server:

Find the vhost config file for your domain (* is your domain) *.com

cat /usr/local/lsws/conf/vhosts/*.com/vhconf.conf | grep -A5 “websocket”

If nothing shows, add it manually

nano /usr/local/lsws/conf/vhosts/*.com/vhconf.conf
Add this block inside the file:
websocket {
uri /socket.io/
address 127.0.0.1:port
}
Then restart OLS:
systemctl restart lsws
This bypasses the WebAdmin UI entirely

Sign in to reply