Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-72 changes #91

Merged
merged 8 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/thehive/images/installation/license7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
103 changes: 0 additions & 103 deletions docs/thehive/installation/activate-license.md

This file was deleted.

47 changes: 47 additions & 0 deletions docs/thehive/installation/activate-paid-license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Activating Paid License

## Overview

In addition to the [Community License](./request-community-license.md), TheHive provides two advanced licensing options tailored to meet various operational requirements.

### Gold License
The Gold License is designed for internal response teams who benefit from enhanced case management lifecycles and integration within their organizational infrastructure.

### Platinum License
The Platinum License is best suited for large teams needing extensive server connections, clustering, and dedicated, continuous support for mission-critical, large-scale incident response operations.

For full details, refer to [TheHive Pricing](https://strangebee.com/thehive-pricing-on-prem/).

 

---

## Activating the License

After purchasing a Gold or Platinum subscription, follow the steps below to activate it.

 

### 1. Log In to the StrangeBee License Portal

Log in to the portal using your credentials.

![](../images/installation/license6.png)

 

### 2. Activate Your License in StrangeBee License Portal

Go to the Licenses tab, locate your license, and select Activate.

![](../images/installation/paid-license-1.png)

 

### 3. Register Your License in TheHive instance

Copy the generated license key, go back to your TheHive instance, paste the license key into the appropriate field, and confirm to activate your license.

![](../images/installation/license4.png)

 
Empty file.
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ nav:
- 'System Requirements': thehive/installation/system-requirements.md
- 'Automated Installation Script': thehive/installation/automated-installation-script.md
- 'Step-by-Step Installation Guide': thehive/installation/step-by-step-installation-guide.md
- 'Activating the License': thehive/installation/activate-license.md
- 'Deploying a Cluster': thehive/installation/deploying-a-cluster.md
- 'Running with Docker': thehive/installation/docker.md
- 'Kubernetes Deployment': thehive/installation/kubernetes.md
- 'Request a Free Community License': thehive/installation/request-community-license.md
- 'Activating Paid License': thehive/installation/activate-paid-license.md
- 'Version Upgrades':
- 'Upgrade from Version 5.x': thehive/installation/upgrade-from-5.x.md
- 'Upgrade from Version 4.x': thehive/installation/upgrade-from-4.x.md
Expand Down