The --remote-jlink option follows this structure:
nrfutil device <subcommand> --remote-jlink HOST_1[:PORT_1],HOST_2[:PORT_2],..,HOST_n[:PORT_n]
Where --remote-jlink is used to select one or more remote J-Link probes available on the network.
The option uses the following parameters:
HOSTis the IP address or hostname of the machine running the J-Link Remote ServerPORTis the optional port number (defaults to the standard J-Link Remote Server port if not specified)
The remote probe is then treated in the same way as a locally connected device. Multiple remote J-Link probes can be specified by separating them with commas.
Note
The --remote-jlink option does not work with the list subcommand.