Global edge cache
Files are cached close to your users across dozens of regions for sub-20 ms delivery.
Edge network · 40+ PoP
CdnFile is a lightweight content delivery network for downloads, assets and static sites. Point a domain, drop your files, and let the edge do the rest.
Files are cached close to your users across dozens of regions for sub-20 ms delivery.
Pull from your own server, an object bucket or a group of origins with automatic failover.
Bring your own domain and certificate. HTTP/2, modern ciphers and free redirects included.
Purge by path or pattern instantly. Pre-warm the cache before a release.
Brotli and gzip on the edge shrink transfers without touching your origin.
Pay only for what you deliver, billed by the second. No minimums, no surprises.
Register the server or bucket that holds your files.
Add a CNAME to your CdnFile hostname and attach a certificate.
Replace your origin URLs with your CdnFile domain. That's it.
₽0.66/GB
₽0.49/GB
Custom
Grab a few sample assets served straight from the CdnFile edge.
Serve a file through the edge in under a minute.
# 1. create an origin group
cdnfile origins add --name web --host origin.example.com --tls
# 2. create a resource on your domain
cdnfile resource create \
--domain cdn.example.com \
--origin-group web \
--cache 1h
# 3. replace your URLs
- https://origin.example.com/app.js
+ https://cdn.example.com/app.js