On-premise installation on own server
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .
SSH into your Linux server
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:
Run the installation script:
If your server uses a proxy to access the Internet, see
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 to continue.
If you wish to install Dash Enterprise on a system with SELinux enforcing, you must install additional policies to allow containers to access docker.sock, and certificate files (if you are using system or self-signed certificates)
Create a plotlydocker.te policy file with the following contents:
If not installed already, you must install policycoreutils and checkpolicy:
Compile and install the policy:
Now, Dash Enterprise will have the necessary security policies to run with SELinux enforcing.