> For the complete documentation index, see [llms.txt](/llms.txt).

# Dedicated gateways

Dedicated gateways are project-specific.

info

You can only use dedicated gateways to access IPFS content, not to upload content. See [how to manage IPFS content](/services/how-to/use-ipfs/manage-files/).

### Enable dedicated gateway[​](#enable-dedicated-gateway "Direct link to Enable dedicated gateway")

To enable a dedicated gateway, go to your API key's **Settings** tab, and toggle **Enable Dedicated Gateways**.

![Dedicated gateways in project settings](/assets/images/dedicated-gateway-toggle-85ef61209d7160a7ba1f78d310c82d94.png)

### Choose a unique subdomain[​](#choose-a-unique-subdomain "Direct link to Choose a unique subdomain")

The Infura dedicated gateway URL structure:

```
https://<CUSTOM-SUBDOMAIN>.infura-ipfs.io/ipfs/<Content-Identifier>/<optional path to resource>

```

For example, `https://meme-nft.infura-ipfs.io/ipfs/QmW5sPVbZDueZwvSuibteAwDFwFXhF8gebfptGBx1DZq1j`.

Enter a unique subdomain name for your dedicated gateway and select **Save Subdomain**.

![Enter unique subdomain](/assets/images/unique-subdomain-2cf2ca05b11cc2614b35d659d99699fe.png)

Subdomain format

- Subdomain length must be <= 63 characters.
- Subdomain must contain letters, numbers and dashes; matching the following regex: ^[a-z0-9-]*$.

Subdomain restrictions

- An account is allowed a maximum of 20 unique subdomains across all IPFS projects.
- One active subdomain allowed per project.
- Subdomains are reusable.

Infura runs an automated check to ensure that the name is unique.

If the name is unique, a green box informs you that your project settings have been updated successfully.

info

You can rename your unique subdomain by typing over the current name.

### Show only pinned content[​](#show-only-pinned-content "Direct link to Show only pinned content")

Optional: check the **Pinned Content Only** box to restrict the gateway to respond with [pinned content](/services/how-to/use-ipfs/manage-files/#pin-a-file) only.

info

IPFS pinning allows you to retain and persist data on IPFS nodes. Pinning assures that data is accessible indefinitely, and not removed during the [IPFS garbage collection process](https://docs.ipfs.io/concepts/persistence/#garbage-collection).

### Disable gateway[​](#disable-gateway "Direct link to Disable gateway")

To disable a gateway, slide the **ENABLED** toggle left and confirm.

Things to note when disabling a gateway:

- The gateway is only disabled, not deleted, and you can use it again.
- Traffic is blocked and all settings are lost.
- To create a new gateway, switch the toggle to `Enabled` again.
- To re-enable the disabled gateway, switch the toggle to `Enabled` and use the same gateway name as before.
- Re-enabling and renaming both count towards the 20 name maximum.

info

Don't forget to communicate new gateway names to your customers.

### Security settings[​](#security-settings "Direct link to Security settings")

The dedicated gateway copies existing project security settings.

## Stats and billing[​](#stats-and-billing "Direct link to Stats and billing")

The dedicated gateway, and API calls, both count in stats and billing.

Traffic is billed at the same price as access to IPFS via the Infura API:

- 5GB of storage free.
- 5GB data transfer up free.
- 5GB data transfer down free.

Anything above those limits is charged at:

- Unlimited storage at **$0.08/GB/month.**
- Unlimited data transfer at **$0.12/GB/month.**
