2021-05-17 10:27:56 -05:00
+++
title = "Plugin catalog"
aliases = ["/docs/grafana/latest/plugins/catalog/"]
weight = 1
+++
# Plugin catalog
2021-08-04 11:35:15 -05:00
The Plugin catalog allows you to browse and manage plugins from within Grafana. Only Grafana server administrators and organization administrators can access and use the plugin catalog. The following access rules apply depending on the user role:
2021-05-17 10:27:56 -05:00
2021-08-04 11:35:15 -05:00
| Org Admin | Server Admin | Permissions |
| --------- | ------------ | ------------------------------------------------------------------------------------------- |
2021-08-06 08:52:36 -05:00
| ✓ | ✓ | < ul > < li > Can configure app plugins< / li > < li > Can install/uninstall/update plugins< / li > < / ul > |
| ✓ | × | < ul > < li > Can configure app plugins< / li > < li > Cannot install/uninstall/update plugins< / li > < / ul > |
| × | ✓ | < ul > < li > Cannot configure app plugins< / li > < li > Can install/uninstall/update plugins< / li > < / ul > |
2021-08-04 11:35:15 -05:00
> **Note:** The Plugin catalog is designed to work with a single Grafana server instance only. Support for Grafana clusters will be added in future Grafana releases.
2021-06-24 09:16:07 -05:00
2021-05-28 09:44:40 -05:00
< div class = "medium-6 columns" >
2021-05-31 13:30:43 -05:00
< video width = "700" height = "600" controls >
2021-08-04 11:35:15 -05:00
< source src = "/static/assets/videos/plugins-catalog-install-8-1.mp4" type = "video/mp4" >
2021-05-28 09:44:40 -05:00
Your browser does not support the video tag.
< / video >
< / div >
2021-05-17 10:27:56 -05:00
2021-11-19 06:42:26 -06:00
In order to be able to install / uninstall / update plugins using plugin catalog, you must enable it via the `plugin_admin_enabled` flag in the [configuration ]({{< relref "../administration/configuration.md#plugin_admin_enabled" >}} ) file.
2021-05-28 09:44:40 -05:00
Before following the steps below, make sure you are logged in as a Grafana administrator.
2021-05-17 10:27:56 -05:00
2021-08-04 11:35:15 -05:00
< a id = "#plugin-catalog-entry" > < / a >
2021-08-06 08:52:36 -05:00
Currently, there are two entry points to the Plugin catalog.
- Grafana server administrators can find it at **Server Admin >
Plugins**.
2021-08-04 11:35:15 -05:00
- Organization administrators can find it at **Configuration > Plugins** .
2021-05-17 10:27:56 -05:00
2021-08-04 11:35:15 -05:00
## Browse plugins
2021-05-17 10:27:56 -05:00
2021-08-04 11:35:15 -05:00
To browse for available plugins:
2021-05-28 09:44:40 -05:00
2021-08-04 11:35:15 -05:00
1. In Grafana, [navigate to the Plugin catalog ](#plugin-catalog-entry ) to view installed plugins.
1. Click the **All** filter to browse all available plugins.
1. Click the **Data sources** , **Panels** , or **Applications** buttons to filter by plugin type.
2021-05-28 09:44:40 -05:00
2021-08-04 11:35:15 -05:00

2021-05-28 09:44:40 -05:00
## Install a plugin
2021-08-04 11:35:15 -05:00
To install a plugin:
1. In Grafana, [navigate to the Plugin catalog ](#plugin-catalog-entry ) to view installed plugins.
2021-05-28 09:44:40 -05:00
1. Browse and find a plugin.
1. Click on the plugin logo.
2021-08-04 11:35:15 -05:00
1. Click **Install** .
2021-05-28 09:44:40 -05:00
2021-08-04 11:35:15 -05:00
When the update is complete, you see a confirmation message that the installation was successful.
2021-05-28 09:44:40 -05:00
2021-08-04 11:35:15 -05:00

2021-05-28 09:44:40 -05:00
## Update a plugin
2021-08-04 11:35:15 -05:00
To update a plugin:
1. In Grafana, [navigate to the Plugin catalog ](#plugin-catalog-entry ) to view installed plugins.
2021-05-28 09:44:40 -05:00
1. Click on the plugin logo.
1. Click **Update** .
2021-08-04 11:35:15 -05:00
When the update is complete, you see a confirmation message that the update was successful.
2021-05-28 09:44:40 -05:00
2021-08-04 11:35:15 -05:00

2021-05-28 09:44:40 -05:00
## Uninstall a plugin
2021-08-04 11:35:15 -05:00
To uninstall a plugin:
1. In Grafana, [navigate to the Plugin catalog ](#plugin-catalog-entry ) to view installed plugins.
2021-05-28 09:44:40 -05:00
1. Click on the plugin logo.
1. Click **Uninstall** .
2021-08-04 11:35:15 -05:00
When the update is complete, you see a confirmation message that the uninstall was successful.
