How to use j-link clone?

I am trying to use j-link clone to debug nrf52, my platformio.ini is listed below. This works when using original Segger Mini Edu but when I try to use a J-Link clone instead. Any idea how to make it to work.

This is the clone I am trying to use Amazon.com , I prefer it over the edu mini because it can power the nrf52 board.

Configuring upload protocol...
AVAILABLE: blackmagic, cmsis-dap, jlink, nrfjprog, stlink
CURRENT: upload_protocol = jlink
Uploading .pio\build\my_nrf52832\firmware.hex
SEGGER J-Link Commander V7.50a (Compiled Jul  8 2021 18:18:11)
DLL version V7.50a, compiled Jul  8 2021 18:16:52


J-Link Command File read successfully.
Processing script file...

J-Link connection not established yet but required for command.
Connecting to J-Link via USB...FAILED: Cannot connect to J-Link.

J-Link connection not established yet but required for command.
Connecting to J-Link via USB...FAILED: Failed to open DLL

J-Link connection not established yet but required for command.
Connecting to J-Link via USB...FAILED: Failed to open DLL
[env:my_nrf52832]
platform = nordicnrf52
board_build.mcu = nrf52832
board = hackaBLE
framework = arduino
board_build.f_cpu = 64000000L
upload_protocol = jlink
debug_tool = jlink