Skip to main content

Addresses and Certificates

IP Addresses

In this page you will find the list of IP addresses used by Plate Recognizer and ParkPow. This is important to know if you need to whitelist our servers in your firewall for incoming and outgoing connections. You can trust our servers and avoid any security issues.

warning

Please check this page for the most up-to-date list of IP addresses, as we might change them from time to time, depending on usage, maintenance, etc.

On-premise products

All on-premise products use the same server for license validation, on ports 80 and 443:

IPv4IPv6Domain
69.164.223.1382600:3c03:1::45a4:df8aapi.platerecognizer.com
172.104.25.230app.platerecognizer.com

Products covered: Snapshot SDK, Stream, ParkPow on-premise, Snapshot Blur, Shipping Containers (Images and Live), USDOT OCR.

tip

If your firewall also blocks public DNS resolvers, include this option to your run command: --add-host api.platerecognizer.com:69.164.223.138

Cloud Instances of our Products

The following IP addresses are used by our cloud instances when they need to connect to customers' resources by means of webhooks, SSH tunnels, RTSP consumption, among other interactions and protocols.

If you are using any of our cloud services, you may need to whitelist the following IP addresses in your firewall, according to the ones you are consuming:

ProductIPv4IPv6DomainNote
Stream Cloud45.79.145.137
45.79.183.116
198.74.59.128
ParkPow Cloud45.79.136.82app.parkpow.com
Snapshot Blur198.74.59.128blur.platerecognizer.com
Snapshot Cloud45.56.111.144
50.116.57.96
69.164.209.82
69.164.223.138
97.107.128.36
104.237.144.221
172.104.25.230
198.74.59.186
2600:3c03::2000:47ff:fec2:1b08
2600:3c03::2000:4fff:fe15:b58b
2600:3c03::2000:6bff:fe77:aa53
2600:3c03::f03c:93ff:fe94:5b49
2600:3c03::f03c:94ff:fefd:2a10
2600:3c03::f03c:95ff:fe91:59a0
2600:3c03::f03c:95ff:fef1:7487
2600:3c03:1::45a4:df8a
api.platerecognizer.com2
OCR ID45.56.111.144
50.116.57.96
69.164.209.82
69.164.223.138
97.107.128.36
104.237.144.221
172.104.25.230
198.74.59.186
2600:3c03::2000:47ff:fec2:1b08
2600:3c03::2000:4fff:fe15:b58b
2600:3c03::2000:6bff:fe77:aa53
2600:3c03::f03c:93ff:fe94:5b49
2600:3c03::f03c:94ff:fefd:2a10
2600:3c03::f03c:95ff:fe91:59a0
2600:3c03::f03c:95ff:fef1:7487
2600:3c03:1::45a4:df8a
api.platerecognizer.com2
VisionAlert45.56.111.144
50.116.57.96
69.164.209.82
69.164.223.138
97.107.128.36
104.237.144.221
172.104.25.230
198.74.59.186
2600:3c03::2000:47ff:fec2:1b08
2600:3c03::2000:4fff:fe15:b58b
2600:3c03::2000:6bff:fe77:aa53
2600:3c03::f03c:93ff:fe94:5b49
2600:3c03::f03c:94ff:fefd:2a10
2600:3c03::f03c:95ff:fe91:59a0
2600:3c03::f03c:95ff:fef1:7487
2600:3c03:1::45a4:df8a
api.platerecognizer.com2
VIN ID45.56.111.144
50.116.57.96
69.164.209.82
69.164.223.138
97.107.128.36
104.237.144.221
172.104.25.230
198.74.59.186
2600:3c03::2000:47ff:fec2:1b08
2600:3c03::2000:4fff:fe15:b58b
2600:3c03::2000:6bff:fe77:aa53
2600:3c03::f03c:93ff:fe94:5b49
2600:3c03::f03c:94ff:fefd:2a10
2600:3c03::f03c:95ff:fe91:59a0
2600:3c03::f03c:95ff:fef1:7487
2600:3c03:1::45a4:df8a
api.platerecognizer.com2
Shipping Containers image66.228.39.177container-api.parkpow.com1
USDOT OCR66.228.39.177usdot.parkpow.com1
note
  1. The Cloud products with this note do not support webhook output.
  2. api.platerecognizer.com resolves to 69.164.223.138 (IPv4) and 2600:3c03:1::45a4:df8a (IPv6). You may not see requests from these addresses; we include them for completeness.

Snapshot/ParkPow Cloud Images

Images uploaded to our services are hosted on *.linodeobjects.com. Fox example, us-east-1.linodeobjects.com (IP: 173.255.231.96).

Custom Root Certificates

If your company inspects TLS connections in the corporate network, you need to add your company CA certificate to the docker container's root CA certificates by including these options in the run command:

docker run ... \
-v <company-preconfigured-CA-certs>:/etc/ssl/certs/ca-certificates.crt \
-e REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt \
platerecognizer/<image>[:<tag>]

Replace <company-preconfigured-CA-certs> with the path to your CA certificate file. Common locations by OS:

OS / DistributionCA Certificate Path
Debian / Ubuntu / Gentoo/etc/ssl/certs/ca-certificates.crt
Fedora / RHEL 6/etc/pki/tls/certs/ca-bundle.crt
OpenSUSE/etc/ssl/ca-bundle.pem
OpenELEC/etc/pki/tls/cacert.pem
CentOS / RHEL 7 & 8/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem

Docker Registry

For downloading and updating Docker images. These are Docker images (virtual machine templates) and not snapshots (jpg files).

IP Addresses

The Base URL is https://registry-1.docker.io/ There isn’t a published list of IPs that the official registry uses. They aren’t guaranteed to stay the same and aren’t guaranteed, unfortunately.