2022-05-26 23:06:25 +08:00
---
aliases:
- /docs/grafana/latest/getting-started/build-first-dashboard/
- /docs/grafana/latest/getting-started/getting-started/
- /docs/grafana/latest/guides/getting_started/
- /docs/grafana/latest/guides/gettingstarted/
description: Learn how to get started with Grafana by adding a preconfigured dashboard.
title: Build your first dashboard
weight: 200
---
2015-03-10 15:55:42 +08:00
2022-05-25 21:19:36 +08:00
# Build your first dashboard
2017-02-07 14:48:01 +08:00
2020-11-19 23:37:18 +08:00
This topic helps you get started with Grafana and build your first dashboard. To learn more about Grafana, refer to [What is Grafana? ]({{< relref "_index.md" >}} ).
2015-03-10 15:55:42 +08:00
2021-01-15 00:24:22 +08:00
> **Note:** Grafana also offers a [free account with Grafana Cloud](https://grafana.com/signup/cloud/connect-account?pg=gsdocs) to help getting started even easier and faster. You can install Grafana to self-host or get a free Grafana Cloud account.
2022-05-25 21:19:36 +08:00
#### Install Grafana
2018-08-14 19:21:52 +08:00
2022-06-03 00:57:22 +08:00
Grafana can be installed on many different operating systems. For a list of the minimum hardware and software requirements, as well as instructions on installing Grafana, refer to [Install Grafana ]({{< relref "../setup-grafana/installation/" >}} ).
2018-08-23 23:39:39 +08:00
2022-05-25 21:19:36 +08:00
#### Sign in to Grafana
2020-02-27 02:39:47 +08:00
2022-05-25 21:19:36 +08:00
To sign in to Grafana for the first time:
2020-02-27 02:39:47 +08:00
2022-07-27 21:44:18 +08:00
1. Open your web browser and go to http://localhost:3000/.
The default HTTP port that Grafana listens to is `3000` unless you have configured a different port.
1. On the sign-in page, enter `admin` for the username and password.
1. Click **Sign in** .
If successful, you will see a prompt to change the password.
2022-05-25 21:19:36 +08:00
1. Click **OK** on the prompt and change your password.
2020-02-27 02:39:47 +08:00
2022-05-25 21:19:36 +08:00
> **Note:** We strongly recommend that you change the default administrator password.
2020-02-27 02:39:47 +08:00
2022-05-25 21:19:36 +08:00
#### Create a dashboard
2020-02-27 02:39:47 +08:00
2020-10-23 06:14:30 +08:00
To create your first dashboard:
2018-08-14 19:21:52 +08:00
2022-06-13 22:23:53 +08:00
1. Click the **New dashboard** item under the **Dashboards** icon in the side menu.
2021-05-21 05:16:15 +08:00
1. On the dashboard, click **Add an empty panel** .
1. In the New dashboard/Edit panel view, go to the **Query** tab.
2022-07-27 21:44:18 +08:00
1. Configure your [query ]({{< relref "../panels/query-a-data-source/add-a-query/" >}} ) by selecting `-- Grafana --` from the data source selector.
This generates the Random Walk dashboard.
2021-08-06 21:52:36 +08:00
1. Click the **Save** icon in the top right corner of your screen to save the dashboard.
2020-10-23 06:14:30 +08:00
1. Add a descriptive name, and then click **Save** .
2021-08-06 21:52:36 +08:00
Congratulations, you have created your first dashboard and it is displaying results.
2018-08-14 19:21:52 +08:00
2022-05-25 21:19:36 +08:00
#### Next steps
2018-08-14 19:21:52 +08:00
2022-06-03 00:57:22 +08:00
Continue to experiment with what you have built, try the [explore workflow ]({{< relref "../explore/" >}} ) or another visualization feature. Refer to [Data sources ]({{< relref "../datasources/" >}} ) for a list of supported data sources and instructions on how to [add a data source ]({{< relref "../datasources/add-a-data-source/" >}} ). The following topics will be of interest to you:
2018-08-14 19:21:52 +08:00
2022-06-03 00:57:22 +08:00
- [Panels ]({{< relref "../panels/" >}} )
- [Dashboards ]({{< relref "../dashboards/" >}} )
2022-06-29 21:07:42 +08:00
- [Keyboard shortcuts ]({{< relref "../dashboards/use-dashboards/#keyboard-shortcuts" >}} )
2020-10-23 06:14:30 +08:00
- [Plugins ](https://grafana.com/grafana/plugins?orderBy=weight&direction=asc )
2018-08-14 19:21:52 +08:00
2022-05-25 21:19:36 +08:00
##### Admins
2018-08-14 19:21:52 +08:00
2020-10-23 06:14:30 +08:00
The following topics are of interest to Grafana server admin users:
2018-08-14 19:21:52 +08:00
2022-06-03 00:57:22 +08:00
- [Grafana configuration ]({{< relref "../setup-grafana/configure-grafana/" >}} )
- [Authentication ]({{< relref "../setup-grafana/configure-security/configure-authentication/" >}} )
2022-07-15 06:54:09 +08:00
- [User permissions and roles ]({{< relref "../administration/roles-and-permissions/" >}} )
2022-06-03 00:57:22 +08:00
- [Provisioning ]({{< relref "../administration/provisioning/" >}} )
2022-07-15 06:54:09 +08:00
- [Grafana CLI ]({{< relref "../cli/" >}} )