---
title: Install vmagent on Raspberry Pi using the Snap Store | Snapcraft
description: Get the latest version of vmagent for on Raspberry Pi - vmagent is a
  tiny agent which helps you collect metrics from various sources, relabel and filter
  the collected metrics and store
url: https://snapcraft.io/install/vmagent/raspbian
---

[Canonical Snapcraft](https://snapcraft.io/)

# Install vmagent on **Raspberry Pi**

# vmagent

[Denys Holius (denisgolius)](https://snapcraft.io/publisher/denisgolius "View all snaps from Denys Holius (denisgolius)")

* [Denys Holius (denisgolius)](https://snapcraft.io/publisher/denisgolius "View all snaps from Denys Holius (denisgolius)")
* [Devices and IoT](https://snapcraft.io/search?categories=devices-and-iot)
* [Server and Cloud](https://snapcraft.io/search?categories=server-and-cloud)

[Install](https://snapcraft.io/install/vmagent/raspbian#install)

#### vmagent is a tiny agent which helps you collect metrics from various sources, relabel and filter the collected metrics and store

* Can be used as a drop-in replacement for Prometheus for discovering and scraping targets such as node\_exporter. Note that single-node VictoriaMetrics can also discover and scrape Prometheus-compatible targets in the same way as vmagent does.
* Can add, remove and modify labels (aka tags) via Prometheus relabeling.
* Can filter data before sending it to remote storage.
* Can accept data via all the ingestion protocols supported by VictoriaMetrics.
* Can aggregate incoming samples by time and by labels before sending them to remote storage.
* Can replicate collected metrics simultaneously to multiple Prometheus-compatible remote storage systems.
* Can save egress network bandwidth usage costs when VictoriaMetrics remote write protocol is used for sending the data to VictoriaMetrics.
* Works smoothly in environments with unstable connections to remote storage. If the remote storage is unavailable, the collected metrics are buffered at `-remoteWrite.tmpDataPath`. The buffered metrics are sent to remote storage as soon as the connection to the remote storage is repaired. The maximum disk usage for the buffer can be limited with `-remoteWrite.maxDiskUsagePerURL`.
* Uses lower amounts of RAM, CPU, disk IO and network bandwidth than Prometheus.
* Scrape targets can be spread among multiple vmagent instances when big number of targets must be scraped.
* Can load scrape configs from multiple files.
* Can efficiently scrape targets that expose millions of time series such as `/federate` endpoint in Prometheus.
* Can deal with high cardinality and high churn rate issues by limiting the number of unique time series at scrape time and before sending them to remote storage systems.
* Can write collected metrics to multiple tenants.

### Package name

* vmagent

---

### License

* Apache-2.0

---

### Last updated

* 24 April 2024 - latest/stable
* 24 April 2024 - latest/edge

This snap hasn't been updated in a while. It might be unmaintained and have stability or security issues.

---

### Websites

* [victoriametrics.com](https://victoriametrics.com/ "https://victoriametrics.com/")

---

### Contact

* [info@victoriametrics.com](mailto:info@victoriametrics.com "mailto:info@victoriametrics.com")

---

### Source code

* [github.com/VictoriaMetrics/VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics "https://github.com/VictoriaMetrics/VictoriaMetrics")

---

### Report a bug

* [github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose "https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/install/vmagent/raspbian#report-snap-modal)

---

## Enable snaps on Raspberry Pi and install vmagent

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the [Snap Store](https://snapcraft.io/store), an app store with an audience of millions.

### Enable snapd

On a [Raspberry Pi](https://www.raspberrypi.org/) running the latest version of [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) snap can be installed directly from the command line:

```
sudo apt update
sudo apt install snapd
```

You will also need to reboot your device:

```
sudo reboot
```

After this, install the snapd snap in order to get the latest snapd:

```
sudo snap install snapd
```

### Install vmagent

To install vmagent, simply use the following command:

```
sudo snap install vmagent
```

### Other popular snaps…

[See more...](https://snapcraft.io/search?categories=featured)

[See more in Featured](https://snapcraft.io/search?categories=featured)

### More things to do…

#### [Get the snap store](https://snapcraft.io/snap-store)

Browse and find snaps from the convenience of your desktop using the snap store snap.

#### [Learn more about snaps](https://snapcraft.io/docs)

Interested to find out more about snaps? Want to publish your own application? Visit [snapcraft.io](https://snapcraft.io/) now.

[Back to top](https://snapcraft.io/install/vmagent/raspbian)

© 2026 Canonical Ltd.
Ubuntu and Canonical are registered trademarks of Canonical Ltd.

Powered by [Charmed Kubernetes](https://www.ubuntu.com/kubernetes)

[Join the forum](https://forum.snapcraft.io/), contribute to or report problems with,
[snapd](https://bugs.launchpad.net/snapd),
[Snapcraft](https://bugs.launchpad.net/snapcraft),
or [this site](https://github.com/canonical/snapcraft.io/issues/new).

* [Share on Twitter](https://twitter.com/snapcraftio)
* [Share on Facebook](https://www.facebook.com/snapcraftio)
* [Share on YouTube](https://www.youtube.com/snapcraftio)

* [Terms of Service](https://ubuntu.com/legal/terms-and-policies/snap-store-terms)
* [Data privacy](https://www.ubuntu.com/legal/data-privacy)
* [Manage your tracker settings](https://snapcraft.io/install/vmagent/raspbian)
* [Service status](https://status.snapcraft.io/)
* [Other functions](https://dashboard.snapcraft.io/)
* [Contact us](https://snapcraft.io/about/contact-us)
