This documentation is subject to changes, The version 4.6 has not been officially released.

Removing the Plugin

Disabling the plugin

Disabling the plugin can be done by switching the plugin of with the toggle switch on the Integrations tab.

Switching off the plugin is enough to free up the resources. If you really need to remove or reinstall the plugin, removing the plugin is also possible. Keep in mind that updating the Nx Server will restore the Nx AI Manager

Uninstalling the Nx AI Runtime

It might be desired to remove the Nx AI Runtime installation, due to a corrupted install or if you want to reinstall the Nx AI Runtime with a different acceleration library.

The Nx AI Runtime can be removed by simply deleting the folder, assuming default installation:

sudo rm -r /opt/networkoptix-metavms/mediaserver/var/nx_ai_manager/nxai_manager

When the Nx Mediaserver is restarted, the plugin will reinstall the Nx AI Runtime.

Removing the Nx AI Manager Plugin

For added safety, disable the plugin on all devices on the server before removing. This is not full-proof, however, and could still lead to crashes. The only fully safe method of removing the plugin would be to first stop the media server:

sudo systemctl stop networkoptix-metavms-mediaserver.service

To remove the Nx AI plugin from your Nx Meta server, log in to the server console and execute the following command:

sudo rm -r /opt/networkoptix-metavms/mediaserver/var/nx_ai_manager/nxai_plugin

If you stopped the Nx media server, it is now safe to restart it:

sudo systemctl start networkoptix-metavms-mediaserver.service

Restarting the Mediaserver

After uninstalling the Nx AI Manager Plugin and Nx AI Manager, restart the Nx Mediaserver for these changes to take effect.

Last updated