Menu
Choose a product
Scroll for more
Grafana Cloud
Run Grafana Alloy on Linux
Alloy is installed as a systemd service on Linux.
Start Alloy
To start Alloy, run the following command in a terminal window:
shell
sudo systemctl start alloyOptional: To verify that the service is running, run the following command in a terminal window:
shell
sudo systemctl status alloyConfigure Alloy to start at boot
To automatically run Alloy when the system starts, run the following command in a terminal window:
shell
sudo systemctl enable alloy.serviceRestart Alloy
To restart Alloy, run the following command in a terminal window:
shell
sudo systemctl restart alloyStop Alloy
To stop Alloy, run the following command in a terminal window:
shell
sudo systemctl stop alloyView Alloy logs
To view Alloy log files, run the following command in a terminal window:
shell
sudo journalctl -u alloyNext steps
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Intro to Kubernetes monitoring in Grafana Cloud
In this webinar you’ll learn how Grafana offers developers and SREs a simple and quick-to-value solution for monitoring their Kubernetes infrastructure.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.