Get Started • Docs • Tutorials • What's new • Roadmap
We understand that you might have lots of data accessible from your private network, that’s why you can use UI Bakery self-hosted version for your benefit.
On-premise version grants you:
- A quick setup process
- Custom branding
- Custom domain hosting
- OAuth2 SSO
- SAML-based identity providers
- Data is stored securely under your own VPS
✔️ UI Bakery on-premise version license key can be obtained here
This document describes how to deploy ui-bakery on-prem via install.sh
script.
- Linux-based OS (e.g. Ubuntu 18.04).
- Minimum 1
vCPUs
, 2GiB
memory and 5GiB
of storage. - Must have full rights to use "sudo".
-
Run this command preferably from
/home
Linux directory to download, install and launch UI Bakery:curl -k -L -o install.sh https://raw.githubusercontent.com/uibakery/self-hosted/main/install.sh && bash ./install.sh
-
In the process, upon request, enter the previously received license code, hosting URL and port.
-
Once the installation is completed, open the browser using URL and port provided earlier. By default it is http://localhost:3030/.
NOTE: If Docker of the version less than the required (minimum 20.10.11) is already installed on the server, and/or Docker Compose (minimum 1.29.2), the script will be stopped. You need to update the versions of components manually and run the script again.
For additional installation instructions, such as those for Azure, AWS, GCP, Kubernetes, and more, please visit the documentation website.
For instructions on installing, updating, and managing the on-premise instance, please refer to the documentation website.