> For the complete documentation index, see [llms.txt](https://docs.stakelocal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stakelocal.io/dashboard-installation/configure-supporting-software/configure-json_exporter.md).

# Configure json\_exporter

## Configure json\_exporter

{% hint style="danger" %}
The instructions below will overwrite your current `json_exporter.yml` file with a version that supports the Stake Local Dashboard. A backup will be made of your existing file, but it is up to you to merge the two files, if necessary.
{% endhint %}

{% hint style="warning" %}
This configuration requires json\_exporter v0.5.0 or later.
{% endhint %}

Back up your current `json_exporter.yml` file to your home directory, if you have one.

```bash
cp -v --backup=numbered /etc/json_exporter/json_exporter.yml ~/
```

<figure><img src="/files/QEPgudQ4DAq6CMg2Zn0v" alt=""><figcaption><p>Results of <code>cp</code> command</p></figcaption></figure>

### Install Rules from Repository

Copy the `json_exporter.yml` rules configuration file from the Stake Local Dashboard repository to `/etc/json_exporter/`.

```bash
cd ~/git/stakelocal-dashboard/config/json_exporter
sudo cp json_exporter.yml /etc/json_exporter
```
