2.1 KiB
2.1 KiB
Quickstart
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.
Windows
- Download
steamguard.exe
from the releases page. - Place
steamguard.exe
in 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
cd
to change directory into the folder where you placedsteamguard.exe
. For this example, it would becd Desktop
. - You should now be able to run
steamguard.exe
by typing.\steamguard.exe --help
and pressing enter.
Linux
Ubuntu/Debian
- Download the
.deb
from the releases page. - Open a terminal and run this to install it:
sudo dpkg -i ./steamguard-cli_<version>_amd64.deb
Other Linux
- Download
steamguard
from the releases page - Make it executable, and move
steamguard
to/usr/local/bin
or any other directory in your$PATH
.
chmod +x ./steamguard
sudo mv ./steamguard /usr/local/bin
- You should now be able to run
steamguard
by typingsteamguard --help
and pressing enter.
Importing existing maFiles from Steam Desktop Authenticator
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
maFiles
folder. - Place your
maFiles
folder in the following directory:- Linux:
~/.config/steamguard-cli/maFiles/
- Windows:
%APPDATA%\Roaming\steamguard-cli\maFiles\
- Linux:
- Run
steamguard
from your terminal.
Importing individual maFiles from Steam Desktop Authenticator
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>