CLI Installation on Linux
How to install the Keeper Commander CLI on Linux
Supported Operating systems:
Ubuntu (Current release and latest LTS release)
CentOS (Current)
RedHat (Current)
Video Overview
Watch the video below to learn how to install and log in to Keeper Commander.
Pre-requisites
Install Python 3.x
Install Package installer for Python
Instructions
Installing Python:
Based on your distribution, follow the instructions to install Python 3.x, typical installation commands are listed below.
$ sudo apt install python3
OR
$ yum install -y python3
Also ensure the "Package installer for Python" is installed (you may need to run an apt-get update first):
$ sudo apt install python3-pip
OR
$ sudo yum install python3-pip
Next, upgrade pip3 to the latest version using the command:
$ sudo pip3 install --upgrade pip
Next, install Keeper Commander using pip3:
$ pip3 install keepercommander
Once installed, ensure you have the latest version by upgrading Commander:
$ pip3 install --upgrade keepercommander
Now you can launch the keeper shell using command:
$ keeper shell
You should see:

Last updated
Was this helpful?