mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* builds out refactored setup topics * Automatically fix some relrefs with mv-manager Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Use refs for tutorials content which is outside of this repository Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Manually fix complicated relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * consolidates team sync and db encryption topics * Fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * updates setup index file * Convert TOML to YAML Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current alias for new alerting content Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Add current aliases to new setup-grafana and configure-security pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Torkel Ödegaard <torkel@grafana.com> * moves saml docs, updates order in TOC * Manually fix relrefs Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * added usage insights topics, adjusted weights * corrected relrefs * Fix relrefs broken in rebase Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
---
|
|
aliases:
|
|
- /docs/grafana/latest/administration/manage-users-and-permissions/manage-server-users/assign-remove-server-admin-privileges/
|
|
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 "../about-users-and-permissions/#grafana-server-administrators" >}}).
|
|
|
|
> **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.
|
|
|
|
## Before you begin
|
|
|
|
- [Add a user]({{< relref "add-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. Hover your cursor over the **Server Admin** (shield) icon until a menu appears, and click **Users**.
|
|
1. Click a user.
|
|
1. In the **Grafana Admin** section, 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.
|