Trying vysor, problem with android

Im trying to use Vysor to mirror my android phone in my Zorin (not zorin connect) i need to mirror my phone to manage it.

But even Zorin detects my Samsung phone, Vysor does not. I suppose it has no privileges. I found this link android - adb no permissions on Ubuntu 17.04 - Ask Ubuntu

but im not a tech guy i dont know that is idvendor or idProduct

Any solution ?

Reading the link you posted; it states to use the terminal command lsusb in Step One.
You can open a terminal on Zorin OS using the keyboard shortcut ctrl+alt+t
Once opened, paste in

lsusb

In the example provided in step one of the link, you see several lines that look like this. I have placed the part that is the ID in bold highlight.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
So, you would run lsusb in terminal on your computer, then locate your device in the output. The portion in the example above shows 1d6b as the vendor ID. Then there is a colon, which you can ignore. The next four characters are the Product ID which is 0002 in the example above.