To set up a custom package index, complete the following steps:
- Open the
config.jsonconfiguration file located at~/.nrfutil/config/nrfutil-core/. - Add a new entry under the
package_indexessection:{ "package_indexes": { "custom-internal": { "url": "https://your-internal-server.example.com/packages/index.json" } } } - Ensure the
urlpoints to a valid package index JSON file. - Reference this package index name in your modifiers configuration or when using nRF Util commands.
See the following sections for more information.