Install
The MQTT relay is built into the OctoEverywhere plugin, so first ensure you have the OctoEverywhere plugin set up for your 3D printer.Security
By default, the MQTT server running in the OctoEverywhere plugin will require the same username and password authentication as your 3D printer. But you can also choose to set a static username and password or turn off auth if desired.Configure
Docker Image
The OctoEverywhere Docker plugin can be configured by editing the Docker environment variables used to start the container, or by directly editing theoctoeverywhere.conf file in the mounted data folder.
Standalone Linux CLI Plugin
The standalone Linux plugin is configured via its config file, located in your home directory. OctoEverywhere will create a unique folder for each plugin instance on your computer. You can list them all using the following command:ls -a | grep octoeverywhere
Once you have found the folder, open the config file with a text editor. There will be an MQTT section with all settings for the MQTT server.
nano ~/.octoeverywhere-bambu/octoeverywhere.conf
