Who can use this?
Plan: Enterprise (Admins)
Platform: Windows/Mac
Managed from: Admin Portal
Deploying Krisp for your team offers a fast, efficient, and controlled setup experience, ensuring that your team members are up and running in no time. It is the best way to take full control of the setup, minimize delays, and maintain a smooth experience for your users!
With Krisp Enterprise, you have two team configuration options: email-based teams and device-based teams.
Deploy Krisp for device-based team
This article focuses on the streamlined deployment process for email-based teams, allowing you to manage and control access easily.
Info
If you're interested in deploying a device-based team, please refer to our Configure Krisp device-login team article.
Deploy Krisp for email-based team through MSI parameter
Admins can efficiently deploy Krisp across the team using MSI installation parameters. Below are the two main options for deploying an email-based team:
Deployment prerequisites
- Download the latest Krisp MSI installer from the Admin Portal.
- Prepare your deployment parameters (e.g., SSO Slug) based on your team configuration.
Info
If you would like to get started with SSO for your Krisp team, check out Getting Started with Krisp SSO article.Integrating your organization’s SSO with Krisp allows users to log in directly through your SSO provider, enhancing security and simplifying the login process.
Command:
msiexec /i “C:\Users\Username\krisp.msi” KP_sso_slug=”MyTeamSlug”
Info
MyTeamSlug is your Krisp team's slug. Your team slug will match your company domain name if you use your company email and if that slug is not being used by another team. Otherwise, it will be generated randomly.Key Points:
- The SSO Slug is passed directly during installation and saved in the key.config file.
- To update the SSO Slug, simply provide a new value during an update. If no SSO Slug is provided during an update, the existing configuration remains unchanged.
- To remove the SSO configuration, set the parameter value to empty: KP_sso_slug="". This action will clear the SSO settings from the configuration file.
Once the admin sets up SSO login for the team and includes the SSO Slug information during the installation or update, users will see a "Sign in with SSO" button in the Krisp app, which takes them directly into the SSO login flow, streamlining their access.
Command:
msiexec /i “C:\Users\Username\krisp.msi”
Key Points:
- This method installs Krisp with default settings, ideal for teams that do not require SSO or additional configurations.
- You retain the ability to manage updates and user access through the Admin Portal after installation.
Deploy Krisp for email-based team through Terminal on Mac
Anyone with admin access would be able to install Krisp through Terminal on Mac. The option is intended for the IT team with admin access to run shell scripts to install/update Krisp remotely and in bulk.
To install Krisp on a system level, follow these steps:
- Before executing the installation command, make sure you have downloaded the Krisp installer package from your Krisp account dashboard.
- Open Terminal window, type or copy-paste the following command sudo installer -pkg and press space.
- Copy the path of the downloaded Krisp installer package. To do that, right-click on the installer package and hold the option key until you see copy krisp_x.x.x_x64.pkg as a pathname.
- Go to Terminal, paste the pathname right after the sudo installer -pkg command, press space and write -target / at the end.
- Your final installation command should look something like this:
sudo installer -pkg ~/Downloads/krisp_2.25.3_arm64.pkg -target / - Execute the command by clicking Enter and Krisp will be instanly installed on your Mac device.