---
title: "Install Loki | Grafana Loki documentation"
description: "Overview of methods for installing Loki."
---

# Install Loki

There are several methods of installing Loki:

- [Install using Helm (recommended)](/docs/loki/latest/setup/install/helm/)
- [Install using Tanka](/docs/loki/latest/setup/install/tanka/)
- [Install using Docker or Docker Compose](/docs/loki/latest/setup/install/docker/)
- [Install and run locally](/docs/loki/latest/setup/install/local/)
- [Install from source](/docs/loki/latest/setup/install/install-from-source/)

Alloy:

- [Install Alloy](/docs/alloy/latest/set-up/install/)
- [Ingest Logs with Alloy](/docs/loki/latest/send-data/alloy/)

## General process

In order to run Loki, you must:

1. Download and install both Loki and Alloy.
2. Download config files for both programs.
   
   > Note
   > 
   > Grafana Loki does not come with any included authentication layer. You must run an authenticating reverse proxy in front of your services to prevent unauthorized access to Loki (for example, nginx). Refer to [Manage authentication](/docs/loki/latest/operations/authentication/) for a list of open-source reverse proxies you can use.
3. Start Loki.
4. Update the Alloy config file to get your logs into Loki.
5. Start Alloy.
