Skip to main content
All CollectionsPlugin Help
🪢 Rebind Your Plugin
🪢 Rebind Your Plugin

How to rebind your OctoEverywhere plugin to attach to a different account.

Updated over 4 months ago

OctoEverywhere's primary focus is security. To keep your 3D printer as secure as possible, once the plugin is linked to an OctoEverywehere account, it can't be unlinked and re-linked to a different account.

If you need to move your plugin to a new account, you first need to unbind the plugin, which requires local access to the plugin to keep things secure.

Pick your plugin type below to see how to unbind the plugin.

OctoPrint OctoEverywhere Plugin

  1. Remove the old OctoEverywhere plugin

    1. Open the OctoPrint web portal.

    2. Open the OctoPrint settings.

    3. Select "Plugin Manager" in the OctoPrint settings.

    4. Search for "OctoEverywhere".

    5. Click the trashcan icon to remove the plugin.

    6. Important! Select "Uninstall and clean up data" when you confirm the removal.

  2. Install the new OctoEverywhere plugin

    1. While still on the "Plugin Manager" settings page, click the "+ Get More" button near the top.

    2. Search "OctoEverywhere"

    3. Click the "Install" button next to the OctoEverywhere plugin listing.

    4. Restart OctoPrint

    5. When OctoPrint reboots, you should see a pop-up from OctoEverywhere, giving you a new link to link your printer.

Klipper / Moonraker

  1. SSH into the device running the OctoEverywhere plugin.

  2. Delete the following file in your printer data folder.

    1. rm -f <printer data roo>/octoeverywhere-store/octoeverywhere.secrets

    2. Your printer data folder is usually found in your user home directory.

  3. Re-run the OctoEveywhere installer to re-link the printer.

    1. cd ~/octoeverywhere

    2. ./install.sh

OctoEverywhere Companion / Bambu Connect

  1. SSH into the device running the companion or Bambu Connect.

  2. Delete the following file in your OctoEverywhere data folder.

    1. rm -f ~/.octoeverywhere/octoeverywhere-store/octoeverywhere.secrets

    2. If you use bambu connect, the folder will be ~/.octoeverywhere-bambu

    3. If you have multiple instances, there will be more numbered folders.

  3. Re-run the OctoEveywhere installer to re-link the printer.

    1. cd ~/octoeverywhere

    2. For Bambu Connect:

      1. ./install.sh -bambu

    3. For the OctoEverywhere Companion

      1. ./install.sh -companion

Did this answer your question?