NocoBase built-in plugins are automatically updated with the core version and require no manual action.
For detailed installation and upgrade instructions, please refer to: Commercial Plugin Activation Guide

NocoBase supports online plugin installation through the interface, but the current experience is not ideal. Reasons include:
upgrade command for the changes to take effect;Therefore, it is recommended to use command-line or manual upload methods to install and upgrade plugins. We recommend integrating this with CI/CD workflows, using command-line methods to download, extract, and upgrade plugins, ensuring consistency and reliability for each update deployment.
If the plugin is already installed and needs to be upgraded, run the following command:
Please download the plugin package to your local machine first, then manually upload and extract it to the ./storage/plugins directory. If the plugin is already enabled, execute the following command to complete the plugin upgrade after uploading and extracting.
⚠️ Note: To avoid cache issues, please ensure that the NocoBase application is stopped before execution.
The following example demonstrates how to correctly extract a plugin package to the specified directory:
This command will extract the plugin to the specified directory without creating an extra package directory layer.