License Management
Register Your License
A license key is required to use Speediful. During installation, you will be prompted to add your license key(s). You may add more after installation via a powershell or command prompt running with administrator permissions. For convenience, a Window start menu item is also provided to add your key(s)
Speediful will attempt to verify the license key first, and then store it
(admin powershell prompt)
PS C:\WINDOWS\system32> cd "C:\Program Files\Speediful\SLAM"
PS C:\Program Files\Speediful\SLAM> .\speediful_slam.exe register --license YOUR_LICENSE_KEY_HERE
Version: x.x.x; Build: xxxxxxxxxx [xxxxxx] (xxxxxxxxxxxxx)
Process ID: 25636
Attempting to register license: YOUR_LICENSE_K...
Checking license status
Successfully added license YOUR_LICENSE_K...
License registered successfully!
In the case of an invalid license key, you will see the following output. Double-check your license key and internet connection. If you still encounter problems, contact Speediful support.
Attempting to register license: ABC-123...
Checking license status
ERROR: The register operation failed
This license is not active. License not saved. Status: NOT_FOUND
List Licenses
You can list all installed licenses by running the command below or using the entry in the Windows start menu.
PS C:\Program Files\Speediful\SLAM> speediful_slam.exe list_licenses
Version: x.x.x; Build: xxxxxxxxxx [xxxxxx] (xxxxxxxxxxxxx)
Process ID: 25636
License Key | Organization
------------------ | --------------------------------
XXXXX-XXXXXX... | universal-containers
YYYYY-YYYYYY... | acmecorp
ZZZZZ-ZZZZZZ... | northern-trail-outfitters
Check License Status
The SLAM_license_status procedure prints the status of licenses installed on the machine: associated Org Id, Status (ACTIVE, EXPIRED), Expiry date
EXEC dbo.SLAM_license_status
-------------------------
Version: x.x.x; Build: xxxxxxxxxx [xxxxxx] (xxxxxxxxxxxxx)
Process ID: 25636
Found 2 license(s):
License Key: ABCDEFGHIJ...
Organization ID: 00Dau00000aaaaaAAA
Status: ACTIVE
Expiry: 2026-01-01T09:13:10.611Z
License Key: ZYXWVUTSQR...
Organization ID: 00Dau00000bbbbbAAA
Status: ACTIVE
Expiry: 2026-04-30T10:10:10.500Z