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
OctoPrint OctoEverywhere Plugin
Remove the old OctoEverywhere plugin
Open the OctoPrint web portal.
Open the OctoPrint settings.
Select "Plugin Manager" in the OctoPrint settings.
Search for "OctoEverywhere".
Click the trashcan icon to remove the plugin.
Important! Select "Uninstall and clean up data" when you confirm the removal.
Install the new OctoEverywhere plugin
While still on the "Plugin Manager" settings page, click the "+ Get More" button near the top.
Search "OctoEverywhere"
Click the "Install" button next to the OctoEverywhere plugin listing.
Restart OctoPrint
When OctoPrint reboots, you should see a pop-up from OctoEverywhere, giving you a new link to link your printer.
Klipper / Moonraker
Klipper / Moonraker
SSH into the device running the OctoEverywhere plugin.
Delete the following file in your printer data folder.
rm -f <printer data roo>/octoeverywhere-store/octoeverywhere.secrets
Your printer data folder is usually found in your user home directory.
Re-run the OctoEveywhere installer to re-link the printer.
cd ~/octoeverywhere
./install.sh
OctoEverywhere Companion / Bambu Connect
OctoEverywhere Companion / Bambu Connect
SSH into the device running the companion or Bambu Connect.
Delete the following file in your OctoEverywhere data folder.
rm -f ~/.octoeverywhere/octoeverywhere-store/octoeverywhere.secrets
If you use bambu connect, the folder will be
~/.octoeverywhere-bambu
If you have multiple instances, there will be more numbered folders.
Re-run the OctoEveywhere installer to re-link the printer.
cd ~/octoeverywhere
For Bambu Connect:
./install.sh -bambu
For the OctoEverywhere Companion
./install.sh -companion