# Grafana Generated on 26 Sep 2024 from [the Grafana catalog page](https://marketplace.digitalocean.com/apps/grafana) The analytics platform for all your metrics. Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data driven culture. Trusted and loved by the community. ## Software Included | Package | Version | License | |---|---|---| | Grafana | [11.2](https://github.com/grafana/grafana/blob/main/CHANGELOG.md) | [AGPLv3](https://opensource.org/license/agpl-v3) | ## Creating an App using the Control Panel Click the **Deploy to DigitalOcean** button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=grafana-18-04) ## Creating an App using the API In addition to creating a Droplet from the Grafana 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/api). As an example, to create a 4GB Grafana Droplet in the SFO2 region, you can use the following `curl` command. You need to either save your [API access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell curl -X POST -H 'Content-Type: application/json' \ -H 'Authorization: Bearer '$TOKEN'' -d \ '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"grafana-18-04"}' \ "https://api.digitalocean.com/v2/droplets" ``` ## Getting Started After Deploying Grafana After you create a Grafana One-Click Droplet, Grafana will be installed. Start adding your datasources and dashboards by visiting http://Droplet\_IP:3000 The default login credentials are admin/admin - you will be prompted to change this after your first login. - 3000 is the default http port that Grafana listens to. To change this visit [http://docs.grafana.org/installation/configuration/#http-port](http://docs.grafana.org/installation/configuration/#http-port)