Install and Upgrade Plugins
Built-in Plugins
NocoBase built-in plugins are automatically updated along with the core version, with no manual action required.
Commercial Plugins
For detailed activation and upgrade methods, please refer to: Commercial Plugin Activation and Upgrade
Third-party Plugins
Install Plugins via Command Line
If the plugin is already installed in the application and needs to be upgraded, run:
Manually Upload and Extract
First download the plugin package locally, then manually upload and extract it to the ./storage/plugins directory. If the plugin is already enabled, run the following command after uploading and extracting to complete the plugin upgrade.
⚠️ Note: To avoid cache issues, make sure the NocoBase application has been stopped before executing.
Correct Way to Extract a Plugin
The following example demonstrates how to correctly extract a plugin package to the specified directory:
This command extracts the plugin to the specified directory without creating an extra package directory level.

