steamguard-cli is a command-line tool, and as such, it is meant to be used in a terminal. This guide will show you how to get started with steamguard-cli.
- Download
steamguard.exefrom the releases page. - Place
steamguard.exein a folder of your choice. For this example, we will use%USERPROFILE%\Desktop. - Open Powershell or Command Prompt. The prompt should be at
%USERPROFILE%(eg.C:\Users\<username>). - Use
cdto change directory into the folder where you placedsteamguard.exe. For this example, it would becd Desktop. - You should now be able to run
steamguard.exeby typing.\steamguard.exe --helpand pressing enter.
- Download the
.debfrom the releases page. - Open a terminal and run this to install it:
sudo dpkg -i ./steamguard-cli_<version>_amd64.deb- Download
steamguardfrom the releases page - Make it executable, and move
steamguardto/usr/local/binor any other directory in your$PATH.
chmod +x ./steamguard
sudo mv ./steamguard /usr/local/bin- You should now be able to run
steamguardby typingsteamguard --helpand pressing enter.
If you have used Steam Desktop Authenticator before, you can use your existing maFiles into steamguard-cli, and they will be automatically upgraded for use with steamguard-cli.
- Make a backup of your
maFilesfolder. - Place your
maFilesfolder in the following directory:- Linux:
~/.config/steamguard-cli/maFiles/
- Windows:
%APPDATA%\steamguard-cli\maFiles\
- Linux:
- Run
steamguardfrom your terminal.
It's also possible to import a single maFile from Steam Desktop Authenticator and add it to your existing manifest.
steamguard import --sda <path to maFile>