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

# Deploy Briefer

> Deploy Briefer for your whole team to use.

**Briefer is a web application designed for multiple people to use**.

Ideally, you should deploy it to a server that is accessible to all the people who will view and create reports and dashboards, like an EC2 instance on AWS, a droplet on DigitalOcean, or a virtual machine on Azure. If you have a Kubernetes cluster, you can use that too.

<img className="block dark:hidden" src="https://mintcdn.com/briefer/b4K8SyWze93KZnrl/images/briefer-usage-overview.png?fit=max&auto=format&n=b4K8SyWze93KZnrl&q=85&s=ccedbaad36bbad1906b68814d647dc00" width="1907" height="931" data-path="images/briefer-usage-overview.png" />

<img className="hidden dark:block" src="https://mintcdn.com/briefer/b4K8SyWze93KZnrl/images/briefer-usage-overview-dark.png?fit=max&auto=format&n=b4K8SyWze93KZnrl&q=85&s=fc216390726fd41a6ed25abeb48c6649" width="1907" height="931" data-path="images/briefer-usage-overview-dark.png" />

In this page, you will find links to in-depth deployment guides for your favourite platforms.

<Tip>
  If you don't want to manage your own Briefer deployment, you can also [sign up
  for the cloud version](https://app.briefer.cloud/auth/signup).
</Tip>

## In-depth deployment guides

You can deploy Briefer on a virtual machine (like EC2, or GCE) or on your own Kubernetes cluster (if you have one).

<CardGroup cols={2}>
  <Card title="Virtual Machine (Generic)" icon="desktop" href="/deployment/vm">
    A generic guide on how to deploy Briefer on any virtual machine.
  </Card>

  <Card title="GCE Virtual Machine (GCP)" icon="google" href="/deployment/gcp">
    A GCP-specific guide for deploying Briefer.
  </Card>

  <Card title="Kubernetes" icon="circle-nodes" href="/deployment/kubernetes">
    A guide on how to deploy Briefer on a Kubernetes cluster.
  </Card>

  <Card title="Troubleshooting" icon="magnifying-glass" href="/deployment/troubleshooting">
    How to solve the most common issues with Briefer deployments.
  </Card>
</CardGroup>

<Info>
  If you find any problem with these in-depth guides or want to contribute a new
  one, please submit a pull request on [our GitHub
  repo](https://github.com/briefercloud/briefer).
</Info>
