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

# VESSL Flare

If you're having trouble with your on-premises cluster, try using VESSL Flare. VESSL Flare collects all of the node's configuration and writes them to an archive file. It does not collect any sensitive information, including passwords, API keys, or strings. Send Flare key that appears after running VESSL Flare to [support@vessl.ai](mailto:support@vessl.ai).

VESSL Flare is [completely open source](https://github.com/vessl-ai/flare), so you can verify the behavior of the code.

## Installation & Usage

<Steps>
  <Step title="Prerequisites">
    Ensure your on-premises cluster meets the minimum system requirements.

    ```
    - Ubuntu 18.04 or above
    - Python 3.6 or above installed
    ```

    Verify network connectivity to VESSL's server endpoint.
  </Step>

  <Step title="Install VESSL Flare">
    VESSL Flare can be run directly in command line:

    ```bash theme={null}
    $ curl -sL flare.vessl.ai | sudo sh
    ```
  </Step>

  <Step title="Record Flare Key">
    After VESSL Flare is running, you should see a message like the one below.
    Save the Flare key shown in the message and provide it to the <a href="mailto:support@vessl.ai">support</a>.

    ```
    ...
    Successfully uploaded Flare output!
    Please provide the following information to VESSL Support:

    - Flare key: arsvxmh4fj0w  // Record this, and send it to support!

    E-mail: VESSL Support <support@vessl.ai>
    ```
  </Step>
</Steps>
