Network and storage requirements
Changes to Retool IP addresses (December 2022)
The following IP address information recently changed. If your Self-hosted Retool deployment makes use of outbound firewall rules, ensure they are up-to-date. Learn more about Retool's IP address changes.
Retool Self-hosted organizations must ensure that their deployments allow access to Retool's IP addresses or domains. If you make use of outbound firewall rules, include the following IP addresses or domains in its allowlist. These allow your deployment to connect to Retool's license check, user authentication, and usage reporting services.
13.66.251.59/32
13.66.159.82/32
35.92.202.168/29
44.211.178.248/29
13.66.251.59
13.66.159.82
35.92.202.168
35.92.202.169
35.92.202.170
35.92.202.171
35.92.202.172
35.92.202.173
35.92.202.174
35.92.202.175
44.211.178.248
44.211.178.249
44.211.178.250
44.211.178.251
44.211.178.252
44.211.178.253
44.211.178.254
44.211.178.255
licensing.tryretool.com
invites.tryretool.com
email-service.retool.com
p.tryretool.com
Test the connection
You can test your changes within Retool to make sure your deployment can reach the new IP addresses:
- Sign in to Retool and navigate to the Query Library.
- Click + New to create a new query.
- Select the REST resource and GET action type.
- Set the URL to
https://reachability-test.retool.com
. - Click Save to save the query, then click â–¶ to run the query.
- If the query returns a
200
status andOK
status text, your deployment can successfully reach the new IP addresses.
HTTP proxy connections
Retool supports connections to the internet through a HTTP proxy. Add HTTP_PROXY=http://example.com:8080
to your deployment's docker.env
file with the required URL and port number.
License checks
Retool uses HTTP to connect to licensing.tryretool.com
on port 443
to verify your license. License checks are made at least once a day.
Inviting users
Retool connects to invites.tryretool.com
and email-service.retool.com
on port 443
when inviting users. Retool verifies the users are authorized under your current billing plan, and then sends an invite to their email address.
Usage reporting
Retool sends application usage information to p.tryretool.com
on port 443
, which is used to inform product decisions. Some examples include:
- Page views, along with the page URL.
- Query saves, including the query name and type.
- Component creation and the component type.
- Query preview, including the query name and type.
- Adding a resource, including the resource name and type.
Events are also sent with the hostname and the user's email address.
Updated 3 days ago