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.
SSH into the device running the OctoEverywhere plugin.
Go to your user home.
cd ~
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.Bambu Connect
~/.octoeverywhere-bambu/
Elegoo Connect
~/.octoeverywhere-elegoo/
Klipper Companion
~/.octoeverywhere
In the OctoEverywhere data root, the log path is:
<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.