Available Plugins - ether/etherpad-lite GitHub Wiki
Admins are able to view available plugins at <etherpad-instance>/admin/plugins, which also allows you to install or uninstall plugins. For a list of available plugins, see the Plugins site.
Installing Plugins with Admin Interface
- Enable Admin interface (edit settings.json)
- Login in to admin interface (yourpad.com/admin)
- Use admin interface
http://youretherpad/admin/plugins
Manually Installing plugins
cd /path/to/etherpad-lite
# The `--no-save` and `--legacy-peer-deps` arguments are necessary to work
# around npm quirks.
pnpm run plugins install ep_$plugin_name
Then restart Etherpad: it will detect the new plugin and use it.
Manually Uninstalling plugins
pnpm run plugins rm ep_<plugin name>
And restart Etherpad