Where can I find my license
In version 8 and later, licenses are stored in a file called license.config making it easier for users to obtain their actual licenses and to transfer Floating licenses from one user to another.
Licenses can either be AnchorSoft NodeLocked (VN) licenses or Floating Licenses
Please see Node Locked versus floating licenses for more information on the differences.
Version 8.2 and Later
Version 8.0 and 8.1
Version 7 and Below
Version 8.2 and Later
The license.config file is an XML based file stored by default in
”%APPDATA%\StarNet\X-Win32\”
with the following format.
<Licenses>
<License type="Floating">Long Floating Key 1</License>
<License type="AnchorSoft">Long AnchorSoft Key 2</License>
</Licenses>
The actual license is the text in between the key tags. This license is installed for the current user only. To install the license for every user on your system please see Installing Licenses for Multiple Users
Version 8.0 and 8.1
If the current user has administrator priveleges the license is stored in
”%PROGRAMFILES%\StarNet\X-Win32 8.x\” (x being 0 or 1)
Otherwise the license is stored in
”%APPDATA%\StarNet\X-Win32\”
The license.config file is an XML based file with the following format.
<Licenses>
<FloatingKeys>
<Key>Long Floating key 1</Key>
<Key>Long Floating key 2</Key>
<Key>Long Floating key 3 etc...</Key>
</FloatingKeys>
<LicenseKeys>
<Key>Long Node locked key 1</Key>
<Key>Long Node Locked key 2</Key>
<Key>Long Node Locked key 3 etc ...</Key>
</LicenseKeys>
</Licenses>
The actual license is the text in between the key tags.
Version 7 and below
Floating Licenses
- Run X-Config
- Click on the “license” tab
VN Node Locked
In version 7 and below the license is stored in the registry. Finding your license requires you to traverse your registry settings. Please proceed with caution whenever entering the registry - Click on the Start Menu
- Run
- type regedit
#Go to the following registry entry to find your key
HKEY_LOCAL_MACHINE\Software\StarNet\X-Win32\Version Number\LicenseKey
See Also:
Installing Licenses for Multiple Users
Node Locked Versus Floating licenses
Category:Licensing
Category:Licensing -> Floating

Solutions