---
title: FAQ
url: https://docs.vultr.com/products/network/cdn-push-zone/faq
description: A collection of commonly asked questions and answers about Vultr services and features.
publish_date: 2024-09-23T20:21:08.309570Z
last_updated: 2026-05-26T20:15:38.750360Z
---

# Frequently Asked Questions About Vultr CDN Push Zone

These are the frequently asked questions for Vultr CDN Push Zones.

???+ note "What is a Vultr CDN Push Zone, and how does it work?"

    A Vultr CDN Push Zone allows you to manually upload and cache large static files, such as images, videos, and software packages, directly to the CDN storage. These files are then distributed and served from multiple points of presence (POPs) across the globe, ensuring fast delivery to users.

??? note "When should I use a Vultr CDN Push Zone instead of a Pull Zone?"

    A Push Zone is ideal for delivering large files, typically over 100 MB, that don’t change frequently and need to be distributed across many locations. Unlike Pull Zones, where content is automatically retrieved from your origin server, Push Zones are best for pre-uploaded content that doesn’t rely on an origin server.

??? note "How do I upload files to a Vultr CDN Push Zone?"

    To upload files to a Push Zone, navigate to the Vultr CDN management page, click on **Manage CDN**, and go to the **Files** tab. From there, you can manually upload files using the **Upload File** option. Once uploaded, the files will be cached and distributed across Vultr's CDN locations.

??? note "Can I use a custom domain with a Vultr CDN Push Zone?"

    Yes, you can use a custom domain with your Vultr CDN Push Zone. To do this, you will need to set up a `CNAME` record in your DNS that points to the Vultr CDN URL, and then configure the custom domain and SSL certificates in the "Custom Domain" tab of the Vultr CDN management interface.

??? note "How are files distributed across the CDN in a Push Zone?"

    Once you upload files to a Vultr CDN Push Zone, they are automatically cached and distributed across multiple Vultr POPs. This ensures that users accessing your content are served from the nearest location, reducing latency and improving load times.

??? note "How can I manage and monitor my Vultr CDN Push Zone?"

    You can manage and monitor your Push Zone through the Vultr CDN management interface. This includes viewing file counts, monitoring usage statistics, and checking active regions. The interface also provides tools for uploading, deleting, and managing your cached files.

??? note "How do I update files that are already uploaded to a Push Zone?"

    To update files in a Push Zone, you simply upload the new version of the file with the same filename. The CDN will replace the old version with the new one and propagate the update across all cached locations.

??? note "What should I consider when uploading large files to a Push Zone?"

    When uploading large files, consider the time it will take for the files to be propagated across all Vultr CDN locations. Ensure that your file names are unique to avoid conflicts and that your internet connection is stable to prevent upload interruptions. Additionally, review the bandwidth usage and costs associated with delivering large files from multiple regions.

??? note "How can I manage Vultr CDN Push Zones using the Vultr CLI and API?"

    To manage Vultr CDN Push Zones using the [Vultr CLI and API](https://www.vultr.com/api/#tag/CDNs), you can use commands and endpoints that support uploading files, configuring CDN settings, and monitoring zone performance. The CLI and API allow for efficient management of file uploads, cache management, and customization of Push Zones to ensure optimal content delivery across multiple regions.