Bezerk is a websocket-based server designed to remotely manage WildBeast instances by sending JavaScript instructions.
Bezerk requires 2 environment variables to be present, namely BEZERK_PORT
, and BEZERK_SECRET
, please note that this program will output little to no console output.
BEZERK_PORT
defines the port where the server should listen on, BEZERK_SECRET
is a shared secret between listeners and WildBeast shards used for simple identification.
It's important to choose a strong secret and keep it secure!
Bezerk handles sensitive data and should be kept as secure as possible, malicious connections to Bezerk could result in arbitrary code execution in the context of your WildBeast shards.