docs/sources/administration/organization-preferences/index.md
Grafana preferences are basic settings. They control the Grafana UI theme, home dashboard, time zone, and so on.
Preferences are sometimes confusing because they can be set at four different levels, listed from highest level to lowest:
The lowest level always takes precedence. For example, if a user sets their theme to Light, then their visualization of Grafana displays the light theme. Nothing at any higher level can override that.
If the user is aware of the change and intended it, then that's great! But if the user is a Server Admin who made the change to their user preferences a long time ago, they might have forgotten they did that. Then, if that Server Admin is trying to change the theme at the server level, they'll get frustrated as none of their changes have any effect that they can see. (Also, the users on the server might be confused, because they can see the server-level changes!)
In Grafana, you can change your names and emails associated with groups or accounts in the Settings or Preferences. This topic provides instructions for each task.
Some tasks require certain permissions. For more information about roles, refer to Roles and permissions.
Grafana server administrators and organization administrators can change organization names.
Follow these instructions if you are a Grafana Server Admin.
If you are an Organization Admin, follow these steps:
Organization administrators and team administrators can change team names and email addresses. To change the team name or email, follow these steps:
To learn how to edit your user information, refer to Edit your profile.
In Grafana, you can modify the UI theme configured in the Settings or Preferences. Set the UI theme for the server, an organization, a team, or your personal user account using the instructions in this topic.
Some tasks require certain permissions. For more information about roles, refer to Roles and permissions.
The theme affects how Grafana displays graphs, menus, other UI elements.
Default is either the dark theme or the theme selected in a higher level. For example, if an Organization administrator set the Light theme, then that is the default for all the teams in that organization.
Here is an example of the dark theme.
Here is an example of the light theme.
There are several experimental themes that you can also choose from. To see the color scheme of a theme before selecting it for your organization, click the user icon in the top-right corner of the page and select Change theme. This opens the Change theme drawer, where you can view all themes.
As a Grafana server administrator, you can change the default Grafana UI theme for all users who are on the server by setting the default_theme option in the Grafana configuration file.
To see what the current settings are, refer to View server settings.
Organization administrators can change the UI theme for all users in an organization.
Organization and team administrators can change the UI theme for all users on a team.
You can change the UI theme for your user account. This setting overrides UI theme settings at higher levels.
By default, Grafana uses the timezone in your web browser. However, you can override this setting at the server, organization, team, or individual user level. This topic provides instructions for each task.
Some tasks require certain permissions. For more information about roles, refer to Roles and permissions.
Grafana server administrators can choose a default timezone for all users on the server by setting the default_timezone option in the Grafana configuration file.
Organization administrators can choose a default timezone for their organization.
Organization administrators and team administrators can choose a default timezone for all users on a team.
You can change the timezone for your user account. This setting overrides timezone settings at higher levels.
The home dashboard you set is the one all users will see by default when they log in. Click the Grafana icon or Home in the breadcrumb to return to it. You can set the home dashboard for the server, an organization, a team, or your personal user account. This topic provides instructions for each task.
Some tasks require certain permissions. For more information about roles, refer to Roles and permissions.
Users with the Grafana Server Admin flag on their account or access to the configuration file can define a JSON file to use as the home dashboard for all users on the server.
data folder of Grafana.[dashboards]
# Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
default_home_dashboard_path = data/main-dashboard.json
{{< admonition type="note" >}}
On Linux, Grafana uses /usr/share/grafana/public/dashboards/home.json as the default home dashboard location.
{{< /admonition >}}
Organization administrators can choose a default home dashboard for their organization.
Organization administrators and Team Admins can set a default home dashboard for all users on a team.
You can choose your own personal home dashboard. This setting overrides all home dashboards set at higher levels.
Grafana server administrators can change the default Grafana UI language for all users on the server by setting the default_language option in the Grafana configuration file.
Organization administrators can change the language for all users in an organization.
Organization and team administrators can set a default language for all users on a team.
You can change the language for your user account. This setting overrides language settings at higher levels.