Skip to main content
All CollectionsPlugin Help
πŸ—ƒοΈ Get Plugin Logs For Bambu Connect, Elegoo Connect, & Klipper Companion

πŸ—ƒοΈ Get Plugin Logs For Bambu Connect, Elegoo Connect, & Klipper Companion

Here's how to get your log files for OctoEverywhere's Elegoo Connect, Bambu Connect, or Klipper Companion plugins.

Updated over a month ago

Every installation of the OctoEverywhere has a log file that is useful for finding issues and debugging.

The plugin logs can contain private information - keep them private.

Docker Container

If you're using the Docker container for any of the plugin types, your log files can be found in the mapped Docker data folder root.

<docker data roo>/log/octoeverywhere.log

OctoEverywhere Linux CLI Installer

If you installed Bambu Connect, Elegoo Connect, or the Klipper Comapion using the command line via SSH, you must get your logs from the device the plugin is running on.

  1. SSH into the device running the OctoEverywhere plugin.

  2. Go to your user home.

    1. cd ~

  3. Depending on your plugin type, look for a directory as follows. If you have multiple plugins, there will be a -# appended to the directory name.

    1. Bambu Connect

      1. ~/.octoeverywhere-bambu/

    2. Elegoo Connect

      1. ~/.octoeverywhere-elegoo/

    3. Klipper Companion

      1. ~/.octoeverywhere

  4. In the OctoEverywhere data root, the log path is:

    1. <plugin data root>/log/octoeverywhere.log

If you're using a terminal such as MobaXterm, you can use the tool UI to copy the file to your local device. If you're SSHing from the terminal, you can use a command like

scp <linux user>@<device IP address>:~/.octoeverywhere-elegoo/log/octoeverywhere.log ~/octoeverywhere.log

This SCP command will copy the log file from the remote device specified by the IP address to the home directory of the device you're on.

Did this answer your question?