How to install the Keeper Commander CLI on Linux
Ubuntu and variants (Current release and latest LTS release)
CentOS (Current)
RedHat, Rocky (Current)
Watch the video below to learn how to install and log in to Keeper Commander.
‌Based on your distribution, follow the instructions to install Python 3.x, typical installation commands are listed below.
OR
Also ensure the "Package installer for Python" is installed (you may need to run an apt-get update first):
OR
Next, upgrade pip3 to the latest version using the command:
Best practice is to set up a virtual environment to avoid system conflicts
Then login to the Keeper CLI using:
To install on the system without a virtual environment:
Next, ensure Keeper is in the PATH so that the "keeper" binary is available. Adjust this as needed.
To validate Keeper Commander is properly installed, login:
To quickly login to your account on the US data center, use the following command:
For detailed login and session management instructions, see the section.
We release updates weekly. You can update to the latest version of Commander by typing:
sudo apt install python3yum install -y python3sudo apt install python3-pipsudo yum install python3-pipsudo pip3 install --upgrade pippython3 -m venv keeper-env
source keeper-env/bin/activate
pip install keepercommanderkeeper shellpip3 install --user keepercommanderecho 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrckeeper shelllogin [email protected]pip3 install --upgrade keepercommander