ToolJet Cloud or self-hosted
Use the path that matches your operating model.
ToolJet Cloud is the hosted solution described in ToolJet's public repository and website. Start by creating an account, then build and share apps without preparing your own server.
The public repository documents Docker as a quick way to run ToolJet locally:
docker run \
--name tooljet \
--restart unless-stopped \
-p 80:80 \
--platform linux/amd64 \
-v tooljet_data:/var/lib/postgresql/13/main \
tooljet/try:ee-lts-latestDeployment guides also cover Kubernetes, AWS, GCP, Azure, and other providers. Use the deployment documentation for production prerequisites and version-specific configuration.
How to choose#
Use Cloud when you want a managed starting point. Self-host when your organization needs to operate the runtime and surrounding infrastructure itself. The exact security, support, and feature set depends on the current ToolJet edition and deployment documentation.
Next steps#
After deployment, follow the Quickstart and configure Workspaces and permissions.