Aura IP addresses and ports
If you operate from a network with restrictions, such as firewalls or endpoint protections, you may need to authorize access to hosts and ports in order to use the full range of Aura services.
There are two groups of IP addresses used by Aura:
-
Common global addresses: Global service IP addresses for centrally hosted tools with common global addresses, such as the Aura console. These IP addresses are the same regardless of the region a database is deployed.
-
Instance addresses: Your Aura instances with specific cloud providers and regions.
Common global addresses
These are applicable to all Aura tiers.
Access point name | URL | IPv4 Address |
---|---|---|
Aura Console |
console.neo4j.io |
35.241.228.234 |
Aura Workspace |
workspace-preview.neo4j.io |
34.160.183.136 |
Aura API |
api.neo4j.io |
34.36.216.162 |
Aura Support portal |
support.neo4j.com |
|
Aura Bloom |
bloom.neo4j.io |
34.110.209.142 |
Aura Browser |
browser.neo4j.io |
34.102.158.61 |
Aura Data Importer |
data-importer.neo4j.io |
107.178.242.111 |
Aura Ops Manager |
ops-manager.neo4j.io |
34.160.136.34 |
Aura Customer Metrics Integration |
customer-metrics-api.neo4j.io |
34.140.105.178 |
Aura Control Plane |
Used when running |
34.22.239.54 |
Instance addresses
The public IP address of your instance depends on both the cloud provider region and the Aura tier.
-
AuraDB Free runs only on Google Cloud Platform (GCP) and uses public IP addresses allocated to GCP.
-
AuraDB Professional and AuraDB Business Critical use a collection of public IP addresses which depends on the region where the instance is deployed and the cloud service provider (AWS, GCP, or Azure).
AuraDB Free (GCP)
Aura DB Free
Region | IPv4 Address | Ports (TCP) [1] |
---|---|---|
|
34.78.243.29 |
80,443,7474,7687 |
|
34.69.128.95 |
80,443,7474,7687 |
|
34.126.64.110 |
80,443,7474,7687 |
1. Note that port 80 and 7474 are optional. These are only used to redirect to HTTPS and are not used for data communication. They are are redirected to 443 for convenience but communication remains encrypted. Port 7687 is not redirected and relies on encryption via TLS (through |
GCP
Aura DB Professional AuraDS Enterprise AuraDB Business Critical
For AuraDS Enterprise also add port 8491. |
Region | IPv4 Address | Ports (TCP) [2] |
---|---|---|
|
35.240.86.240 |
80,443,7474,7687 |
|
34.39.90.176 |
80,443,7474,7687 |
|
35.246.176.187 |
80,443,7474,7687 |
|
35.226.25.193 |
80,443,7474,7687 |
|
104.196.181.95 |
80,443,7474,7687 |
|
34.82.68.138 |
80,443,7474,7687 |
|
35.203.43.56 |
80,443,7474,7687 |
|
34.96.218.41 |
80,443,7474,7687 |
|
35.201.159.192 |
80,443,7474,7687 |
|
34.142.144.246 |
80,443,7474,7687 |
|
35.200.158.141 |
80,443,7474,7687 |
|
34.87.204.150 |
80,443,7474,7687 |
2. Note that port 80 and 7474 are optional. These are only used to redirect to HTTPS and are not used for data communication. They are are redirected to 443 for convenience but communication remains encrypted. Port 7687 is not redirected and relies on encryption via TLS (through |
AWS
Aura DB Professional AuraDS Enterprise AuraDB Business Critical
For AuraDS Enterprise also add port 8491. |
Region | IPv4 Address | Ports (TCP) [3] |
---|---|---|
|
54.73.23.22 |
80,443,7474,7687 |
|
35.181.111.79 |
80,443,7474,7687 |
|
3.72.152.128 |
80,443,7474,7687 |
|
13.203.9.107 |
80,443,7474,7687 |
|
44.227.200.111 |
80,443,7474,7687 |
|
34.198.164.10 |
80,443,7474,7687 |
|
54.232.153.180 |
80,443,7474,7687 |
|
52.74.5.242 |
80,443,7474,7687 |
3. Note that port 80 and 7474 are optional. These are only used to redirect to HTTPS and are not used for data communication. They are are redirected to 443 for convenience but communication remains encrypted. Port 7687 is not redirected and relies on encryption via TLS (through |
Azure
Aura DB Professional AuraDS Enterprise AuraDB Business Critical
For AuraDS Enterprise also add port 8491. |
Region | IPv4 Address | Ports (TCP) [4] |
---|---|---|
|
51.103.49.175 |
80,443,7474,7687 |
|
20.124.3.249 |
80,443,7474,7687 |
|
20.168.56.165 |
80,443,7474,7687 |
|
20.226.24.114 |
80,443,7474,7687 |
|
20.196.204.230 |
80,443,7474,7687 |
|
4.247.161.0 |
80,443,7474,7687 |
|
52.151.91.171 |
80,443,7474,7687 |
4. Note that port 80 and 7474 are optional. These are only used to redirect to HTTPS and are not used for data communication. They are are redirected to 443 for convenience but communication remains encrypted. Port 7687 is not redirected and relies on encryption via TLS (through |
Fully qualified domain name
To connect to Aura in your application, your URI needs to use your AuraDB instance’s fully qualified domain name (FQDN) not just the IP address.
For example, if your AuraDB Instance ID is abcd1234
, then the URI to use is neo4j+s://abcd1234.databases.neo4j.io
Using the IP address directly, e.g. neo4j+s://34.78.243.29
does not work.