Skip to content

Additional configuration parameters

Markus edited this page Mar 28, 2022 · 1 revision

This feature requires autobet version 1.4.0 or higher

As of version 1.4.0, there are also many program options, which do not have a setting in the user interface, as these options are in most cases not required to be changed. These options can be changed in the config json file, which is located at $YOUR_DOCUMENTS_FOLDER/autobet/autobet.config.json and include:

  • webUiIp: The IP address to bind the web ui to. Change this if the web server binds to the wrong IP address.
  • webUiPort: The port of the web ui to bind to, defaults to 8027
  • webUiWebsocketPort: The port where the web ui's websocket server binds to. Defaults to 8028.

Your final config file may look like this:

{
    "enableUpnp": false,
    "logToConsole": false,
    "logToFile": false,
    "timeSleep": 36,
    "webServer": true,
    "winningsAll": 0,
    "webUiIp": "192.168.0.42",
    "webUiPort": 8027,
    "webUiWebsocketPort": 8028
}