Enable .ini settings

Advanced controls can be enabled through an .ini file. By default the .ini file does not exist. If you create this file and it is empty, the Network Optix Mediaserver will populate it with all available settings, their defaults, and some documentation.

Create an empty file by running:

sudo mkdir -p /home/networkoptix-metavms/.config/nx_ini 
sudo touch /home/networkoptix-metavms/.config/nx_ini/nx_ai_manager_plugin.ini 
sudo chmod 666 /home/networkoptix-metavms/.config/nx_ini/nx_ai_manager_plugin.ini

Then restart the mediaserver. Once the server has restarted, the .ini file contains all available settings with their default values and inline documentation comments. For example:

Terminal showing the populated nx_ai_manager_plugin.ini file with auto-generated key-value pairs and inline comments
After a server restart, the .ini file is populated with all available settings and their default values

Last updated