> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prowler.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.prowler.com/feedback

```json
{
  "path": "/user-guide/tutorials/prowler-app",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Prowler Cloud

**Prowler Cloud** is a web application that simplifies running Prowler. This tutorial will guide you through setting up and using it.

We refer to **Prowler App** as the self-hosted version of **Prowler Cloud**.

## Accessing Prowler Cloud and API Documentation

If you are a [Prowler Cloud](https://cloud.prowler.com/sign-in) user, you can access API docs at [https://api.prowler.com/api/v1/docs](https://api.prowler.com/api/v1/docs)

<Note>
  **For Prowler App users**

  After [installing](/getting-started/installation/prowler-app) **Prowler App**, access it at [http://localhost:3000](http://localhost:3000).

  To view the auto-generated **Prowler API** documentation, navigate to [http://localhost:8080/api/v1/docs](http://localhost:8080/api/v1/docs). This documentation provides details on available endpoints, parameters, and responses.
</Note>

## **Step 1: Sign Up**

### **Sign Up with Email**

To get started, sign up using your email and password:

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/sign-up-button.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=a1eb77cf3d15b7bf2aee0891b006c079" alt="Sign Up Button" width="320" data-path="images/sign-up-button.png" />

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/sign-up.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=ae1505143aad855065feea2506d1d02d" alt="Sign Up" width="285" data-path="images/sign-up.png" />

### **Sign Up with Social Login**

If Social Login is enabled, you can sign up using your preferred provider (e.g., Google, GitHub).

<Note>
  **How Social Login Works**

  If your email is already registered, you will be logged in, and your social account will be linked.
  If your email is not registered, a new account will be created using your social account email.
</Note>

<Note>
  **Enable Social Login**

  See [how to configure Social Login for Prowler](/user-guide/tutorials/prowler-app-social-login) to enable this feature in your own deployments.
</Note>

## **Step 2: Log In**

Once registered, log in with your email and password to access Prowler App.

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/log-in.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=0ba90e818abd3e4cb94413662af05785" alt="Log In" width="350" data-path="images/log-in.png" />

Upon logging in, the Overview page will display. At this stage, no data is present: add a provider to begin scanning your cloud environment.

## **Step 3: Add a Provider**

To perform security scans, link a cloud provider account. Prowler supports the following providers and more:

* **AWS**

* **Azure**

* **Google Cloud Platform (GCP)**

* **Kubernetes**

* **M365**

* **GitHub**

* **Oracle Cloud Infrastructure (OCI)**

Steps to add a provider:

1. Navigate to `Settings > Providers`.
2. Click `Add Provider` to set up a new provider and provide your credentials.

<img src="https://mintcdn.com/prowler/su_yXbKgm6vDhiMb/images/add-provider.png?fit=max&auto=format&n=su_yXbKgm6vDhiMb&q=85&s=1349fe47b1ee432827948e018f792d17" alt="Add Provider" width="700" data-path="images/add-provider.png" />

## **Step 4: Configure the Provider**

Select the cloud provider to scan and configure authentication credentials. Each provider has specific requirements and authentication methods.

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/select-provider.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=f1a011f4cf5b8826a6d8f3e828bf06d1" alt="Select a Provider" width="700" data-path="images/select-provider.png" />

For detailed instructions on configuring credentials for each provider, refer to the provider-specific getting started guides:

<Columns cols={3}>
  <Card title="AWS" icon="aws" href="/user-guide/providers/aws/getting-started-aws">
    Configure AWS authentication using IAM Access Keys or Assumed Role credentials.
  </Card>

  <Card title="Azure" icon="microsoft" href="/user-guide/providers/azure/getting-started-azure">
    Set up Azure authentication using Service Principal credentials.
  </Card>

  <Card title="Google Cloud" icon="google" href="/user-guide/providers/gcp/getting-started-gcp">
    Configure GCP authentication with Service Account or Application Default Credentials.
  </Card>

  <Card title="Oracle Cloud Infrastructure" icon="cloud" href="/user-guide/providers/oci/getting-started-oci">
    Connect OCI with API key credentials to scan compartments and regions.
  </Card>

  <Card title="Kubernetes" icon="cloud" href="/user-guide/providers/kubernetes/getting-started-k8s">
    Set up Kubernetes authentication using kubeconfig files for cluster access.
  </Card>

  <Card title="Microsoft 365" icon="microsoft" href="/user-guide/providers/microsoft365/getting-started-m365">
    Configure M365 authentication with Application Certificate or Client Secret.
  </Card>

  <Card title="GitHub" icon="github" href="/user-guide/providers/github/getting-started-github">
    Set up GitHub authentication using Personal Access Token, OAuth App, or GitHub App.
  </Card>

  <Card title="Infrastructure as Code" icon="code" href="/user-guide/providers/iac/getting-started-iac">
    Scan IaC public or private repositories for security issues.
  </Card>
</Columns>

## **Step 5: Test Connection**

After adding your credentials of your cloud account, click the `Launch` button to verify that Prowler App can successfully connect to your provider:

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/test-connection-button.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=03cc38dcb4d41bac7951b20c77261ac3" alt="Test Connection" width="700" data-path="images/test-connection-button.png" />

## **Step 6: Scan started**

After successfully adding and testing your credentials, Prowler will start scanning your cloud environment, click the `Go to Scans` button to see the progress:

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/provider-added.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=c4cd8ff701d8a97b60c2c6449f24effb" alt="Start Now" width="700" data-path="images/provider-added.png" />

<Note>
  Prowler will automatically scan all configured providers every **24 hours**, ensuring your cloud environment stays continuously monitored.
</Note>

## **Step 7: Monitor Scan Progress**

Track the progress of your scan in the `Scans` section:

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/scan-progress.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=e2e6db44e32fdd73f9719a6d98679aa7" alt="Scan Progress" width="700" data-path="images/scan-progress.png" />

<Note>
  **How Dashboards Display Scan Data**

  Each dashboard handles scan data differently:

  * **Overview** displays aggregated metrics from the **latest completed scan per provider** only.
  * **Findings** displays results from the **latest completed scan per provider** by default. To access historical findings, apply a date or scan filter.
  * **Resources** lists **all discovered resources across all scans**. However, when selecting a resource, the Findings tab within the resource detail shows only findings from the **latest completed scan**. If the latest scan did not evaluate a particular resource, its Findings tab may appear empty.

  When a new scan completes or a new data ingestion is processed, the dashboards automatically reflect the updated results.
</Note>

## **Step 8: Analyze the Findings**

While the scan is running, start exploring the findings in these sections:

* **Overview**: High-level summary of the scans.

  <img src="https://mintcdn.com/prowler/29w2bEgT_yVsNEwG/images/products/overview.png?fit=max&auto=format&n=29w2bEgT_yVsNEwG&q=85&s=bbfb2617768dd96185687e6546dc6a40" alt="Overview" width="700" data-path="images/products/overview.png" />

* **Compliance**: Insights into compliance status.

  <img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/compliance.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=e4686a7efb05f21d6396cf1ad53c0a91" alt="Compliance" width="700" data-path="images/compliance.png" />

* **Issues**: Types of issues detected.

  <img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/issues.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=25d0ac0eb88eef38e02f39aad7bda0d4" alt="Issues" width="300" data-path="images/issues.png" />

* **Browse All Findings**: Detailed list of findings detected, where you can filter by severity, service, and more.

  <img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/findings.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=88c52221b4acf2c20de5d0dc1355498f" alt="Findings" width="700" data-path="images/findings.png" />

To view all `new` findings that have not been seen prior to this scan, click the `Delta` filter and select `new`. To view all `changed` findings that have had a status change (from `PASS` to `FAIL` for example), click the `Delta` filter and select `changed`.

## **Step 9: Download the Outputs**

Once a scan is complete, navigate to the Scan Jobs section to download the output files generated by Prowler:

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/scan_jobs_section.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=1209603b5fe73c273e86db3223df0eaf" alt="Scan Jobs section" width="700" data-path="images/scan_jobs_section.png" />

You can download the output files generated by Prowler as a single `zip` file. This archive contains the CSV, JSON-OSCF, and HTML reports detailing the findings.

To download these files, click the **Download** button. This button becomes available only after the scan has finished.

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/download_output.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=53e823b809535d1ee5e68614b036a97a" alt="Download output" width="700" data-path="images/download_output.png" />

The `zip` file unpacks into a folder named like `prowler-output-<provider_id>-<timestamp>`, which includes all of the above outputs. In the example below, you can see the `.csv`, .`json`, and `.html` reports alongside a subfolder for detailed compliance checks.

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/output_folder.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=175511852cb9291b9c4edbbc96213d6e" alt="Output folder" width="700" data-path="images/output_folder.png" />

<Note>
  **API Note**

  For more information about the API endpoint used by the UI to download the ZIP archive, refer to: [Prowler API Reference - Download Scan Output](https://api.prowler.com/api/v1/docs#tag/Scan/operation/scans_report_retrieve)
</Note>

## **Step 10: Download specified compliance report**

Once your scan has finished, you don’t need to grab the entire ZIP—just pull down the specific compliance report you want:

* Navigate to the **Compliance** section of the UI.

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/compliance_section.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=7b932a6da60037009279eb20ba5bc6c9" alt="Compliance section" width="700" data-path="images/compliance_section.png" />

* Find the Framework report you need.

* Click its **Download** icon to retrieve that report’s CSV file with all the detailed findings.

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/compliance_download.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=d83158ee957ca04bb39e00ea8b9a1dab" alt="Download compliance output" width="700" data-path="images/compliance_download.png" />

<Note>
  **API Note**

  To fetch a single compliance report via API, see the Retrieve compliance report as CSV endpoint in the Prowler API Reference.[Prowler API Reference - Retrieve compliance report as CSV](https://api.prowler.com/api/v1/docs#tag/Scan/operation/scans_compliance_retrieve)
</Note>
