Self Hosted

Metabase Open Source Edition

Pick how you'd like to run Metabase.

  1. Docker Image

    Metabase provides an official Docker image via Dockerhub that can be used for deployments on any system that is running Docker. Here’s a one-liner that will start a container running Metabase.

                            docker run -d -p 3000:3000 --name metabase metabase/metabase
                        

    Head over to our documentation for more detailed information about running on Docker!

  2. .jar

    If you’d like to run Metabase on any system that supports Java 8 or higher, simply download our pre built JAR file.

    Download

    Follow our documentation for more info on running Metabase as a jar.

Other ways to run Metabase

Read about how to run Metabase on AWS.