MyOwnCDN
MyOwnCDN

Core concepts

Setup on WordPress

To start using MyOwnCDN, you'll need a WordPress website and our WordPress plugin.

Download the latest version here.


Step 1: Add your website

  1. Create an account on MyOwnCDN and log in to your dashboard
  2. Click the "Add website" button
  3. Enter a site label and your website URL
  4. Save changes

Step 2: Generate an API token

  1. In the dashboard, click your name in the top-right corner
  2. Select "API Tokens" from the dropdown menu
  3. Create a new token, by setting a token name and selecting the "read" permission
  4. Save the token, as you'll need it in Step 4

Step 3: Install the WordPress Plugin

  1. Download the MyOwnCDN WordPress plugin
  2. Log in to your WordPress admin dashboard (wp-admin)
  3. Go to "Plugins", click the "Add New Plugin" button
  4. Upload the ZIP file and activate the plugin

Step 4: Configure the plugin

  1. In your WordPress dashboard, navigate to MyOwnCDN in the sidebar
  2. Option 1: Paste the API token from Step 2 into the setup wizard
  3. Option 2: You can store the API token in a define inside wp-config.php:
define( 'MY_OWN_CDN_API_TOKEN', '[paste API token here]' );
  1. Select a CDN provider from the list

That's it! You're CDN is now setup and ready for use.