License Manager

How to find your GUID

To find GUID on Windows:

1. Run the wbemtest.exe from Start->Run or Search (usually located at C:\Windows\system32\wbem)

2. Click Connect. Change Namespace to root\cimv2, and hit connect.

3. hit Enum Classes... button, it will pop up a dialog, choose Recursive and hit OK.

4. in the Query Result dialog, you will see Win32_ComputerSystemProduct class, Double click it and it will pop up a Object editor dialog.

5. In the Properties listbox, choose UUID and click Instances button. In the Query Result dialog that pops up, double click and another Object Editor dialog will pop up. This time, it contains the UUID for the computer.


To find GUID on Mac:

Open terminal and enter:

dscl . -read /Users/[username] GeneratedUID


Replace [username] with your computer username

Retrieve your license

If for whatever reason you can't use GiderosLicenseManager you can issue a license here manually using your computer's Global Unique Identifier (GUID).

or you can

How to install license

For Windows:

Put your license inside C:\Users\[username]\AppData\Roaming\GiderosMobile folder


For Mac:

Open Finder, select Go menu and then Go to Folder.

Enter /Users/[username]/.config/giderosmobile.com and copy license in opened folder


Replace [username] with your computer username