---
title: "Installation | Grafana Plugins documentation"
description: "This document explains how to install CSV datasource"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

[Documentation](/docs/)![breadcrumb arrow](/static/assets/img/icons/grafana-icon-breadcrumb-arrow-gray.svg) [Plugins](/docs/plugins/)![breadcrumb arrow](/static/assets/img/icons/grafana-icon-breadcrumb-arrow-gray.svg) [CSV data source](/docs/plugins/marcusolsson-csv-datasource/latest/)![breadcrumb arrow](/static/assets/img/icons/grafana-icon-breadcrumb-arrow-gray.svg) Installation

Open source Grafana Cloud

> Warning
> 
> This plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](/grafana/plugins/yesoreyeram-infinity-datasource/) instead. If you want to get started quickly with CSV and Grafana, please read [How to Visualize CSV Data with Grafana](/blog/2025/02/05/how-to-visualize-csv-data-with-grafana/), which uses the recommended approach.

You can install the CSV plugin using [grafana-cli](/docs/grafana/latest/administration/cli/), or by downloading the plugin manually.

## Install using grafana-cli

To install the latest version of the plugin, run the following command on the Grafana server:

In linux/macos, you will be installing using the following command

Bash ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy

```bash
grafana-cli plugins install marcusolsson-csv-datasource
```

whereas in windows machine, use the following command

Bash ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy

```bash
grafana-cli.exe plugins install marcusolsson-csv-datasource
```

## Install manually

1. Go to [Releases](https://github.com/grafana/grafana-csv-datasource/releases) on the GitHub project page
2. Find the release you want to install
3. Download the release by clicking the release asset called `marcusolsson-csv-datasource-<version>.zip`. You may need to uncollapse the **Assets** section to see it.
4. Install the plugin into the Grafana plugins directory. In the linux/macos, use the following command
   
   Bash ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy
   
   ```bash
   grafana-cli --pluginUrl ./marcusolsson-csv-datasource-<version>.zip plugins install marcusolsson-csv-datasource
   ```
   
   whereas in windows, use the following command
   
   Bash ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy
   
   ```bash
   grafana-cli.exe --pluginUrl marcusolsson-csv-datasource-<version>.zip plugins install marcusolsson-csv-datasource
   ```
5. Restart the Grafana server to load the plugin
