Extensions
Manage custom extensions to the Management Dashboard.
Last updated
Was this helpful?
Manage custom extensions to the Management Dashboard.
Use the Extensions section to manage your custom extensions to Emporix system. For example, if you have your custom module for the Emporix Management Dashboard, you can manage the connection here.

Hosting
Emporix provides you with the possibility to host the custom extensions within the Emporix infrastructure. Emporix hosting is a secure, and scalable way to store your custom components. To have the service enabled on your tenant, contact the Sales Team.
Learn more in Extension and Cloud Function Hosting.
You can add your extension by providing a URL to a remote module JS file. The extension is built from the components.
This video demostrates adding an extension to MD.
Build and configure your extension to be able to display it in the Emporix Management Dashboard.
Fork the repository and follow the installation steps described in the README file.
For more information and intructions on preparing the extension, see the Enabling Custom Extensions documentation.
When your extension is ready to use, add it to the Management Dashboard.
To add an extension as a module, follow these steps:
Add the URL to the remoteEntry.js (or relevant js module file).
Make sure the name of the js file is consistent with its reference in the vite.config.ts file of the custom extension module.

The added extension is connected and you can also see it embedded in the Extensions module.

The connection gets removed and the extension is no longer available under the Extensions module.
Sample extensions
Emporix exposes more sample extensions that are available for public reuse. Refer to the MD Extensions repository.
Last updated
Was this helpful?
Was this helpful?

