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_managerWhen the Nx Mediaserver is restarted, the plugin will reinstall the Nx AI Runtime.
Removing the Nx AI Manager Plugin
Removing the Nx AI Manager Plugin can lead to the Nx Mediaserver crashing if it is in use.
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.serviceTo 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_pluginIf you stopped the Nx media server, it is now safe to restart it:
sudo systemctl start networkoptix-metavms-mediaserver.serviceUninstalling 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/mediaserver/var/nx_ai_manager/nxai_managerWhen the Nx Mediaserver is restarted, the plugin will reinstall the Nx AI Runtime.
Removing the Nx AI Manager Plugin
Removing the Nx AI Manager Plugin can lead to the Nx Mediaserver crashing if it is in use.
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-mediaserver.serviceTo 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/mediaserver/var/nx_ai_managerIf you stopped the Nx media server, it is now safe to restart it:
sudo systemctl start networkoptix-mediaserver.serviceUninstalling 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/mediaserver/var/nx_ai_managerWhen the Nx Mediaserver is restarted, the plugin will reinstall the Nx AI Runtime.
Removing the Nx AI Manager Plugin
Removing the Nx AI Manager Plugin can lead to the Nx Mediaserver crashing if it is in use.
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-mediaserver.serviceTo 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/mediaserver/var/nx_ai_managerIf you stopped the Nx media server, it is now safe to restart it:
sudo systemctl start networkoptix-mediaserver.serviceRestarting 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