Documentation Index
Fetch the curated documentation index at: https://grafana_com_website/llms.txt
Fetch the complete documentation index at: https://grafana_com_website/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: /docs/alloy/next/set-up/run/linux.md (append .md) or send Accept: text/markdown to /docs/alloy/next/set-up/run/linux/. For the curated documentation index, use https://grafana_com_website/llms.txt. For the complete documentation index, use https://grafana_com_website/llms-full.txt.
This is documentation for the next version of Grafana Alloy Documentation. For the latest stable release, go to the latest version.
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:
sudo systemctl start alloyOptional: To verify that the service is running, run the following command in a terminal window:
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:
sudo systemctl enable alloy.serviceRestart Alloy
To restart Alloy, run the following command in a terminal window:
sudo systemctl restart alloyStop Alloy
To stop Alloy, run the following command in a terminal window:
sudo systemctl stop alloyView Alloy logs
To view Alloy log files, run the following command in a terminal window:
sudo journalctl -u alloyNext steps
Was this page helpful?
Related resources from Grafana Labs


