Skip to main content

Atlas v2

Current version:v2.10.0

  • check
    On-premises vector tile maps
  • check
    Offline Mapbox Studio
  • check
    Mapbox APIs behind your firewall
Upgrade to Atlas v3
This guide covers Atlas v2, which continues to be fully supported. Atlas v3 is now available with more flexible deployment options. When you are ready to explore the latest version see our Atlas v3 guide.

Mapbox Atlas v2 allows you to run Mapbox global maps on your own infrastructure, including behind a firewall or completely offline. Atlas v2 includes an offline instance of the Mapbox Studio style editor, vector tiles, and has built-in support for custom tilesets. This means that you can run the Mapbox Maps APIs and Studio on a specific server or virtual private cloud that you have complete control over, then deploy to your web, mobile, or AR app.

Atlas v2 supports the latest Mapbox vector map technology, including Mapbox GL JS, so maps render quickly and are highly customizable.

Atlas v2 license

To install and use Atlas v2, you must have a Mapbox user account with a valid Atlas v2 license. Atlas v2 ships with a single-user account that can be shared concurrently among many users.

Need an Atlas v2 license? Contact us to learn more.

Updating your Atlas v2 license

Your Mapbox Account Manager handles updating your license expiration date whenever you renew with Atlas.

Once your Atlas v2 license is updated, you must update your Atlas v2 installation with the new license key, otherwise Atlas will stop working. You can add the new license key to Atlas by following the instructions in Atlas for Docker Compose and Atlas for Kubernetes.

Access token

Once you have added an active Atlas license to your Mapbox user account you will need to create a Mapbox token with atlas:read scope within the same Mapbox user account.

  1. Go to the Mapbox access token page.
  2. Click on + Create a token.
  3. Give the new token a name like "Atlas Server".
  4. Uncheck all the default public scopes under Public scopes.
  5. Under Secret scopes, check the ATLAS:READ scope.
  6. Click Create token.
  7. Save your new Atlas token in a secure place. Once you leave the Access Tokens page, you will not have access to this token again. Do not commit the Atlas token to GitHub or share it with anyone outside of your organization.

System requirements

Data and disk size

Below are approximate sizes for each dataset. Exact file sizes are subject to change with new data from periodic updates.

DatasetDevProductionHigh-Resolution
Terrain-v21 GB40 GB820 GB
Streets-v7325 MB125 GBNot Available
Streets-v8325 MB350 GBNot Available
Countries-v11 MB1.5 GBNot Available
Satellite1 GB225 GB2 TB
Terrain-RGB1.5 GB450 GB3.2 TB
BoundariesNot Available15 GBNot Available
Search5 GB75 GBNot Available
Navigation100 MB85 GBNot Available
Total10 GB1.4 TB6.7 TB

Hardware configuration

We recommend, as a minimum, the following hardware configurations for Atlas v2. The development configuration is appropriate for testing and evaluating Atlas, and is not recommended for production workloads.

DevelopmentProduction
2 CPU4 CPU
8 GB RAM16 GB RAM
60 GB SSD2 TB SSD

Get started

Atlas v2 comes in two main flavors — Kubernetes (including OpenShift, EKS, and others) and Docker Compose. See Atlas for Kubernetes or Atlas for Docker Compose to get started.

Was this page helpful?