CLOUD-IP // v2026.05
UPDATED 2026-05-26 PROVIDERS 24 LIVE
// PROVIDERS / TEAMCITY

TeamCity

Live IP-range intelligence for TeamCity, updated daily at 06:00 UTC from the official upstream feed.

← BACK
T
SAAS · ID: teamcity

TeamCity

11
IPv4 CIDRs
0
IPv6 CIDRs
11
IPv4 Addresses
2
Services
1
Regions

// SAMPLE CIDRS

first 30 of 11
52.49.162.42/32
IPv4
teamcity-agents
52.214.29.36/32
IPv4
teamcity-agents
185.223.133.26/32
IPv4
teamcity-agents
34.255.77.87/32
IPv4
teamcity-agents
52.208.252.98/32
IPv4
teamcity-agents
54.155.204.237/32
IPv4
teamcity-servers
79.125.74.147/32
IPv4
teamcity-servers
63.32.4.62/32
IPv4
teamcity-servers
52.17.73.242/32
IPv4
teamcity-servers
52.209.101.160/32
IPv4
teamcity-servers
34.251.114.150/32
IPv4
teamcity-servers

// QUICK SNIPPETS

curl one-liners
IPV4 PLAIN TEXT
$ curl -sL .../main/teamcity/teamcity_ips_v4.txt
MERGED / OPTIMIZED
$ curl -sL .../main/teamcity/teamcity_ips_merged_v4.txt
NGINX ALLOW
$ curl -sL .../main/teamcity/nginx_teamcity_allow.conf -o /etc/nginx/conf.d/teamcity_allow.conf
IPTABLES DENY (BLOCK)
$ curl -sL .../main/teamcity/iptables_teamcity_deny.sh | sudo bash