If your WordPress hosting keeps running out of space, your media library is almost always the reason. In this video I'll show you how to move your images and files off your host and serve them through a CDN — without editing your database or breaking a single page.
The approach here is different from what most tutorials show. Instead of rewriting URLs in the database (which is risky and hard to undo), the plugin rewrites on output — so your WordPress editor stays exactly the same, and your visitors get the CDN version automatically.
────────────────────────────────────────
🔗 GET THE PLUGIN
────────────────────────────────────────
Nexu WP FTP Media → https://nexuwp.com/product/wp-ftp-media/
────────────────────────────────────────
⏱ WHAT'S IN THIS VIDEO
────────────────────────────────────────
0:00 Why media kills your hosting performance
0:45 Connecting WordPress to FTP / SFTP
1:30 Running a preflight check before moving anything
2:10 Bulk syncing your existing media library
3:00 Setting your CDN base URL
3:45 Enabling automatic uploads for new images
4:20 Confirming everything is working
────────────────────────────────────────
💡 WHY THIS MATTERS
────────────────────────────────────────
Most WordPress hosts are optimized for PHP and database queries — not for storing and serving thousands of image files. Every image that stays on your host makes your backups heavier, your migrations harder, and your server do work it wasn't really built for.
Moving media to a dedicated FTP or SFTP destination costs a few dollars a month at most. Your host gets lighter. Your pages load from a CDN. And the whole thing runs in the background without changing how you publish content.
────────────────────────────────────────
🔧 WORKS WITH
────────────────────────────────────────
✔ Any standard FTP or SFTP server
✔ Any CDN that accepts a base URL
✔ All WordPress page builders
✔ WooCommerce product images
✔ Multisite and agency setups
────────────────────────────────────────
📌 RELATED VIDEOS
────────────────────────────────────────
→ How to stop paying for expensive hosting storage
→ WP Offload Media alternative — FTP vs S3 compared
→ How to auto-upload WordPress images to FTP and delete local files
────────────────────────────────────────
If this helped, hit subscribe — more WordPress performance and plugin walkthroughs every week.