<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Grafana Enterprise license on Grafana Labs</title><link>https://grafana.com/docs/grafana/v8.4/enterprise/license/</link><description>Recent content in Grafana Enterprise license on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v8.4/enterprise/license/index.xml" rel="self" type="application/rss+xml"/><item><title>Activate an Enterprise license</title><link>https://grafana.com/docs/grafana/v8.4/enterprise/license/activate-license/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/enterprise/license/activate-license/</guid><content><![CDATA[&lt;h1 id=&#34;activate-an-enterprise-license&#34;&gt;Activate an Enterprise license&lt;/h1&gt;
&lt;p&gt;Follow these steps to activate your Grafana Enterprise license:&lt;/p&gt;
&lt;h2 id=&#34;step-1-download-your-license-file&#34;&gt;Step 1. Download your license file&lt;/h2&gt;
&lt;p&gt;To download your Grafana Enterprise license:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sign in to your &lt;a href=&#34;/&#34;&gt;Grafana Cloud&lt;/a&gt; account.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;My Account&lt;/strong&gt; and select an organization from the drop-down menu at the top left of the page. On the Overview page for each organization, you can see a section for Grafana Enterprise licenses. Click &lt;strong&gt;Details&lt;/strong&gt; next to a license.&lt;/li&gt;
&lt;li&gt;At the bottom of the license details page, select &lt;strong&gt;Download token&lt;/strong&gt; to download the &lt;code&gt;license.jwt&lt;/code&gt; file that contains your license.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;step-2-add-your-license-to-a-grafana-instance&#34;&gt;Step 2. Add your license to a Grafana instance&lt;/h2&gt;
&lt;p&gt;There is more than one way to add the license to a Grafana instance:&lt;/p&gt;
&lt;h3 id=&#34;upload-the-license-file-via-the-grafana-server-administrator-page&#34;&gt;Upload the license file via the Grafana server administrator page&lt;/h3&gt;
&lt;p&gt;This is the preferred option for single instance installations of Grafana Enterprise.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Sign in as a Grafana server administrator.&lt;/li&gt;
&lt;li&gt;Navigate to &lt;strong&gt;Server Admin &amp;gt; Upgrade&lt;/strong&gt; within Grafana.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Upload license token file&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select your license file, and upload it.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;put-the-licensejwt-file-into-the-data-directory-of-grafana&#34;&gt;Put the &lt;code&gt;license.jwt&lt;/code&gt; file into the data directory of Grafana&lt;/h3&gt;
&lt;p&gt;On Linux systems, the data directory is usually at &lt;code&gt;/var/lib/grafana&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;You can also configure a custom location for the license file using the grafana.ini setting:&lt;/p&gt;

&lt;div class=&#34;code-snippet &#34;&gt;&lt;div class=&#34;lang-toolbar&#34;&gt;
    &lt;span class=&#34;lang-toolbar__item lang-toolbar__item-active&#34;&gt;Bash&lt;/span&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
    &lt;div class=&#34;lang-toolbar__border&#34;&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet &#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-bash&#34;&gt;[enterprise]
license_path = /company/secrets/license.jwt&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;This setting can also be set with an environment variable, which is useful if you&amp;rsquo;re running Grafana with Docker and have a custom volume where you have placed the license file. In this case, set the environment variable &lt;code&gt;GF_ENTERPRISE_LICENSE_PATH&lt;/code&gt; to point to the location of your license file.&lt;/p&gt;
&lt;h3 id=&#34;set-the-content-of-the-license-file-as-a-configuration-option&#34;&gt;Set the content of the license file as a configuration option&lt;/h3&gt;
&lt;p&gt;You can add a license by pasting the content of the &lt;code&gt;license.jwt&lt;/code&gt;
to the grafana.ini configuration file:&lt;/p&gt;

&lt;div class=&#34;code-snippet &#34;&gt;&lt;div class=&#34;lang-toolbar&#34;&gt;
    &lt;span class=&#34;lang-toolbar__item lang-toolbar__item-active&#34;&gt;Bash&lt;/span&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
    &lt;div class=&#34;lang-toolbar__border&#34;&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet &#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-bash&#34;&gt;[enterprise]
license_text = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0aGlzIjoiaXMiLCJub3QiOiJhIiwidmFsaWQiOiJsaWNlbnNlIn0.bxDzxIoJlYMwiEYKYT_l2s42z0Y30tY-6KKoyz9RuLE&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;This option can be set using the &lt;code&gt;GF_ENTERPRISE_LICENSE_TEXT&lt;/code&gt;
environment variable.&lt;/p&gt;
&lt;h2 id=&#34;step-3-ensure-that-the-license-files-root-url-matches-the-root_url-configuration-option&#34;&gt;Step 3. Ensure that the license file&amp;rsquo;s root URL matches the root_url configuration option&lt;/h2&gt;
&lt;p&gt;Update the &lt;a href=&#34;../../../administration/configuration/#root-url&#34;&gt;&lt;code&gt;root_url&lt;/code&gt;&lt;/a&gt; in your configuration. It should be the URL that users type in their browsers to access the frontend, not the node hostname(s).&lt;/p&gt;
&lt;p&gt;This is important, because as part of the validation checks at startup, Grafana compares the license URL to the &lt;a href=&#34;../../../administration/configuration/#root-url&#34;&gt;&lt;code&gt;root_url&lt;/code&gt;&lt;/a&gt; in your configuration.&lt;/p&gt;
&lt;p&gt;In your configuration file:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;[server]
root_url = https://grafana.example.com/&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Or with an environment variable:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;GF_SERVER_ROOT_URL=https://grafana.example.com/&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;h2 id=&#34;step-4-restart-grafana&#34;&gt;Step 4. Restart Grafana&lt;/h2&gt;
&lt;p&gt;To finalize the installation of Grafana Enterprise, restart Grafana to enable all Grafana Enterprise features. Refer to &lt;a href=&#34;../../../installation/restart-grafana/&#34;&gt;restart Grafana&lt;/a&gt; for more information.&lt;/p&gt;
]]></content><description>&lt;h1 id="activate-an-enterprise-license">Activate an Enterprise license&lt;/h1>
&lt;p>Follow these steps to activate your Grafana Enterprise license:&lt;/p>
&lt;h2 id="step-1-download-your-license-file">Step 1. Download your license file&lt;/h2>
&lt;p>To download your Grafana Enterprise license:&lt;/p></description></item><item><title>License expiration</title><link>https://grafana.com/docs/grafana/v8.4/enterprise/license/license-expiration/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/enterprise/license/license-expiration/</guid><content><![CDATA[&lt;h1 id=&#34;license-expiration&#34;&gt;License expiration&lt;/h1&gt;
&lt;p&gt;If your license has expired, most of Grafana keeps working as normal. Some enterprise functionality stops or runs with reduced functionality and Grafana displays a banner informing the users that Grafana is running on an expired license. Your Grafana admin needs to upload a new license file to restore full functionality.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Replace your license as soon as possible. Running Grafana Enterprise with an expired license is unsupported and can lead to unexpected consequences.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;update-your-license&#34;&gt;Update your license&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Locate your current &lt;code&gt;license.jwt&lt;/code&gt; file. In a standard installation it is stored inside the Grafana data directory, which on a typical Linux installation is in &lt;code&gt;/var/lib/grafana/data&lt;/code&gt;. This location might be overridden in the ini file &lt;a href=&#34;../../../administration/configuration/&#34;&gt;Configuration&lt;/a&gt;.&lt;/p&gt;

&lt;div class=&#34;code-snippet &#34;&gt;&lt;div class=&#34;lang-toolbar&#34;&gt;
    &lt;span class=&#34;lang-toolbar__item lang-toolbar__item-active&#34;&gt;ini&lt;/span&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
    &lt;div class=&#34;lang-toolbar__border&#34;&gt;&lt;/div&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet &#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-ini&#34;&gt;[enterprise]
license_path = /path/to/your/license.jwt&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The configuration file&amp;rsquo;s location may also be overridden by the &lt;code&gt;GF_ENTERPRISE_LICENSE_PATH&lt;/code&gt; environment variable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Log in to your &lt;a href=&#34;/login&#34;&gt;Grafana Cloud Account&lt;/a&gt; and make sure you&amp;rsquo;re in the correct organization in the dropdown at the top of the page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Under the &lt;strong&gt;Grafana Enterprise&lt;/strong&gt; section in the menu bar to the left, choose licenses and download the currently valid license with which you want to run Grafana. If you cannot see a valid license on Grafana.com, please contact your account manager at Grafana Labs to renew your subscription.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Replace the current &lt;code&gt;license.jwt&lt;/code&gt;-file with the one you&amp;rsquo;ve just downloaded.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../installation/restart-grafana/&#34;&gt;Restart Grafana&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;if-your-license-expires&#34;&gt;If your license expires&lt;/h2&gt;
&lt;p&gt;If your Grafana Enterprise license expires, you can expect the following changes in feature behavior.&lt;/p&gt;
&lt;h3 id=&#34;data-source-permissions&#34;&gt;Data source permissions&lt;/h3&gt;
&lt;p&gt;Your current data source permissions will keep working as expected, but you&amp;rsquo;ll be unable to add new data source permissions until the license has been renewed.&lt;/p&gt;
&lt;h3 id=&#34;ldap-authentication&#34;&gt;LDAP authentication&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;LDAP synchronization is not affected by an expired license.&lt;/li&gt;
&lt;li&gt;Team sync debugging is unavailable.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;saml-authentication&#34;&gt;SAML authentication&lt;/h3&gt;
&lt;p&gt;SAML authentication is not affected by an expired license.&lt;/p&gt;
&lt;h3 id=&#34;reporting&#34;&gt;Reporting&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;You&amp;rsquo;re unable to configure new reports or generate previews.&lt;/li&gt;
&lt;li&gt;Existing reports continue to be sent.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;enterprise-plugins&#34;&gt;Enterprise plugins&lt;/h3&gt;
&lt;p&gt;Enterprise plugins might stop working.&lt;/p&gt;
&lt;h3 id=&#34;white-labeling&#34;&gt;White labeling&lt;/h3&gt;
&lt;p&gt;The white labeling feature is turned off, meaning that any white labeling options will not have any effect.&lt;/p&gt;
&lt;h3 id=&#34;usage-insights&#34;&gt;Usage insights&lt;/h3&gt;
&lt;p&gt;Exporting usage insights logs to Loki will be turned off for licenses expired for more than 7 days.&lt;/p&gt;
&lt;p&gt;All the other usage insights features are turned off as soon as the license expires, meaning that you will not be able to see dashboard usage, presence indicators, or use improved search. Grafana continues to collect usage data and you will have access to it as soon as you update your license.&lt;/p&gt;
&lt;h3 id=&#34;vault-integration&#34;&gt;Vault integration&lt;/h3&gt;
&lt;p&gt;Vault integration is not affected by an expired license.&lt;/p&gt;
&lt;h3 id=&#34;auditing&#34;&gt;Auditing&lt;/h3&gt;
&lt;p&gt;Auditing is not affected by an expired license.&lt;/p&gt;
&lt;h3 id=&#34;license-restrictions&#34;&gt;License restrictions&lt;/h3&gt;
&lt;p&gt;The concurrent session limit remains active for seven days after the expiration date, after which it will be turned off.&lt;/p&gt;
&lt;p&gt;The active users limit is turned off immediately.&lt;/p&gt;
&lt;h3 id=&#34;settings-updates-at-runtime&#34;&gt;Settings updates at runtime&lt;/h3&gt;
&lt;p&gt;Settings updates at runtime are not affected by an expired license.&lt;/p&gt;
]]></content><description>&lt;h1 id="license-expiration">License expiration&lt;/h1>
&lt;p>If your license has expired, most of Grafana keeps working as normal. Some enterprise functionality stops or runs with reduced functionality and Grafana displays a banner informing the users that Grafana is running on an expired license. Your Grafana admin needs to upload a new license file to restore full functionality.&lt;/p></description></item><item><title>License restrictions</title><link>https://grafana.com/docs/grafana/v8.4/enterprise/license/license-restrictions/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/enterprise/license/license-restrictions/</guid><content><![CDATA[&lt;h1 id=&#34;understanding-grafana-enterprise-licensing&#34;&gt;Understanding Grafana Enterprise licensing&lt;/h1&gt;
&lt;p&gt;When you become a Grafana Enterprise customer, you receive a license that governs your use of Grafana Enterprise.&lt;/p&gt;
&lt;p&gt;You either have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tiered licensing, or&lt;/li&gt;
&lt;li&gt;combined licensing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To understand which license type you have, refer to &lt;a href=&#34;#determine-the-number-of-active-users-for-each-licensed-role&#34;&gt;Determine the number of active users for each licensed role&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;tiered-licensing&#34;&gt;Tiered licensing&lt;/h2&gt;
&lt;p&gt;Tiered licensing defines dashboard viewers, and dashboard editors and administrators, as two distinct user types that each have their own user limit.&lt;/p&gt;
&lt;p&gt;For example, your license might include 300 viewers and 50 editors or administrators. Although editors and administrators have separate permissions and can do different things, Grafana counts them together as a single licensed role.&lt;/p&gt;
&lt;h3 id=&#34;active-users-limit&#34;&gt;Active users limit&lt;/h3&gt;
&lt;p&gt;Your Grafana license includes a maximum number of &lt;em&gt;Viewer&lt;/em&gt; and &lt;em&gt;Editor/Admin&lt;/em&gt; active users. For example, your license can include a maximum of 500 viewers and 100 editor/admins.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;An &lt;em&gt;active user&lt;/em&gt; is a user who has signed in to Grafana within the last 30 days. This is a rolling window that is updated daily.&lt;/li&gt;
&lt;li&gt;When you reach the number of maximum active viewers or editor/admins, only currently active users can sign in; new users and non-active users cannot sign in when you reach the limit.&lt;/li&gt;
&lt;li&gt;Grafana applies sign-in restrictions separately for viewers and editor/admins. If your Grafana license reaches its limit of active viewers but not its limit of active editor/ddmins, new editors and admins can still sign in.&lt;/li&gt;
&lt;li&gt;The number of dashboards that a user can view or edit, and the number of organizations that they can access does not affect the active user count. A user with editor permissions for many dashboards across many different organizations counts as one editor.&lt;/li&gt;
&lt;li&gt;A license limit banner appears to administrators when Grafana reaches its active user limit; editors and viewers do not see the banner.
To change user roles to make better use of your licenses, refer to &lt;a href=&#34;#optimize-your-tiered-license&#34;&gt;Optimize your tiered license&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;permission-domains&#34;&gt;Permission domains&lt;/h3&gt;
&lt;p&gt;You can assign role permissions &lt;em&gt;globally&lt;/em&gt; and restrict access to a specific dashboard or set of dashboards.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Organization permissions&lt;/strong&gt;: When you create a user, you select a role on the user details page. Your selection applies to all Grafana dashboards within the Organization. For example, a user with the viewer role can see all dashboards, but cannot create or edit dashboards. For more information about user roles and permissions, refer to
&lt;a href=&#34;../../../permissions/organization_roles/&#34;&gt;Organization roles&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dashboard permissions&lt;/strong&gt;: You can also assign permissions to dashboards or groups (folders) of dashboards. For example, you might want a viewer to also have editor permissions for a specific dashboard. While that user can see &lt;em&gt;all&lt;/em&gt; dashboards, they can only update one of them. For more information about dashboard permissions, refer to &lt;a href=&#34;../../../permissions/dashboard-folder-permissions/&#34;&gt;Dashboard and Folder Permissions&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When you grant editor/admin dashboard permissions to a viewer, the editor/admin active-user count increases by one as shown on the &lt;strong&gt;Utilization&lt;/strong&gt; panel of the &lt;strong&gt;Statistics and licensing&lt;/strong&gt; page, and the user’s licensed role changes to editor/admin.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The editor/admin count increases because the user can edit and save a dashboard.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h3 id=&#34;grant-dashboard-edit-without-save-permissions&#34;&gt;Grant dashboard edit without save permissions&lt;/h3&gt;
&lt;p&gt;You can grant viewers the ability to edit but not save a dashboard. This setting is useful when you have users that want to explore dashboards, but only need the generated view temporarily and do not require an editor/admin license.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This setting does not affect viewers’ license role billing.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;To grant dashboard edit without save permissions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open the &lt;code&gt;grafana.ini&lt;/code&gt; file that contains default configurations.&lt;/p&gt;
&lt;p&gt;The name and location of the file depends on your installation. For information about locating
the default configurations file, refer to &lt;a href=&#34;../../../administration/configuration/&#34;&gt;Configuration&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Change the &lt;code&gt;viewers-can-edit&lt;/code&gt; setting to &lt;code&gt;true&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart Grafana Enterprise.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;determine-the-number-of-active-users-for-each-licensed-role&#34;&gt;Determine the number of active users for each licensed role&lt;/h3&gt;
&lt;p&gt;Because you can assign a user global permissions while also enhancing (or limiting) their access to specific dashboards, it might be helpful for you to periodically check license counts.&lt;/p&gt;
&lt;p&gt;To determine the number of active users for each licensed role:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Sign in to Grafana Enterprise as a System Administrator.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Server Admin&lt;/strong&gt; (the shield icon).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Statistics and licensing&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Review the role utilization count on the &lt;strong&gt;Utilization&lt;/strong&gt; panel.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote&gt;
&lt;p&gt;Utilization data updates when the user signs back in to Grafana after you change their permissions.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h3 id=&#34;optimize-your-tiered-license&#34;&gt;Optimize your tiered license&lt;/h3&gt;
&lt;p&gt;Grafana counts viewer users separately from editor/admin users. If you reach the limit imposed by your license for either of these user types, use the following techniques to make optimum use of the licenses you purchased.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Review and update organization permissions.&lt;/strong&gt; You can modify organization permissions to reduce the count of one type of user. For example, if you reach the limit of editor/admin users, assign viewer permissions to one (or more) editor/admin users who agree to read-only access to dashboards. The license count updates when a user signs back in to Grafana.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Review and update dashboard permissions.&lt;/strong&gt; Because viewers can also count toward editor/admin usage, if they are granted access to edit specific dashboards, review your dashboard permissions and adjust accordingly. Remove editor or admin permissions where necessary.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Delete users.&lt;/strong&gt; Review the number of users you have for each type of permission and remove inactive users. Removing users immediately frees up space for new users.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;When you delete a user you also delete their preferences, dashboard and folder permissions, and references to that user from the dashboard versions they have updated.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Users who are synced via SAML, Oauth, or LDAP will also lose these attributes.&lt;/p&gt;
&lt;h3 id=&#34;update-user-permissions-for-dashboards&#34;&gt;Update user permissions for dashboards&lt;/h3&gt;
&lt;p&gt;You can change the access a user has to specific dashboards. For billing purposes, Grafana charges for the highest level permission assigned to the user. For example, if you assign editor/admin dashboard permissions to a viewer user, Grafana counts that user as an editor/admin.&lt;/p&gt;
&lt;p&gt;To change user permissions for dashboards:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Sign in to Grafana as a system administrator.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hover your mouse over &lt;strong&gt;Server Admin&lt;/strong&gt; (the shield icon) and click &lt;strong&gt;Statistics and licensing&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Dashboard and Folder Permissions&lt;/strong&gt; area, click the dashboard in the **Resource title (URL) column.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;Permission&lt;/strong&gt; page opens.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use the dropdown list to select a role.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The next time the user signs in, the &lt;strong&gt;Utilization&lt;/strong&gt; panel on the &lt;strong&gt;Statistics and licensing&lt;/strong&gt; page displays updated data.&lt;/p&gt;
&lt;h2 id=&#34;combined-licensing&#34;&gt;Combined licensing&lt;/h2&gt;
&lt;p&gt;As of Grafana Enterprise Version 8.3, you can purchase (or transition to) combined licensing. With combined licensing, you purchase a specific number of users, and you are free to distribute those users across all roles, in any combination.
For example, if you purchase 150 licenses, you can have 20 admins, 70 editors, and 60 viewers, or you can have 10 admins, 100 editors, and 40 viewers. This change reduces license complexity.&lt;/p&gt;
&lt;h3 id=&#34;transition-to-combined-license-model&#34;&gt;Transition to combined license model&lt;/h3&gt;
&lt;p&gt;To transition from the tiered licensing model to the combined license model, contact your Grafana account team and request to switch to combined user pricing. Once you update your contract with the account team, they will issue you a new license token.
For instructions about how to update your license, refer to &lt;a href=&#34;../activate-license/&#34;&gt;Activate an Enterprise license&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After you apply the token, Grafana Enterprise resets your license and updates the user counts on the &lt;strong&gt;Utilization&lt;/strong&gt; panel.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If you are running Grafana Enterprise 8.2 or earlier, the license grants you the total number of licensed users &lt;em&gt;for each user type&lt;/em&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;For example, if your current license includes 60 viewers and 40 dditor/admins, the new license includes 100 viewers and 100 editor/admins. Grafana Enterprise 8.3 removes the distinction between viewers and editor/admins as shown on the &lt;strong&gt;Utilization&lt;/strong&gt; panel.&lt;/p&gt;
&lt;p&gt;Before you upgrade to Grafana 8.3, ensure that the total number of active users in Grafana does not exceed the number of users in your combined license. If it does, then new users cannot sign in to Grafana 8.3 until the active user count returns below the licensed limit.&lt;/p&gt;
&lt;h2 id=&#34;determining-your-current-license-type&#34;&gt;Determining your current license type&lt;/h2&gt;
&lt;p&gt;You can identify your license type in Grafana 8.3 and higher. If you are running Grafana 8.2 or older, refer to your contract to determine your license type.&lt;/p&gt;
&lt;p&gt;To determine if you have tiered pricing or combined pricing, complete the following steps in Grafana v8.3 or higher:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Sign in to Grafana as a system administrator.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Hover your mouse over &lt;strong&gt;Server Admin&lt;/strong&gt; (the shield icon), and click &lt;strong&gt;Statistics and licensing&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Utilization&lt;/strong&gt; panel, review the license count data.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you see &lt;strong&gt;Admins &amp;amp; Editors&lt;/strong&gt; and &lt;strong&gt;Viewers&lt;/strong&gt;, then you have a tiered license.&lt;/li&gt;
&lt;li&gt;If you only see &lt;strong&gt;Users&lt;/strong&gt;, then you have a combined license.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;license-restrictions-common-to-both-license-types&#34;&gt;License restrictions common to both license types&lt;/h2&gt;
&lt;p&gt;Your license is controlled by the following rules:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;License expiration date:&lt;/strong&gt; The license includes an expiration date, which is the date when a license becomes inactive.&lt;/p&gt;
&lt;p&gt;As the license expiration date approaches, you will see a banner in Grafana that encourages you to renew. To learn about how to renew your license and what happens in Grafana when a license expires, refer to &lt;a href=&#34;../license-expiration/&#34;&gt;License expiration&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Grafana License URL:&lt;/strong&gt; Your license does not work with an instance of Grafana with a different root URL.&lt;/p&gt;
&lt;p&gt;The License URL is the root URL of your Grafana instance.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Concurrent sessions limit&lt;/strong&gt;: As of Grafana Enterprise 7.5, users can initiate up to three concurrent sessions of Grafana.&lt;/p&gt;
&lt;p&gt;The system creates a session when a user signs in to Grafana from a new device, a different browser, or an incognito window. If a user signs in to Grafana from another tab or window within the same browser, only one session is used.&lt;/p&gt;
&lt;p&gt;When a user reaches the session limit, the fourth connection succeeds and the longest inactive session is signed out.&lt;/p&gt;
&lt;h2 id=&#34;request-usage-billing&#34;&gt;Request usage billing&lt;/h2&gt;
&lt;p&gt;You can request Grafana Labs to activate usage billing which allows an unlimited number of active users. When usage billing is enabled, Grafana does not enforce active user limits or display warning banners. Instead, you are charged for active users that exceed the limit, according to your customer contract.&lt;/p&gt;
&lt;p&gt;Usage billing involves a contractual agreement between you and Grafana Labs, and it is only available if Grafana Enterprise is configured to &lt;a href=&#34;../../enterprise-configuration/#auto_refresh_license&#34;&gt;automatically refresh its license token&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;request-a-change-to-your-license&#34;&gt;Request a change to your license&lt;/h2&gt;
&lt;p&gt;To increase the number of licensed users within Grafana, extend a license, or change your licensed URL, contact &lt;a href=&#34;/profile/org#support&#34;&gt;Grafana support&lt;/a&gt; or your Grafana Labs account team. They will update your license, which you can activate from within Grafana.&lt;/p&gt;
&lt;p&gt;For instructions about how to activate your license after it is updated, refer to &lt;a href=&#34;../activate-license/&#34;&gt;Activate an Enterprise license&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="understanding-grafana-enterprise-licensing">Understanding Grafana Enterprise licensing&lt;/h1>
&lt;p>When you become a Grafana Enterprise customer, you receive a license that governs your use of Grafana Enterprise.&lt;/p>
&lt;p>You either have:&lt;/p></description></item><item><title>Activate a Grafana Enterprise license purchased through AWS Marketplace</title><link>https://grafana.com/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/</guid><content><![CDATA[&lt;h1 id=&#34;activate-a-grafana-enterprise-license-purchased-through-aws-marketplace&#34;&gt;Activate a Grafana Enterprise license purchased through AWS Marketplace&lt;/h1&gt;
&lt;p&gt;AWS Marketplace is a convenient place for AWS customers to buy and manage a license for Grafana Enterprise versions 8.3.0 and later.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/about-ge-license-through-aws/&#34;&gt;About Grafana Enterprise licenses from AWS Marketplace&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/activate-license-on-eks/&#34;&gt;Activate a Grafana Enterprise license from AWS Marketplace on EKS&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/activate-license-on-ecs/&#34;&gt;Activate a Grafana Enterprise license from AWS Marketplace on ECS&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/activate-license-on-instance-outside-aws/&#34;&gt;Activate a Grafana Enterprise license from AWS on an instance deployed outside of AWS&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/manage-license-in-aws-marketplace/&#34;&gt;Manage your Grafana Enterprise license in AWS Marketplace&lt;/a&gt;&lt;/li&gt;&lt;li&gt;
    &lt;a href=&#34;/docs/grafana/v8.4/enterprise/license/activate-aws-marketplace-license/transfer-ge-license/&#34;&gt;Transfer your AWS Marketplace Grafana Enterprise license&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
]]></content><description>&lt;h1 id="activate-a-grafana-enterprise-license-purchased-through-aws-marketplace">Activate a Grafana Enterprise license purchased through AWS Marketplace&lt;/h1>
&lt;p>AWS Marketplace is a convenient place for AWS customers to buy and manage a license for Grafana Enterprise versions 8.3.0 and later.&lt;/p></description></item></channel></rss>