The following URLs and access types need outgoing permissions in firewalls in order for Mender to work correctly:
Hosted Mender access: Devices, APIs and browser access
https://hosted.mender.io
https://*.hosted.mender.io
Artifact storage access: Devices, APIs and browser access
https://s3.amazonaws.com/hosted-mender-artifacts
https://hosted-mender-artifacts.s3.amazonaws.com
https://c271964d41749feb10da762816c952ee.r2.cloudflarestorage.com
Hosted Mender access: Devices, APIs and browser access
https://eu.hosted.mender.io
https://*.eu.hosted.mender.io
Artifact storage access: Devices, APIs and browser access
https://mender.blob.core.windows.net/artifacts
https://c271964d41749feb10da762816c952ee.r2.cloudflarestorage.com
Mender access: Devices, APIs and browser access
https://mender.example.com
- Use the same address you specify it in the Server Installation SectionArtifact storage access: Devices, APIs and browser access
Permit access to the following URLs:
https://s3.amazonaws.com/<my-example-artifact-storage>
- Amazon S3 Path-style requesthttps://<my-example-artifact-storage>.s3.amazonaws.com
- Amazon S3 Virtual-hosted-style request
Permit access to your Storage proxy URL defined in Storage Setup Section
https://artifacts.example.com
or simply:https://mender.example.com
Only required for on-premise installation
A minimum policy set to use an Amazon S3 bucket to store Mender Artifacts is:
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"s3:GetAccessPoint",
"s3:ListAllMyBuckets"
],
"Effect": "Allow",
"Resource": "*"
},
{
"Action": [
"s3:*"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::BUCKET-NAME"
},
{
"Action": [
"s3:*"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::BUCKET-NAME/*"
},
]
}
The following are the Root Certificate Authorities (CAs) that currently trust the certificates of hosted Mender servers:
Hosted Mender access: Devices, APIs and browser access
https://hosted.mender.io
May 25 12:00:00 2015 GMT
Dec 31 01:00:00 2037 GMT
Artifact storage access: Devices, APIs and browser access
https://s3.amazonaws.com/hosted-mender-artifacts
May 25 12:00:00 2015 GMT
Dec 31 01:00:00 2037 GMT
https://hosted-mender-artifacts.s3.amazonaws.com
May 25 12:00:00 2015 GMT
Dec 31 01:00:00 2037 GMT
https://c271964d41749feb10da762816c952ee.r2.cloudflarestorage.com
Jun 22 00:00:00 2016 GMT
Jun 22 23:59:59 2036 GMT
Hosted Mender access: Devices, APIs and browser access
https://eu.hosted.mender.io
Jun 04 00:00:00 2015 GMT
Jun 04 23:59:59 2035 GMT
Artifact storage access: Devices, APIs and browser access
https://mender.blob.core.windows.net/artifacts
Aug 01 00:00:00 2013 GMT
Jan 15 23:59:59 2038 GMT
https://c271964d41749feb10da762816c952ee.r2.cloudflarestorage.com
Jun 22 00:00:00 2016 GMT
Jun 22 23:59:59 2036 GMT
Warning: The CA Chains are subject to change from the provider without notice for security reasons (renewal, revokation). Please ensure that your devices are able to update their Root CA store.
We don't recommend pinning the Root CA in your devices.
We do recommend using the Root CA store of the device's OS and keeping it up-to-date.
© 2025 Northern.tech AS