List of installed plugins

Hello,

is there a possibility to get an overview (list) of all installed plugins.
I would like to install a second SD-Card with the new Octoprint release candidate with the same plugins.
But it's not so easy to install them without an overview.

Thank you for your support.

Regards

Ralf

You can use the backup feature, download it and then open the plugins.json file inside, which lists them all along with a URL iirc. Or restore the backup, and they will install automatically.

Or login with SSH as Pi and use cat ~/.octoprint/logs/octoprint.log | grep "|" | grep "= /home/pi/" | sort | uniq

2 Likes