Nx AI Manager Documentation
  • Nx AI Manager plugin v4.4
  • Nx AI Manager
    • Get started with the NX AI Manager plugin
    • 1. Install Network Optix
    • 2. Install Nx AI Manager Plugin
    • 3. Configure the Nx AI Manager plugin
      • 3.1 Model Settings
      • 3.2 Model pipeline selection and configuration
      • 3.3 Model pipelines on multiple devices
    • 4. Other Network Optix Plugin Settings
    • 5. Manual Plugin Installation
    • 6. Removing the Nx AI Manager
    • 7. Advanced configuration
      • 7.1 Nx AI Manager Manual Installation
      • 7.2 External Post-processing
      • 7.3 External Pre-processing
      • 7.4 Training Loop
      • 7.5 Enable ini settings
  • Nx AI Cloud
    • Introduction
    • Registration and log-in
    • Deployment and device management
    • Upload your model
      • Normalization
    • Use your model
    • API Documentation
  • SUPPORT & TROUBLESHOOTING
    • How to get support
    • Troubleshooting
      • Plugin checks
      • OS checks
      • System checks
      • Things to try
      • Controlling the server and the plugin
      • Q&A
  • Videos
    • Howto videos
  • AI Accelerators Support
    • Introduction
    • Supported AI accelerators
    • Nvidia Support
    • OpenVino Support
    • Hailo Support
  • For Data Scientists
    • Introduction
    • About ONNX
    • Custom model creation
    • ONNX requirements
    • Importing models
      • From Edge Impulse
      • From Nota AI
      • From Teachable Machine
      • From Hugging Face
      • From Ultralytics
      • From PyTorch
      • From TensorFlow / TFLite
      • From Scikit-learn
      • Common Models
  • Miscellaneous
    • Nx AI Certification Test
    • Nx AI Manager on SCAiLX
    • Privacy policy
    • Support
    • End user license agreement
    • Nx cloud cookie statement
Powered by GitBook
On this page
  • Uninstalling the Nx AI Manager
  • Removing the Nx AI plugin
  • Restarting the Nx Meta mediaserver
  1. Nx AI Manager

6. Removing the Nx AI Manager

Previous5. Manual Plugin InstallationNext7. Advanced configuration

Last updated 3 months ago

Uninstalling the Nx AI Manager

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

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

sudo rm -r /opt/networkoptix-metavms/mediaserver/bin/plugins/nxai_plugin/nxai_manager

When the mediaserver is restarted, the plugin will reinstall the Nx AI Manager.

Removing the Nx AI plugin

Removing the Nx AI 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 mediaserver:

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/bin/plugins/nxai_plugin

If you stopped the mediaserver, it is now safe to restart it:

sudo systemctl start networkoptix-metavms-mediaserver.service

Restarting the Nx Meta mediaserver

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

Please refer to Nx documentation for Nx Meta mediaserver uninstallation instructions

restart