CDN.com.tr Help
Host static content with Simple Transfer
In the Add Your Website wizard, choose Push CDN as the content source and Default Endpoint as the delivery method, then publish files from the generated CDN.com.tr endpoint.
Getting started
Host static content with Simple Transfer
In the Add Your Website wizard, choose Push CDN as the content source and Default Endpoint as the delivery method, then publish files from the generated CDN.com.tr endpoint.
Panel path
- Management Panel
- CDN Accounts
- Add Your Website
- Content Source: Push CDN
- Select / buy package
- Delivery Method: Default Endpoint
- Generated `xyz.cdn.com.tr` endpoint
- Push CDN File Manager or API
- Public URL verification
Prerequisites
- The user is signed in and can open CDN Accounts.
- The required package must be purchased in the panel and assigned to the account; payment is not an API or AI-agent task.
- This scenario does not require a custom domain, CNAME, nameserver change, or SSL certificate.
- If the browser blocks the File Manager window, allow popups for cdn.com.tr.
Decision model
1. Content source
The wizard first asks where the content comes from.
- Pull CDN: an existing hosting origin is placed behind CDN.com.tr.
- Push CDN: files are uploaded to CDN.com.tr storage. Simple Transfer starts here.
- CDN Hosting/Platforms: the app or platform runs on CDN.com.tr.
2. Delivery method
After the source is chosen, select which domain model serves that content.
- Default Endpoint: serves from `xyz.cdn.com.tr` without DNS work.
- Full DNS Transfer: the domain nameservers move to CDN.com.tr and DNS management unlocks the full feature set.
- Custom Subdomain: a subdomain such as `images.example.com` CNAMEs to `xyz.cdn.com.tr`.
This case combination
Simple Transfer static hosting uses the Push CDN + Default Endpoint combination.
- Pull CDN + Default Endpoint gives an existing origin a default endpoint.
- Push CDN + Full DNS Transfer serves uploaded files from the customer root domain.
- Hosting/Platforms + Custom Subdomain serves platform output from a subdomain.
Step-by-step guide
1
Start the wizard from CDN Accounts
After signing in, open `/en/management/cdn` and click Add Your Website at the top.
- The button uses the CdnAccount.vue wizardUrl to open the setup wizard.
- The new account flow starts with content source selection.
Expected result: The Content Source screen shows Pull CDN, Push CDN, and CDN Hosting options.
2
Choose Push CDN as the content source
For simple static hosting, the origin is not the customer server; the source is CDN.com.tr storage.
- Select the Push CDN card.
- Continue to the package step.
Expected result: The wizard carries the selected content source value as `push`.
3
Complete the package step
The wizard lets the user select an eligible package or routes them through manual purchase in the panel when needed.
- Select an eligible package when one exists.
- If no package is available, the user completes purchase in the panel.
- Continue in the wizard after the package is ready.
Expected result: API, cdnctl, or AI-agent workflows do not start before payment is complete.
4
Choose Default Endpoint as the delivery method
When the delivery method step asks how CDN should serve the content, Default Endpoint avoids DNS and custom-domain work.
- Select the Default Endpoint card.
- Confirm that Full DNS Transfer and Custom Subdomain are not required for this case.
- Finish the wizard.
Expected result: The system creates the account with `is_basic_transfer` and returns a default service name like `xyz.cdn.com.tr`.
5
Upload the file to CDN.com.tr storage
After the account exists, use Push CDN File Manager or Push CDN API to upload the file to the selected account.
- Open File Manager from Push CDN or get an API token.
- Choose root `/` or a target folder.
- Upload a static file such as `hello.txt`, `logo.png`, or `app.css`.
Expected result: The uploaded file appears in the selected account storage area.
6
Verify the public URL
Combine the generated default endpoint with the file path.
- Open a URL in the form `https://xyz.cdn.com.tr/hello.txt`.
- Use a private or clean browser session.
- If old content appears, purge the path from Purge Management and try again.
Expected result: The public URL returns 200 and serves the uploaded static content from the default CDN.com.tr domain.
Verification
- The wizard content source is Push CDN.
- The delivery method is Default Endpoint.
- The generated `xyz.cdn.com.tr` endpoint can be used without a custom domain.
- The file name in File Manager matches the public URL path.
- Successful test screenshots should show the CDN Accounts button, Push CDN source selection, package step, Default Endpoint selection, generated endpoint, upload result, and public URL verification.
Screenshot checkpoints
Screenshot will be refreshed by the UI smoke run.
CDN Accounts start
Shows the Add Your Website button at the top.
/assets/img/help/screenshots/simple-transfer/01-cdn-accounts-add-website.png
Screenshot will be refreshed by the UI smoke run.
Content Source: Push CDN
Shows the Push CDN card selected in the wizard.
/assets/img/help/screenshots/simple-transfer/02-content-source-push-cdn.png
Screenshot will be refreshed by the UI smoke run.
Package selection
Shows the existing package selection or purchase step.
/assets/img/help/screenshots/simple-transfer/03-package-selection.png
Screenshot will be refreshed by the UI smoke run.
Delivery Method: Default Endpoint
Shows the Default Endpoint card selected in the delivery method step.
/assets/img/help/screenshots/simple-transfer/04-delivery-method-default-endpoint.png
Screenshot will be refreshed by the UI smoke run.
Generated default endpoint
Captures the generated `xyz.cdn.com.tr` value shown to the user.
/assets/img/help/screenshots/simple-transfer/05-generated-default-endpoint.png
Screenshot will be refreshed by the UI smoke run.
File Manager upload result
Proves the uploaded static file appears in the filemanager.cdn.com.tr listing.
/assets/img/help/screenshots/simple-transfer/06-file-manager-upload.png
Screenshot will be refreshed by the UI smoke run.
Public URL verification
Shows the uploaded file returning 200 from the default CDN.com.tr domain.
/assets/img/help/screenshots/simple-transfer/07-public-url-verify.png
Use cases
A customer wants to serve static assets quickly without connecting their own domain; files live in CDN.com.tr storage.
Quick workflow
- Open CDN Accounts and click Add Your Website.
- Choose Push CDN in the Content Source step; the files will live in CDN.com.tr storage.
- Select an existing package or complete manual package purchase in the panel.
- In the step that asks how CDN should deliver the content, choose Default Endpoint.
- Copy the generated `xyz.cdn.com.tr` endpoint.
- Upload the file through Push CDN File Manager or API.
- Verify `https://xyz.cdn.com.tr/<path>` publicly.
Checks
- In this guide, Simple Transfer means Push CDN + Default Endpoint.
- Uploaded object belongs to the selected account.
- Default delivery domain is shown without requiring DNS.
- No custom CNAME or certificate step is required for the first publish.
- Full DNS Transfer and Custom Subdomain are separate delivery options available across source types.
Smoke tests
- PlatformHelpDocumentationTest keeps the Simple Transfer case visible in Getting started.
- ApiSecurityContractTest covers account-scoped API boundaries.
Related pages
Use the wizard, complete the manual package step when required, and prepare the customer-visible workspace.
Move an existing origin website behind CDN.com.tr with Pull CDN or Hosting origin settings, DNS, SSL, and Apply Changes.
Create a WordPress, PHP, Managed Container, AI, or Knight Online platform after the account package and entitlement are ready.
First choose whether content comes from Pull, Push, or Hosting/Platforms; then choose whether it is delivered from the Default Endpoint, Full DNS Transfer, or a Custom Subdomain.
Understand why some panel actions queue background work before customer traffic changes.