How to start working with CLI
To make sure you have the latest version of CLI, launch the app.
Select your OS and follow the instructions below.
Windows
- Launch the app
- Open Command Prompt (
cmd.exe) as administrator - Move to the directory, where CLI is located by entering
cd C:/Users/%username%/mlx/deps/cli→ press Enter - Run
xcli.exe→ your local command prompt window will open - Paste this prompt to log in:
xcli login --username "your username" --password "your password" - Replace values of the flags (
--usernameand--password) with your email and password - Choose your desired command from the list

macOS
- Launch the app
- Open terminal
- Move to the directory where CLI is located by entering
cd mlx/deps/cli→ press Enter
The directory will be the following:Users/%username%/mlx/deps/cli - Run
./xcli→ your local command prompt window will open - Paste this prompt to log in:
./xcli login --username "your username" --password "your password" - Replace values of the flags (
--usernameand--password) with your email and password - Choose your desired command from the list

Linux
- Launch the app
- Open Terminal
- Move to the directory where CLI is located by entering
cd mlx/deps/cli→ press Enter
The directory will be the following:Home/%username%/mlx/deps/cli - Run
./xcli→ your local command prompt window will open
- Paste this prompt to log in:
./xcli login --username “your username” --password “your password” - Replace values of the flags (
--usernameand--password) with your email and password - Choose your desired command from the list


With Multilogin CLI interface now open, you are ready to start to use quick, no-code API features in Multilogin! Ready to learn CLI commands? Read about them in the following article: Learn CLI commands.