Install Devtron Freemium

Introduction

With Devtron Freemium, you can access all the enterprise features limited to adding one additional cluster only, i.e., Devtron cluster (the cluster where Devtron is installed) and you can add up to one additional Kubernetes cluster. For your advanced and challenging use cases, you get comprehensive enterprise features including but not limited to:

  1. Release orchestration

  2. Resource monitoring

  3. Advanced filtering

  4. Fine-grained access control

  5. Security scans

  6. Policies related to approval, deployment, plugins, tags, infra...and many more.

Explore all the features of Devtron Enterprise for free to their full potential.

Already using Devtron's Open Source version?

This guide is intended for fresh installation of Devtron Freemium. If you're currently using the open-source (OSS) version of Devtron, we do not recommend upgrading your existing setup to Devtron Freemium.

Instead, we suggest you to perform a fresh installation of Devtron Freemium on a separate cluster (following the steps below) for the best experience.


Step 1: Go to the Devtron License Dashboard

To install Devtron Freemium; go to the Devtron License Dashboard. Log in with your work email to access the license dashboard. Devtron provides two login methods to log in to the License Dashboard

Method 1: Log In with SSO

  1. Log in using Google, GitHub, or Microsoft SSO providers. Personal email accounts such as Gmail, Yahoo are not supported.

Figure 1: Selecting SSO Provider
  1. Once logged in, the Devtron License Dashboard will open.

  2. Under Tell Us About You, enter some basic details to help us improve your Devtron Experience.

  3. After entering the details, click Next to proceed to Step 2: Install Devtron.

Figure 2: Entering the Details

Method 2: Log In with Email

You can also log in via Continue with Email. This will send a login link to the provided work email. To do so, follow the below steps:

  1. Select Continue with Email to log in.

Figure 3: Selecting 'Continue with Email'
  1. Enter your work email and select Send Login Link

Figure 4: Entering Email
  1. A login link will be sent to the email provided by you. If you do not receive the link, you can resend it after 30 seconds.

Note: Your login link is valid only for 10 minutes.

Figure 5: Sending Login Link

Email not received?

  • Check all sections of the mailbox, including the Spam section.

  • If you find the login link email in the Spam section, mark it as 'Not Spam'.

  1. Go to your provided email inbox and use the login link.

Figure 6: Email with Login Link

Once logged in, the Devtron License Dashboard will open.

  1. Under Tell Us About You, enter a few basic details to help us improve your Devtron Experience.

  2. Click Next to proceed to Step 2: Install Devtron.

Figure 7: Entering the Details

Step 2: Install Devtron

Recommendation

After entering the basic details, the next step is to install Devtron Freemium.

The installation commands for installing Devtron in Full Mode (with integrations) is directly available on the Devtron License Dashboard for different K8s distributions.

Choose your preferred K8s distribution and follow the displayed commands to install Devtron in Full Mode.

Figure 8: Installing Devtron

In case, you want to install Devtron dashboard only, use the commands given in Devtron without integrations (only dashboard) tab in Choose an Installation Option section.

Install Devtron in Air-Gapped Environments

You can also install Devtron in Air-Gapped environments to securely manage and deploy applications without internet access.

Refer the Devtron Enterprise (Air‐gapped) Guide to install Devtron in Air-Gapped environments.

Note

2.1 Add Devtron Helm Repository

helm repo add devtron https://helm.devtron.ai
helm repo update devtron

2.2 Choose an Installation Option

  • To install Devtron with all core enterprise features except ArgoCD:

helm install devtron devtron/devtron-enterprise --create-namespace --namespace devtroncd 
  • To include ArgoCD integration, add --set devtron.argo-cd.enabled=true

helm install devtron devtron/devtron-enterprise --create-namespace --namespace devtroncd --set devtron.argo-cd.enabled=true

2.3 Obtain the Dashboard URL

Run the following command to get the Dashboard URL:

kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'

You can access your Devtron Dashboard using the LoadBalancer URL displayed in the output.

After successfully installing Devtron and obtaining the dashboard URL, click Next to proceed to Step 3: Get License Key


Step 3: Get License Key

You will now need to enter your Devtron Installation Fingerprint to generate a license key.

Figure 9: Enter Installation Fingerprint

Get Devtron installation's fingerprint

To get the Installation Fingerprint, follow the below steps

  1. Visit your Dashboard URL (which you have obtained in Step-2.3) as shown below.

Figure 10: License Activation Screen
  1. You will see an Installation Fingerprint that uniquely identifies your installation. Copy the fingerprint.

Figure 11: Copying Installation Fingerprint
  1. Go back to the License Dashboard and paste the fingerprint you copied earlier and click Get License Key.

Figure 12: Pasting Installation Fingerprint
  1. Your license will be generated. Copy the license key.

Figure 13: Copying Generated License Key

Note

Warning

  1. Go back to your Devtron Dashboard URL page and paste your license key under License Key field and click Activate.

Figure 14: Pasting License Key and Activating
  1. Devtron Freemium will be activated, and you can log in to Devtron Dashboard.

Figure 15: Log in as Administrator

Facing Issues?

Visit the Troubleshoot section to identify the issue or connect with Devtron Support.


Log in to Devtron

  1. After successful license activation, you will see the Devtron login page.

Figure 16: Devtron Login Page
  1. Initially, log in with the administrator credentials. By default, the username is admin. Run the following command to get the admin password:

kubectl -n devtroncd get secret devtron-secret \
-o jsonpath='{.data.ADMIN_PASSWORD}' | base64 -d

Note

When you install Devtron for the first time, it creates a default admin user and password (with unrestricted access to Devtron). You can use it to log in as an administrator.

After the initial login, we recommend you set up any Single Sign-On (SSO) service like Google, GitHub, etc., and then add other users (including yourself). Subsequently, all the users can use the same SSO (let's say, GitHub) to log in to the Dashboard.

  1. After a successful login, the Devtron Dashboard will open, and you can explore all the enterprise features supported by Devtron Freemium.

Figure 17: Devtron Dashboard

Convert Enterprise Free Trial to Freemium

You can switch to Devtron Freemium at no cost and no reinstallation is required. All your apps, pipelines and config will remain intact.

After upgrade, with Devtron Freemium, you will be able to access all Devtron enterprise features for free and forever, with the limit of adding one additional connected cluster (the default cluster where Devtron runs + 1 additional connected cluster).

Mandatory Action Before Upgrading

  1. Open your Devtron dashboard and navigate to HelpAbout DevtronLicense.

    Figure 18: 'About Devtron' Help Menu
  2. Copy the Installation fingerprint.

    Figure 19: Copying Installation Fingerprint
  3. Navigate to the license dashboard; and you will be automatically redirected to the step 3 (Get License Key).

    Figure 20: Devtron License Dashboard
  4. Paste the fingerprint you copied earlier and click Get License Key.

    Figure 21: Pasting Fingerprint
  5. Your license will be generated. Copy the license key.

    Figure 22: Copying the License Key
  6. Navigate back to HelpAbout DevtronLicense, and click Update License.

    Figure 23: Clicking Update License
  7. Paste the new license key you copied earlier and click Activate; Devtron Freemium is now activated.

    Figure 24: Click Activate

Additional Actions

Check License Details

In Devtron, click the Help menu (top-right corner) → About Devtron to know the following:

  • License details (Key and Expiry)

  • Installation fingerprint

  • Enterprise version

Figure 25: 'About Devtron' Help Menu

Update License

If you have a new license key, you can update the license key directly within Devtron, from the About Devtron page.

Figure 26: Updating License

Upgrade License

If you want to add more than one cluster, email us at [email protected] or reach out to your Devtron representative to upgrade your license.

Figure 27: Upgrade License

Troubleshoot Issues

Issue
What it means
Where is it shown
Solution

License Claimed Snapshot

Someone from your organization has already availed a license

License Dashboard

Reach out to [email protected]

Invalid License Key Snapshot

The license key is incorrect or partial

Devtron Dashboard Page

Go to the License Dashboard and recheck the license

License Key No Longer Valid Snapshot

The license key has become invalid for your installation fingerprint

Devtron Dashboard Page

Generate a new license from License Dashboard.

Invalid Fingerprint Snapshot

The fingerprint is incorrect or partial

License Dashboard (Step-3)

Go to the License Activation Page and verify the fingerprint

Multiple Cluster Detected Snapshot

You have added more than one cluster

Devtron Dashboard Page or License Dashboard

Reach out to [email protected] for renewal

License Key Already Exists for Fingerprint Snapshot

You cannot generate more than 1 license key for 1 fingerprint

License Dashboard (Step-3)

Contact Support


FAQs

How many clusters does Freemium support?

Freemium supports adding one additional cluster (the Devtron cluster where Devtron is installed and one additional connected cluster). For more clusters, upgrade to the Devtron Enterprise.

Can I convert my existing Devtron OSS setup to Freemium?

We don’t recommend converting an existing OSS setup. For the best experience, perform a fresh Freemium installation. Refer Step 2: Install Devtron for the installation.

I’m on the Enterprise Free Trial. Can I switch to Freemium for free?

Yes. Generate a Freemium license key from the License Dashboard. In Devtron, open Help → About Devtron → Update License, paste the key, and select Activate. No reinstallation required; your setup remains intact.

Can I switch from Freemium to the Enterprise without reinstalling Devtron?

Yes. You don’t need to reinstall. Contact Devtron Support to obtain an Enterprise license key, then update the key in your existing setup.

Steps: In Devtron, go to Help → About Devtron → License → Update License, paste the Enterprise license key, and select Activate. Your apps, pipelines, and settings remain intact.

Is my Freemium license transferable to another Kubernetes cluster?

No. The Freemium license is bound to your current Kubernetes cluster and cannot be transferred. If the cluster is deleted, you won’t be able to claim a Freemium license on a new cluster.

If you need help, contact Devtron Support.

Last updated

Was this helpful?