-
Notifications
You must be signed in to change notification settings - Fork 0
Super Admin License Management
GT AI OS Release edited this page Jun 18, 2026
·
3 revisions
View your deployment ID, activate licenses, and manage seat allocations from the License page.
GT AI OS Enterprise uses deployment-specific licensing:
- Deployment ID: Unique identifier for your installation
- Seat-based: Licenses specify maximum active users
- Cryptographically signed: Cannot be modified or transferred
- Click License in the sidebar
- The page displays your deployment ID and license status
| Feature | Description |
|---|---|
| Deployment ID | Your unique installation identifier |
| License Activation | Paste and activate license |
| License Status | View seats, expiration, type |
| Seat Tracking | Monitor usage vs allocation |
Your unique installation identifier:
- Find the Deployment ID card
- Click Show to reveal the full ID
- Click Copy to copy to clipboard
Format: gt2-550e8400-e29b-41d4-a716-446655440000
Important: The Deployment ID is generated on first access and remains constant for your installation.
After activation, displays:
| Field | Description |
|---|---|
| Max Seats | Maximum active users allowed |
| Used Seats | Current active user count |
| Valid Until | License expiration date |
| Status | Active, Expired, or Trial |
| License Type | Enterprise, Trial, etc. |
Area to paste and activate your license:
- Paste license string in textarea
- Click Activate License
- Wait for validation
- View updated status
- Navigate to License page
- Find the Deployment ID section
- Click Show to reveal the ID
- Click Copy to copy
- Send to GT Edge AI support to receive your license
Once you receive your license from GT:
- Navigate to License page
- Find the License Activation section
- Paste the entire license content into the textarea
- Click Activate License
- Wait for validation (signature verification)
- View your license details
Valid licenses look like:
LIC-ABC123DEF456:jYuxwFtJbrmn20k/uoMYKj...
- Starts with
LIC- - Contains a colon
: - Followed by encrypted data
Each active user consumes one seat:
| User Status | Seat Usage |
|---|---|
| Active | Uses 1 seat |
| Disabled | No seat used |
| Deleted | No seat used |
If you reach your seat limit:
- New user creation is blocked
- Existing users continue working
- Message indicates seat limit reached
To create more users when at limit:
- Navigate to Users page
- Find inactive users
- Disable or Delete unused accounts
- Seats become available immediately
| State | Meaning |
|---|---|
| Not Activated | No license applied, limited users |
| Active | License valid and working |
| Expired | License past expiration date |
| Invalid | License doesn't match deployment |
When a license expires:
- Existing users continue working
- New user creation may be blocked
- Contact GT for renewal license
- Contact GT Edge AI support
- Request renewal license
- Receive new license string
- Activate using same process
- New expiration date applies
| Feature | Protection |
|---|---|
| Deployment binding | License tied to specific Deployment ID |
| Cryptographic signature | Cannot be modified |
| Expiration enforcement | System validates date |
| Scenario | Result |
|---|---|
| License modified | Activation fails, signature invalid |
| Different deployment | Activation fails, ID mismatch |
| Database reset | New Deployment ID generated, need new license |
| License shared | Only works on original deployment |
The Deployment ID may change if:
- Database is completely reset (
docker compose down -v) - Fresh installation is performed
- System is migrated to new hardware
If your Deployment ID changes:
- Copy the new Deployment ID
- Contact GT Edge AI support
- Request license re-issue
- Activate the new license
| Cause | Solution |
|---|---|
| Incomplete license | Copy the entire string including LIC- prefix |
| Wrong Deployment ID | License was generated for different installation |
| Corrupted license | Request new license from GT |
| Expired license | Request renewal license |
- You've reached your seat limit
- Solution: Disable unused accounts or upgrade license
- Refresh the page
- Check database connectivity
- View backend logs for errors
- This shouldn't happen with valid licenses
- Contact support to verify license details
# View license-related logs
docker compose logs control-panel-backend --tail 100 | grep -i license
# Check license in database
docker exec gentwo-controlpanel-postgres psql -U postgres -d gt2_admin -c "SELECT * FROM licenses;"Without an activated license:
| Feature | Status |
|---|---|
| User creation | Limited to trial count |
| All features | Available |
| Enterprise support | Not included |
- Copy Deployment ID from License page
- Contact GT Edge AI with your Deployment ID
-
Provide details:
- Organization name
- Number of users needed
- Contract/purchase order reference
- Receive license via email
- Activate using steps above
- User Management - Manage users within seat allocation
- Deployment Checklist - Complete initial setup
- Troubleshooting - Resolve license issues