On-premise installation on own server

This section applies to installing Dash Enterprise on a single server hosted on your own network. For installing the Kubernetes version of the software, see Dash Enterprise Kubernetes installation.

Installation using Plotly script

  1. SSH into your Linux server

  2. Create a data directory to hold all of the Dash Enterprise data

    • We recommend /plotly for ease of reference, but you may choose any name that suits your needs:

      sudo mkdir /plotly
  3. Run the installation script:

    curl -sSL https://get.plot.ly | sudo bash
    • If your server uses a proxy to access the Internet, see Configuring a proxy

    • If prompted for the server’s service IP address, press Enter to accept the default

Your server is now ready for you to upload your license and configure Dash Enterprise; see Configuration to continue.

Last updated