Install a UXP plugin

Choose the installation method that matches the plugin's distribution channel. Creative Cloud Desktop handles Marketplace and .ccx installations; administrators can also use UPIA for managed deployment.

data-slots=heading, text
data-variant=warning
Development loading
To load and debug an unpackaged project, enable Developer Mode in both UDT and the host application. End users installing a packaged plugin do not use this development workflow.

Choose an installation method

Distribution channel
Installation method
Creative Cloud Marketplace
Install through Creative Cloud Desktop.
Independent .ccx package
Double-click the .ccx installer or use UPIA.
Enterprise
Deploy through Admin Console or UPIA.

In Premiere, installed plugins appear under Window > UXP Plugins.

Premiere Window menu showing the UXP Plugins submenu with Browse Plugins and Manage Plugins

Use the Creative Cloud Marketplace

In Creative Cloud Desktop, open Stock & Marketplace, then select the Plugins tab.

  1. Find the plugin and select Get.

Creative Cloud Marketplace

  1. Review the permissions declared by the plugin manifest, then select OK.

Confirm installation dialog

  1. Confirm that the plugin appears under Manage Plugins and in the host application.

Success dialog

Use a .ccx installer file

To install a package obtained outside Marketplace:

  1. Double-click the .ccx file to open Creative Cloud Desktop.
  2. Review the warning for packages from outside Marketplace, then select Install.

Installation dialog

  1. Review any required permissions. Some packages may request administrative privileges.

Installation dialog

  1. Confirm that the plugin appears under Manage Plugins and in the host application.

Installed plugin

If the installation fails, click the Details link on the red toast to open the Logs and check the error message. See Troubleshooting for more details.

Uninstall or disable a plugin

In Creative Cloud Desktop, open Manage Plugins, open the plugin's Actions (•••) menu, and choose:

Uninstall plugin

data-variant=info
data-slots=text, text2
Creative Cloud Desktop distinguishes Marketplace plugins from packages installed through a .ccx file, which display an orange download icon.
When you uninstall a plugin that was installed from the Marketplace, it's removed from the host application but remains visible in the Manage Plugins tab. This is because you still have the right to reinstall it at any time. In contrast, plugins installed from a .ccx file disappear entirely from the Manage Plugins tab once uninstalled.

Use the UPIA tool

The Unified Plugin Installer Agent (UPIA) is the command-line utility used by Creative Cloud Desktop to install, remove, and list plugins. See the UPIA documentation for complete options.

The UPIA tool can install, uninstall, and list plugins. Here's a quick summary of the available commands.

On macOS

Open the Terminal and cd to the UPIA executable folder. Admin privileges may be required:

cd "/Library/Application Support/Adobe/Adobe Desktop Common/RemoteComponents/UPI/UnifiedPluginInstallerAgent/UnifiedPluginInstallerAgent.app/Contents/macOS"

./UnifiedPluginInstallerAgent --help
./UnifiedPluginInstallerAgent --version
./UnifiedPluginInstallerAgent --install <extension-file-path>
./UnifiedPluginInstallerAgent --remove <extension-file-path>
./UnifiedPluginInstallerAgent --list <all || product display name>

Examples:

#### Examples
./UnifiedPluginInstallerAgent --install "~/Desktop/Test-xjluvc_premierepro.ccx"
./UnifiedPluginInstallerAgent --remove "startup-test"
./UnifiedPluginInstallerAgent --list all

On Windows

Open Command Prompt, change to the UPIA executable folder, then run the command you need. Admin privileges may be required:

cd "C:\Program Files\Common Files\Adobe\Adobe Desktop Common\RemoteComponents\UPI\UnifiedPluginInstallerAgent"

UnifiedPluginInstallerAgent.exe /help
UnifiedPluginInstallerAgent.exe /version
UnifiedPluginInstallerAgent.exe /install <extension-file-path>
UnifiedPluginInstallerAgent.exe /remove <extension-file-path>
UnifiedPluginInstallerAgent.exe /list <all || product display name>

Examples:

#### Examples
UnifiedPluginInstallerAgent.exe /install "C:\Temp\Test-xjluvc_premierepro.ccx"
UnifiedPluginInstallerAgent.exe /remove "startup-test"
UnifiedPluginInstallerAgent.exe /list all

Troubleshooting

If installation fails: