mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 02:02:31 +08:00

* [feat] docs; update admonition syntax - Standardizes according to style conventions: https://grafana.com/docs/writers-toolkit/style-guide/style-conventions/#admonitions - Prepares docs for better, uniform admonition style. * Remove false positives and irregularities * false positive removal * Update docs/sources/datasources/mysql/_index.md * Update docs/sources/developers/angular_deprecation/angular-plugins.md * fix link errors * Prettify some nested blockquotes * remoe unnecessary admonition
33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
---
|
|
aliases:
|
|
- ../../manage-users-and-permissions/manage-server-users/assign-remove-server-admin-privileges/
|
|
description: Describes how to assign and remove Grafana administrator privileges from
|
|
a server user.
|
|
title: Assign or remove Grafana server administrator privileges
|
|
weight: 20
|
|
---
|
|
|
|
# Assign or remove Grafana server administrator privileges
|
|
|
|
Grafana server administrators are responsible for creating users, organizations, and managing permissions. For more information about the server administration role, refer to [Grafana server administrators]({{< relref "../../../roles-and-permissions#grafana-server-administrators" >}}).
|
|
|
|
{{% admonition type="note" %}}
|
|
Server administrators are "super-admins" with full permissions to create, read, update, and delete all resources and users in all organizations, as well as update global settings such as licenses. Only grant this permission to trusted users.
|
|
{{% /admonition %}}
|
|
|
|
## Before you begin
|
|
|
|
- [Add a user]({{< relref "../#add-a-user" >}})
|
|
- Ensure you have Grafana server administrator privileges
|
|
|
|
**To assign or remove Grafana administrator privileges**:
|
|
|
|
1. Sign in to Grafana as a server administrator.
|
|
1. Click **Administration** in the left-side menu, and then **Users**.
|
|
1. Click a user.
|
|
1. In the Permissions section, next to Grafana Admin, click **Change**.
|
|
1. Click **Yes** or **No**, depending on whether or not you want this user to have the Grafana server administrator role.
|
|
1. Click **Change**.
|
|
|
|
The system updates the user's permission the next time they load a page in Grafana.
|