Configuration
How to configure the Streamer.bot WebSocket Server
Navigate to Servers/Clients > WebSocket Server in Streamer.bot
WebSocket Server Settings
Parameters
Auto Start
Toggle
Default:
true
Automatically start the WebSocket Server when Streamer.bot starts
Address
Text
Default:
127.0.0.1
The IP address the WebSocket Server will bind to
You can set the host address to
0.0.0.0
to bind to all available network interfaces and make the server accessible from other devices on your network.Port
Number
Default:
8080
The port the WebSocket Server will listen on
Endpoint
Text
Default:
/
The endpoint path for the WebSocket Server
Authentication
Toggle
Default:
false
Enable authentication for WebSocket clients
By default, authentication is only enforced on privileged requests, such as
To enforce authentication for all requests, enable the
SendMessage
.
To enforce authentication for all requests, enable the
Enforce
option outlined below.Enforce
Toggle
Default:
false
Enforce authentication for all requests
If enabled, all clients must first authenticate using the
Authenticate
requestPassword
Text
The password required for clients to connect if authentication is enabled