Startup Switches
Reference of all startup switches available when launching Streamer.bot
| Name | Description |
|---|---|
/nologin | Prevents Streamer.bot from automatically logging in on startup. Useful if the Streamer.bot Website integration is down or having connectivity issues. |
/nowebview2 | Disables the use of the WebView2 component in Streamer.bot. Useful if there are issues with the WebView2 runtime, such as on linux. Will outright disable chat/event feeds, and C# code will fall back to a basic editor |
/resetwindow | Resets the Streamer.bot window position and size to the default values on startup. Useful if the window is stuck reloading in a position off the screen. |
/headless | Launches Streamer.bot in headless mode, without displaying the main window. Useful for running Streamer.bot in the background or on a server without a graphical interface. |
/shutdown | Shuts down Streamer.bot immediately. Useful when running in headless mode or on a server and you need to stop Streamer.bot without accessing the main window. |