licensing activate <activation code> (active|reserve)
Add license key to the specified slot using an activation code.
licensing install <file> (active|reserve)
Add the license key to the specified slot from the file <file>
.
licensing revoke (active|reserve)
Remove license key from the specified slot.
show licensing state
Show information about the installed license key. Active license key information is displayed first, followed by the reserve key information. The result depends on the type of license installed. In the example below, information about the active license key installed from a file is displayed first, followed by information about the reserve license key activated with a code.
Example output:
ngfw> licensing show
{
"active": {
"AppId": 2321,
"Count": 1,
"Creation date": "Mon Jun 9 00:00:00 2025 UTC",
"Customer": "Kaspersky\n\nRussian Federation\n\n\n\n\nfoo@bar.com",
"Expiration date": "Fri Jun 12 00:00:00 2026 UTC",
"Info": "LicenceNumber: 1234-123456-123456-1-123-12345. Internal testing",
"Installation date": "Tue Jul 1 08:36:12 2025 UTC",
"Limit date": "Fri Jun 12 00:00:00 2026 UTC",
"Period": 368,
"Product ID": 0,
"Product name": "Kaspersky NGFW vKX-8 Standard Russian Edition. 1 - Device 1 year NFR License - License: KFWS",
"Product version": "",
"License ID": "1234-123456-12345ABC",
"State": "Valid",
"Support": "",
"Type": "Commercial"
},
"reserve": {
"AppId": 2321,
"Count": 1,
"Creation date": "",
"Customer": "",
"Expiration date": "Sun Jun 14 00:00:00 2026 UTC",
"Info": "OrderNumber: 1B2D-250611-113705-2-277-315",
"Installation date": "Fri Jun 12 00:00:00 2026 UTC",
"Limit date": "Sun Jun 14 00:00:00 2026 UTC",
"Period": 368,
"Product ID": 0,
"Product name": "Kaspersky NGFW vKX-8 Extended Russian Edition. 1 - Device 1 year NFR License - License",
"Product version": "",
"License ID": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"State": "Valid",
"Support": "",
"Type": "Commercial"
}
}