On this page

Manually installing pluginsUninstalling plugins

Install a plugin

There are two ways to install plugins in SonarQube:

  • Marketplace - With Community Edition, you can use Marketplace to automatically install plugins from the SonarQube. With commercial editions, you can browse plugins in the Marketplace, but you need to manually install and update your plugins.
  • Manual Installation - You need to manually install plugins when using commercial editions of SonarQube. You can also manually install plugins if your SonarQube instance doesn't have internet access or the plugin you're installing isn't in the Marketplace.

Installing plugins from the marketplace

If your instance has internet access and you're connected with a SonarQube user with the Administer System global permission, you can find the Marketplace at Administration > Marketplace. From here:

  • Find the plugin you want to install
  • Click Install and wait for the download to be processed

Once the download is complete, a Restart button will be available to restart your instance.

See Marketplace for more details on how to configure your SonarQube Server to connect to the internet.

Manually installing plugins

To manually install a plugin:

  1. Download the plugin you want to install. The version needs to be compatible with your SonarQube version.
  2. Put the downloaded jar in <SONARQUBE_HOME>/extensions/plugins, and remove any previous versions of the same plugins.
  3. Restart your SonarQube server.

Uninstalling plugins

To uninstall a plugin:

  1. Delete the plugin from the <SONARQUBE_HOME>/extensions/plugins folder.
  2. Restart your SonarQube server.

© 2008-2023, SonarSource S.A, Switzerland. Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution-NonCommercial 3.0 United States License. SONARQUBE is a trademark of SonarSource SA. All other trademarks and copyrights are the property of their respective owners.

Creative Commons License