Build internal tools, remarkably fast.
Deploying Retool on-premise ensures that all access to internal data is managed within your own cloud environment. It also provides the flexibility to control how Retool is setup within your infrastructure, the ability to configure logging, and access to enable custom SAML SSO using providers like Okta and Active Directory.
We recommend you set your Retool deployment to a specific version of Retool (that is, a specific semver version number in the format X.Y.Z, instead of a tag name). This will help prevent unexpected behavior in your Retool instances. When you are ready to upgrade Retool, you can bump the version number to the specific new version you want.
To help you select a version, see our guide on Retool Release Versions.
Just use the Deploy to AWS button below!
Just use the Deploy to Render button below! Here are some docs on deploying Retool with Render.
- Linux Virtual Machine
- Ubuntu 
16.04or higher 
 - Ubuntu 
 2vCPUs8GiB + of Memory60GiB + of Storage- Networking Requirements for Initial Setup:
80(http): for connecting to the server from the browser443(https): for connecting to the server from the browser22(SSH): To allow you to SSH into your instance and configure it3000(Retool): This is the default port Retool runs on
 
Spin up a new EC2 instance. If using AWS, use the following steps:
- 
Click Launch Instance from the EC2 dashboard.
 - 
Click Select for an instance of Ubuntu
16.04or higher. - 
Select an instance type of at least
t3.mediumand click Next. - 
Ensure you select the VPC that also includes the databases / API’s you will want to connect to and click Next.
 - 
Increase the storage size to
60GB or higher and click Next. - 
Optionally add some Tags (e.g.
app = retool) and click Next. This makes it easier to find if you have a lot of instances. - 
Set the network security groups for ports
80,443,22and3000, with sources set to0.0.0.0/0and::/0, and click Review and Launch. We need to open ports80(http) and443(https) so you can connect to the server from a browser, as well as port22(ssh) so that you can ssh into the instance to configure it and run Retool. By default on a vanilla EC2, Retool will run on port3000. - 
On the Review Instance Launch screen, click Launch to start your instance.
 - 
If you're connecting to internal databases, whitelist the VPS's IP address in your database.
 - 
From your command line tool, SSH into your EC2 instance.
 - 
Run the command
git clone https://github.com/tryretool/retool-onpremise.git. - 
Run the command
cd retool-onpremiseto enter the cloned repository's directory. - 
Edit the
Dockerfileto set the version of Retool you want to install. To do this, replaceX.Y.ZinFROM tryretool/backend:X.Y.Zwith your desired version. See Select a Retool version number to help you choose a version. - 
Run
./install.shto install Docker and Docker Compose. - 
In your
docker.env(this file is only created after running./install.sh) add the following:# License key granted to you by Retool LICENSE_KEY=YOUR_LICENSE_KEY # This is necessary if you plan on logging in before setting up https COOKIE_INSECURE=true - 
Run
sudo docker-compose up -dto start the Retool server. - 
Run
sudo docker-compose psto make sure all the containers are up and running. - 
Navigate to your server's IP address in a web browser. Retool should now be running on port
3000. - 
Click Sign Up, since we're starting from a clean slate. The first user to create an account on an instance becomes the administrator.
 
- Click the Compute Engine Resource from the GCP Dashboard and select VM Instances
 - In the top menu, select ‘Create Instance’
 - Create a new VM to these Specs
- Ubuntu Operating System Version 16.04 LTS or higher
 - Storage Size 60 GB or higher
 - Ram 4 GB or Higher (e2-medium)
 - Optionally add Labels (eg app = retool)
 
 - Create Instance
 - Navigate via search to the VPC Network Firewall settings and be sure to add the following ports set to
0.0.0.0/0and::/080(HTTP)443(HTTPS)22(SSH)3000(Retool access in browser)
 - If you're connecting to an internal database, be sure to whitelist the VPC’s ip address in your DB
 - SSH into your instance, or use the Google SSH Button to open a VM Terminal in a browser window.
 - Run Command 
git clone https://github.com/tryretool/retool-onpremise.git - Run Command 
cd retool-onpremise - Edit the Dockerfile using VIM (or other text editor) to specify your desired version number of Retool. To do this, replace 
X.Y.ZinFROM tryretool/backend:X.Y.Zwith your desired version. See Select a Retool version number to help you choose a version. - Run Command 
./install.shto install docker containers, docker, and docker-compose - In your docker.env file (this file will only exist after step 11)
- Add the license key from 
my.retool.comto replaceYOUR_LICENSE_KEY - If you will need to access your instance before configuring HTTPS, you will need to uncomment the line 
COOKIE_INSECURE=true 
 - Add the license key from 
 - Run 
sudo docker-compose up -dto start the Retool docker containers - Run 
sudo docker-compose psto see container status and ensure all are running - Navigate to your servers IP address or domain in a web browser. Retool will be running on 
port 3000 - Click Sign Up, since this is a brand new instance. The first user created will become the administrator
 
- 
In the main Azure Portal select Virtual Machine under Azure Services
 - 
Click the Create button and select Virtual Machine
 - 
Select an image of Ubuntu 16.04 or higher
 - 
For instance size, select
Standard_D2s_v3 - 2 vcpus, 8 GiB memory - 
Under the Networking tab, Ensure you select the same Virtual Network that also includes the databases / API’s you will want to connect to and click Next.
 - 
Under the Networking tab, configure your network security group to contain the following ports. You may need to create a new Security group that contains these 4 ports (
80,443,22and3000):80(http) and443(https) for connecting to the server from a browser22(ssh) to allow you to ssh into the instance and configure it3000is the port that Retool runs on by default
 - 
From your command line tool, SSH into your Azure instance.
 - 
Run the command
git clone https://github.com/tryretool/retool-onpremise.git. - 
Run the command
cd retool-onpremiseto enter the cloned repository's directory. - 
Edit the
Dockerfileto set the version of Retool you want to install. To do this, replaceX.Y.ZinFROM tryretool/backend:X.Y.Zwith your desired version. See Select a Retool version number to help you choose a version. - 
Run
./install.shto install Docker and Docker Compose. - 
In your
docker.env(this file is only created after running./install.sh) add the following:# License key granted to you by Retool LICENSE_KEY=YOUR_LICENSE_KEY# This is necessary if you plan on logging in before setting up https COOKIE_INSECURE=true - 
Run
sudo docker-compose up -dto start the Retool server. - 
Run
sudo docker-compose psto make sure all the containers are up and running. - 
Navigate to your server's IP address in a web browser. Retool should now be running on port
3000. - 
Click Sign Up, since we're starting from a clean slate. The first user to create an account on an instance becomes the administrator.
 
You can manually deploy to Heroku using the following steps:
- Install the Heroku CLI, and login. Documentation for this can be found here: https://devcenter.heroku.com/articles/getting-started-with-nodejs#set-up
 - Clone this repo 
git clone https://github.com/tryretool/retool-onpremise - Change the working directory to the newly cloned repository 
cd ./retool-onpremise - Create a new Heroku app with the stack set to 
containerwithheroku create your-app-name --stack=container - Add a free database: 
heroku addons:create heroku-postgresql:hobby-dev - In the 
Settingspage of your Heroku app, add the following environment variables:NODE_ENV- set toproductionHEROKU_HOSTEDset totrueJWT_SECRET- set to a long secure random string used to sign JSON Web TokensENCRYPTION_KEY- a long secure random string used to encrypt database credentialsUSE_GCM_ENCRYPTIONset totruefor authenticated encryption of secrets; if true,ENCRYPTION_KEYmust be 24 bytesLICENSE_KEY- your Retool license keyPGSSLMODE- set torequire
 - Push the code: 
git push heroku master 
To lockdown the version of Retool used, just edit the first line under ./heroku/Dockerfile to:
FROM tryretool/backend:X.Y.Z
- 
Add your public SSH key to your Aptible account through the Aptible dashboard
 - 
Install the Aptible CLI, and login. Documentation for this can be found here: https://www.aptible.com/documentation/deploy/cli.html
 - 
Clone this repo
git clone https://github.com/tryretool/retool-onpremise - 
Change the working directory to the newly cloned repository
cd ./retool-onpremise - 
Edit the
Dockerfileto set the version of Retool you want to install. To do this, replaceX.Y.ZinFROM tryretool/backend:X.Y.Zwith your desired version. See Select a Retool version number to help you choose a version. - 
Create a new Aptible app with
aptible apps:create your-app-name - 
Add a database:
aptible db:create your-database-name --type postgresql - 
Set your config variables (your database connection string will be in your Aptible Dashboard and you can parse out the individual values by following these instructions). Be sure to rename
EXPIRED-LICENSE-KEY-TRIALto the license key provided to you. - 
If secrets need an authenticated encryption method, add
USE_GCM_ENCRYTPION=trueto the command below and changeENCRYPTION_KEY=$(cat /dev/urandom | base64 | head -c 24)aptible config:set --app your-app-name \ POSTGRES_DB=your-db \ POSTGRES_HOST=your-db-host \ POSTGRES_USER=your-user \ POSTGRES_PASSWORD=your-db-password \ POSTGRES_PORT=your-db-port \ POSTGRES_SSL_ENABLED=true \ FORCE_SSL=true \ NODE_ENV=production \ JWT_SECRET=$(cat /dev/urandom | base64 | head -c 256) \ ENCRYPTION_KEY=$(cat /dev/urandom | base64 | head -c 64) \ LICENSE_KEY=EXPIRED-LICENSE-KEY-TRIAL
 - 
Set your git remote which you can find in the Aptible dashboard:
git remote add aptible your-git-url - 
Push the code:
git push aptible master - 
Create a default Aptible endpoint
 - 
Navigate to your endpoint and sign up as a new user in your Retool instance
 
Deploy Retool on a managed service. We've provided some starter template files for Cloudformation setups (ECS + Fargate), Kubernetes, and Helm.
- Navigate into the 
kubernetesdirectory - Edit the 
retool-container.yamlandretool-jobs-runner.yamlfiles to set the version of Retool you want to install. To do this, replaceX.Y.Zinimage: tryretool/backend:X.Y.Zwith your desired version. See Select a Retool version number to help you choose a version. - Copy the 
retool-secrets.template.yamlfile toretool-secrets.yamland inside the{{ ... }}sections, replace with a suitable base64 encoded string.- To base64 encode your license key, run 
echo -n <license key> | base64in the command line. Be sure to add the-ncharacter, as it removes the trailing newline character from the encoding. - If you do not wish to add google authentication, replace the templates with an empty string.
 - You will need a license key in order to proceed.
 
 - To base64 encode your license key, run 
 - Run 
kubectl apply -f ./retool-secrets.yaml - Run 
kubectl apply -f ./retool-postgres.yaml - Run 
kubectl apply -f ./retool-container.yaml - Run 
kubectl apply -f ./retool-jobs-runner.yaml 
For ease of use, this will create a postgres container with a persistent volume for the storage of Retool data. We recommend that you use a managed database service like RDS as a long-term solution. The application will be exposed on a public ip address on port 3000 - we leave it to the user to handle DNS and SSL.
Please note that by default Retool is configured to use Secure Cookies - that means that you will be unable to login unless https has been correctly setup.
To force Retool to send the auth cookies over HTTP, please set the COOKIE_INSECURE environment variable to 'true' in ./retool-container.yaml. Do this by adding the following two lines to the env section.
        - name: COOKIE_INSECURE
          value: 'true'Then, to update the running deployment, run $ kubectl apply -f ./retool-container.yaml
See https://github.com/tryretool/retool-helm for full Helm chart documentation and instructions.
We provide a template file for you to get started deploying on ECS.
- In the ECS Dashboard, click Create Cluster
 - Select 
EC2 Linux + Networkingas the cluster template. - In your instance configuration, enter the following:
- Select On-demand instance
 - Select t2.medium as the instance type (or your desired instance size)
 - Choose how many instances you want to spin up
 - (Optional) Add key pair
 - Choose your existing VPC (or create a new one)
 - (Optional) Add tags
 - Enable CloudWatch container insights
 
 - Select the VPC in which you’d like to launch the ECS cluster; make sure that you select a public subnet.
 - Download the retool.yaml file, and add your license key and other relevant variables.
 - Go to the AWS Cloudformation dashboard, and click Create Stack with new resources → Upload a template file. Upload your edited 
retool.yamlfile. - Then, enter the following parameters:
- Cluster: the name of the ECS cluster you created earlier
 - DesiredCount: 2
 - Environment: staging
 - Force: false
 - Image: 
tryretool/backend:X.Y.Z(But replaceX.Y.Zwith your desired version. See Select a Retool version number to help you choose a version.) - MaximumPercent: 250
 - MinimumPercent: 50
 - SubnetId: Select 2 subnets in your VPC - make sure these subnets are public (have an internet gateway in their route table)
 - VPC ID: select the VPC you want to use
 
 - Click through to create the stack; this could take up to 15 minutes; you can monitor the progress of the stack being created in the 
Eventstab in Cloudformation - After everything is complete, you should see all the resources with a 
CREATE_COMPLETEstatus. - In the Outputs section within the CloudFormation dashboard, you should be able to find the ALB DNS URL. This is where Retool should be running.
 - The backend tries to guess your domain to create invite links, but with a load balancer in front of Retool you'll need to set the 
BASE_DOMAINenvironment variable to your fully qualified domain (i.e.https://retool.company.com). Docs here. 
If running into OOM issues (especially on larger instance sizes with >4 vCPUs)
- Verify the issue by going into the ECS console and checking the Service Metrics. Ideally
- Memory utilization should fall around 40% (20% - 60%)
 - CPU utilization should be close to zero (0% - 5%)
 
 - If the values fall outside these ranges, increase the CPU and memory allocation in 
retool.yml 
We provide Fargate template files supporting public and private subnets.
- In the ECS Dashboard, click Create Cluster
 - In Step 1: Select a cluster template, select 
Networking Only (Powered by AWS Fargate)as the cluster template. - In Step 2: Configure cluster, be sure to enable CloudWatch Container Insights. This will help us monitor logs and the health of our deployment through CloudWatch.
 - Download the public or private template file, and add your license key and other relevant variables.
 - Go to the AWS Cloudformation dashboard, and click Create Stack with new resources → Upload a template file. Upload your edited 
.yamlfile. - Enter the following parameters:
- Cluster: the name of the ECS cluster you created earlier
 - DesiredCount: 2
 - Environment: staging
 - Force: false
 - Image: 
tryretool/backend:X.Y.Z(But replaceX.Y.Zwith your desired version. See Select a Retool version number to help you choose a version.) - MaximumPercent: 250
 - MinimumPercent: 50
 - SubnetId: Select 2 subnets in your VPC - make sure these subnets are public (have an internet gateway in their route table)
 - VPC ID: select the VPC you want to use
 
 - Click through to create the stack; this could take up to 15 minutes; you can monitor the progress of the stack being created in the 
Eventstab in Cloudformation - In the Outputs section, you should be able to find the ALB DNS URL.
 - Currently the load balancer is listening on port 3000; to make it available on port 80 we have to go to the EC2 dashboard → Load Balancers → Listeners and click Edit to to change the port to 80.
- If you get an error that your security group does not allow traffic on this listener port, you must add an inbound rule allowing HTTP on port 80.
 
 - In the Outputs section within the CloudFormation dashboard, you should be able to find the ALB DNS URL. This is where Retool should be running.
 - The backend tries to guess your domain to create invite links, but with a load balancer in front of Retool you'll need to set the 
BASE_DOMAINenvironment variable to your fully qualified domain (i.e.https://retool.company.com). Docs here. 
For details on additional features like SAML SSO, gRPC, custom certs, and more, visit our docs.
You can set environment variables to enable custom functionality like managing secrets, customizing logs, and much more. For a list of all environment variables visit our docs.
Retool also has a health check endpoint that you can set up to monitor liveliness of Retool. You can configure your probe to make a GET request to /api/checkHealth.
- On Kubernetes, I get the error 
SequelizeConnectionError: password authentication failed for user "..."- Make sure that the secrets that you encoded in base64 don't have trailing whitespace! You can use 
kubectl exec printenvto help debug this issue. - Run 
echo -n <license key> | base64in the command line. The-ncharacter removes the trailing newline character from the encoding. 
 - Make sure that the secrets that you encoded in base64 don't have trailing whitespace! You can use 
 - I can't seem to login? I keep getting redirected to the login page after signing in.
- If you have not enabled SSL yet, you will need to add the line 
COOKIE_INSECURE=trueto yourdocker.envfile / environment configuration so that the authentication cookies can be sent over http. Make sure to runsudo docker-compose up -dafter modifying thedocker.envfile. 
 - If you have not enabled SSL yet, you will need to add the line 
 TypeError: Cannot read property 'licenseVerification' of nullorTypeError: Cannot read property 'name' of null- There is an issue with your license key. Double check that the license key is correct and that it has no trailing whitespaces.
 
- I want to use a private IP of the machine, not the default public one
- When you run 
./install.sh, instead of just clicking enter, type in your private IP. If you want to change this after it has already been set, modify the DOMAINS variable in the docker.env file. 
 - When you run 
 
The latest Retool releases can be pulled from Docker Hub. When you run an on-premise instance of Retool, you’ll need to pull an updated image in order to get new features and fixes.
See more information on our different release channels and recommended update strategies in our documentation.
Update the version number in the first line of your Dockerfile.
FROM tryretool/backend:X.Y.Z
Then run the included update script ./update_retool.sh from this directory.
To update Retool on Kubernetes, you can use the following command, replacing X.Y.Z with the version number or named tag that you’d like to update to.
kubectl set image deploy/api api=tryretool/backend:X.Y.ZTo update a Heroku deployment that was created with the button above, you may first set up a git repo to push to Heroku
heroku login
git clone https://github.com/tryretool/retool-onpremise
cd retool-onpremise
heroku git:remote -a YOUR_HEROKU_APP_NAMETo update Retool (this will automatically fetch the latest version of Retool)
git commit --allow-empty -m 'Redeploying'
git push heroku masterWe recommend completing our Deployment Health Checklist to help you improve the stability and reliability of your Retool deployment.
Please fill out the checklist and share it with our team. This information will help us better understand your infrastructure so that we can support you through product changes, proactive outreach, and more informed support.
Make a copy of the Deployment Health Checklist for your Retool deployment. Add your company name to the document title for reference. Fill out the requested information on the first and second tabs. Share your filled out with your Retool contact or support@retool.com. We will reference this in the event of any support conversations.
Below is a cheatsheet for useful Docker commands. Note that you may need to prefix them with sudo.
| Command | Description | 
|---|---|
docker-compose up -d | 
Builds, (re)creates, starts, and attaches to containers for a service. -dallows containers to run in background (detached). | 
docker-compose down | 
Stops and remove containers and networks | 
docker-compose stop | 
Stops containers, but does not remove them and their networks | 
docker ps -a | 
Display all Docker containers | 
docker-compose ps -a | 
Display all containers related to images declared in the docker-compose file. | 
docker logs -f <container_name> | 
Stream container logs to stdout | 
docker exec -it <container_name> psql -U <postgres_user> -W <postgres_password> <postgres_db> | 
Runs psql inside a container | 
docker kill $(docker ps -q) | 
Kills all running containers | 
docker rm $(docker ps -a -q) | 
Removes all containers and networks | 
docker rmi -f $(docker images -q) | 
Removes (and un-tags) all images from the host | 
docker volume rm $(docker volume ls -q) | 
Removes all volumes and completely wipes any persisted data |