Our situation has an additional constraint — our company’s network policy does not allow whitelisting all domains from the full list. We need a minimal, targeted whitelist for our specific use case.
Our use case:
Katalon Studio Enterprise running locally on Windows machines only
No TestCloud usage
No TestOps integration
Just need: license activation, login, and local test execution
Could you help us identify the minimum required domains specifically for:
Is there an official breakdown of which domains are required per feature/function? That would help us submit a more targeted firewall request to our IT team.
Thanks @Monty_Bagati , I noticed the whitelist before, could you please help identify the minimum required domains that we can just do test execution locally? Our use case:
Katalon Studio Enterprise running locally on Windows machines only
No TestCloud usage
No TestOps integration
Just need: license activation, login, and local test execution
Your login errors are occurring because your whitelist is incomplete for Katalon Studio Enterprise authentication. You’ve whitelisted the basic domains, but you’re missing at least one critical domain required for license activation and login. Additionally, if you’re using Katalon Studio version 9.3.0 or later, there’s another essential requirement related to the new SAML login approach.
Root Causes Identified
1. Missing testops.katalon.io
According to the official Katalon domain and IP whitelist, testops.katalon.io is explicitly required for “Online license authentication and activation for Katalon Studio” alongside admin.katalon.com and login.katalon.com.
2. Missing 127.0.0.1 (Localhost) for Katalon Studio 9.3.0+
From Katalon Studio version 9.3.0 onwards, Katalon uses a new SAML login approach. When you click “Log in from Browser”, you’re redirected to a local server on 127.0.0.1. In highly secure environments with proxy restrictions, this causes authentication failures. You must whitelist 127.0.0.1 in your proxy settings (not just firewall rules).
Minimal Required Whitelist for Your Use Case
Based on your specific requirements (Enterprise license, local Windows execution only, no TestCloud/TestOps), here’s the targeted whitelist:
Essential Domains (Required)
Domain
Purpose
Notes
admin.katalon.com
License activation & validation
Required for Enterprise license
login.katalon.com
User authentication
Required for account login
testops.katalon.io
Online license authentication
Currently missing from your whitelist
127.0.0.1
SAML login redirect (v9.3.0+)
Whitelist in proxy settings, not firewall
Optional Domains (Not needed for your use case)
Domain
Purpose
Why you can skip
testcloud.katalon.com
Cloud test execution
You’re not using TestCloud
tunnel-manager.katalon.com
TestCloud tunnel
You’re not using TestCloud
katalon-test.s3-accelerate.amazonaws.com
TestOps report uploads
You’re not using TestOps
<your-subdomain>.katalon.io
TestOps integration
You’re not using TestOps
store.katalon.com
Plugin marketplace
Can be done offline
update.katalon.com
Product usage analytics
Optional
Step-by-Step Fix
Step 1: Update Your Firewall Whitelist
Add these domains to your firewall/network whitelist:
If version ≥ 9.3.0, ensure 127.0.0.1 is properly excluded from proxy rules
Step 4: Test Authentication
Log out of Katalon Studio
Click Log in from Browser
Verify successful login and license activation
Key Considerations
Proxy vs. Firewall: Domain whitelisting typically applies to outbound traffic (firewall), while 127.0.0.1 is a proxy setting (not firewall). These are configured separately.
Wildcard vs. Specific Domains: The official documentation recommends whitelisting *.katalon.com as a catch-all, but your minimal list above covers only what you need.
SAML Login Redirect: The 127.0.0.1 requirement is specific to the browser-based login flow introduced in v9.3.0. If you use offline licenses or license servers, this may not apply.
IP Addresses: For inbound traffic (if TestCloud agents access your network), you’d need to whitelist specific IPs, but this doesn’t apply to your local-only use case.
you can drop testcloud.katalon.com and tunnel-manager.katalon.com since you are not using TestCloud
one more thing: if you are on Katalon Studio 9.3.0 or later, the browser-based SAML login flow redirects through a local server on 127.0.0.1. If your environment uses a proxy, make sure 127.0.0.1 is added to the proxy excludes list in Katalon Studio’s Advanced settings, otherwise authentication will fail even with the correct domain whitelist