One-Click Installation of All Paid/Free Extensions

Mar 31, 2026 1 min read ๐Ÿš€ MagicAI Installation Guide (For Free User)

๐Ÿ“ฆ MagicAI – Install All Paid Extensions at Once

Install all extensions quickly without uploading one by one

Install all paid MagicAI extensions together — no need to upload and install each extension manually. This method allows bulk installation and automatic detection by the system.

๐Ÿ“ฅ Step 1: Upload & Extract Extension Pack

Download All Extensions Pack V-10.6 Ready:

Upload and extract the ZIP file to:

/app/Extensions/
โœ… Make sure all extension folders are inside the Extensions directory.

๐Ÿ”„ Step 2: Update MagicAI

This step is required for database migration and extension detection.

Visit:

โœ… The system will automatically detect and update all extensions.

๐Ÿ—„๏ธ Step 3: Apply SQL Commands in phpMyAdmin

Follow these steps:

  • Login to phpMyAdmin
  • Select your database
  • Open the SQL tab
  • Run the following commands:
ALTER TABLE extensions 
MODIFY installed TINYINT(1) NOT NULL DEFAULT 1;

UPDATE extensions 
SET installed = 1;
โœ… Result: All extensions will be marked as installed and ready to use.

๐Ÿงน Step 4: Clear All Caches

Clear main cache:

https://yourdomain.com/cache-clear

Clear menu cache:

https://yourdomain.com/cache-clear-menu

โœ… Installation Complete

๐ŸŽ‰ All MagicAI paid extensions are now installed and ready to use from the admin dashboard.