Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

Change the default home dashboard

The home dashboard you set is the one all users will see by default when they log in. 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 Permissions.

The home dashboard is the first dashboard a user sees when they sign in to Grafana. You can also navigate to the home dashboard manually.

  1. Hover your cursor over the Dashboards (four squares) icon.
  2. Click Home.

Set the home dashboard for the server

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.

[Optional] Convert an existing dashboard into a JSON file

  1. Navigate to the page of the dashboard you want to use as the home dashboard.
  2. Click the Share dashboard icon next to the dashboard title.
  3. In the Export tab, click Save to file. Grafana converts the dashboard to a JSON file and saves it locally.

Use a JSON file as the home dashboard

  1. Save your JSON file somewhere that Grafana can access it. For example, in the Grafana data folder of Grafana.
  2. Update your configuration file to set the path to the JSON file. Refer to default_home_dashboard_path for more information about modifying the Grafana configuration files.
ini
[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

Set the home dashboard for your organization

Organization administrators can choose a home dashboard for their organization.

  1. Navigate to the dashboard you want to set as the home dashboard.
  2. Click the star next to the dashboard title to mark the dashboard as a favorite if it is not already.
  3. Hover your cursor over the Configuration (gear) icon.
  4. Click Preferences.
  5. In the Home Dashboard field, select the dashboard that you want to use for your home dashboard. Options include all starred dashboards.
  6. Click Save.

Set home dashboard for your team

Organization administrators and Team Admins can choose a home dashboard for a team.

  1. Navigate to the dashboard you want to set as the home dashboard.
  2. Click the star next to the dashboard title to mark the dashboard as a favorite if it is not already.
  3. Hover your cursor over the Configuration (gear) icon in the side menu.
  4. Click Teams. Grafana displays the team list.
  5. Click on the team that you want to change the home dashboard for and then navigate to the Settings tab.
  6. In the Home Dashboard field, select the dashboard that you want to use for your home dashboard. Options include all starred dashboards.
  7. Click Save.

Set your personal home dashboard

You can choose your own personal home dashboard. This setting overrides all home dashboards set at higher levels.

  1. Navigate to the dashboard you want to set as the home dashboard.
  2. Click the star next to the dashboard title to mark the dashboard as a favorite if it is not already.
  3. On the left menu, hover your cursor over your avatar and then click Preferences.
  4. In the Home Dashboard field, select the dashboard that you want to use for your home dashboard. Options include all starred dashboards.
  5. Click Save.