Plugin Management
The plugin management page displays all installed plugins, supporting plugin enable, disable, and sync operations.
Feature Entry
Click "Plugin Management" in the left menu to enter the management page.

Plugin List
| Column | Description |
|---|---|
| Plugin Name | Plugin identifier name |
| Plugin File | Plugin file name |
| Plugin Type | Collection plugin/Data forwarding plugin |
| Version | Plugin version number |
| Type | Standard/Professional |
| Status | Enabled/Disabled |
List Features
| Feature | Description |
|---|---|
| Pagination | Supports pagination display (20/50/100 items/page) |
| Multi-select | Supports checkbox multi-select for batch operations |
Plugin Types
| Type | Description |
|---|---|
| Collection Plugin | Driver plugins for reading data from devices, such as Modbus, OPC UA, S7, DLT645, etc. |
| Data Forward Plugin | Driver plugins for forwarding data to external systems, such as MQTT, Kafka, RabbitMQ, etc. |
Operation Functions
| Function | Description | Permission Required |
|---|---|---|
| Status Filter | Filter by enabled/disabled status | - |
| Type Filter | Filter by plugin type | - |
| Search | Search by plugin name | - |
| Enable/Disable | Toggle single plugin status | Requires corresponding permission |
| Batch Enable | Batch enable selected plugins | Requires corresponding permission |
| Batch Disable | Batch disable selected plugins | Requires corresponding permission |
| Sync Plugins | Scan the plugin directory to discover new or changed plugins and update the list. Sync operation is required after installing new plugins | Requires corresponding permission |
| Refresh | Refresh plugin list | Requires corresponding permission |
Tip
Batch operations require first selecting target plugins via checkboxes, then clicking the corresponding batch operation button. Each operation button has permission control, buttons are not visible without permission. After disabling a plugin, channels and devices using that plugin will stop working.
Related Links
- Data Management - Channel, device, variable configuration
- Plugin Reference - Detailed description of register formats, plugin properties, and variable properties for each plugin
- System Settings - Gateway system configuration
- Certificate Management - Certificate upload and management