How to Remove Bundled or System Plugins
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
This action is not recommended as it may cause instability in Confluence. In rare cases, although not advisable, some users need to remove the bundled plugin in Confluence.The guide below is an example to remove a bundled/system plugin.
Solution
Removing the Bundled Plugin
Uninstall the bundled plugin from the Confluence Admin > Managed Add-ons under the System Plugins section
You may need to update the plugin before uninstalling the plugin
Backup
atlassian-bundled-plugins folder in <confluence-install>/confluence/WEB-INF/
. This folder contains all of the Confluence bundled plugins.Locate the JAR file of the bundled plugin and unjar the
plugin-name-X.X.X.X.jar
in the folderatlassian-bundled-plugins.
Delete the JAR file from the folder
atlassian-bundled-plugins.
Restart your Confluence. Your changes would be reflected after this.
For Confluence below 5.0
Removing the Bundled Plugin
Uninstall the bundled plugin from the Confluence Admin > Plugins under the System Plugins section
Backup
atlassian-bundled-plugins.zip file in
. This zip file contains all of the Confluence bundled plugins.<confluence-install>/confluence/WEB-INF/classes/com/atlassian/confluence/setup/
Unzip the
atlassian-bundled-plugins.zip
.Locate the JAR file of the bundled plugin and unjar the
plugin-name-X.X.X.X.jar
in the folderatlassian-bundled-plugins.
Delete the JAR file from the folder
atlassian-bundled-plugins.
Zip the
atlassian-bundled-plugins.zip
file back.Restart your Confluence. Your changes would be reflected after this.
Was this helpful?