This document is for Confluence administrators who wish to manage plugins installed in their Confluence server, or install new plugins. Confluence plugins were introduced in Confluence 1.3: for an overview of how plugins work in Confluence, read Confluence Plugin Guide.
Installing Plugins manually
Plugins are distributed as a jar file. To install a plugin,
- Locate the
confluence/WEB-INF/lib
directory in your Confluence installation. (This is inside the Confluence installation itself, not your configured ConfluenceHome directory).
- Remove any previous version of the plugin you may have installed
- Copy your plugin jar file into the directory
- Restart Confluence
- Check the Plugin Administration screen to see if the plugin is available
- Enable the plugin if necessary
When you install a Confluence plugin, you should consider:
- When you upgrade or re-install Confluence, the
WEB-INF/lib
directory will be overwritten. You should keep a copy of all your installed plugins somewhere outside Confluence, so that you can copy them back in after an upgrade.
- If you install a Confluence plugin, and Confluence fails to restart (or does not behave correctly after the restart), you can uninstall the plugin by deleting it from the
WEB-INF/lib
directory.
Some plugins will be enabled by default when they are installed. Others will have to be manually enabled from the Plugin Administration screen.
Enabling and Disabling Plugins

Plugins (and their constitutent plugin modules) may be enabled and disabled by the site administrator. You can do this from the Plugins
section of the global administration screen. All plugins installed in the Confluence server are listed on the left hand side. To enable or disable a plugin (or its modules) click on the plugin name.
On the right-hand side, a description of the plugin is shown, including its component plugin modules.
You can enable or disable the whole plugin:

Or each module individually:

Removing Plugins that prevent Confluence Running
Confluence goes to some lengths to prevent itself being unusable due to a problematic plugin. However, sometimes a plugin will manage to do this anyway.
To remove a plugin from Confluence when Confluence is not running:
- Remove the jar file from the <Confluence Home>/plugins directory.
- Restart Confluence.