# Import from seed phrase

### 1. Navigate to the "Import Seed Phrase" menu

If you're running from source code, please execute "yarn start-commander" to run the client.&#x20;

```
yarn start-commander
```

If you're running with Docker, please use the following commands to run it in interactive mode (assume the container name is commander)

```
docker rm commander
docker run -it --name commander -v $HOME/.exsat/:/app/.exsat -e CLIENT_TYPE=commander exsatnetwork/exsat-client:latest
```

Then perform the "Import Seed Phrase" action by choose :&#x20;

Synchronizer/Validator -> Import Seed Phrase

### 2. Perform the "Import Seed Phrase" action

Enter your seed phrase (12 words)

<figure><img src="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2F7XlwlU0bsDRubMKVZfac%2Fimage.png?alt=media&#x26;token=31613e00-b816-49c4-9d43-ff05d8c0dab7" alt="" width="470"><figcaption></figcaption></figure>

After entering the seed phrase, click \[Enter] to generate the keystore. At this point, you need to enter and verify the account name (note: do not include `.sat` in the account name).

<figure><img src="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2FVqqhySroRJexybUM9ge2%2Fimage.png?alt=media&#x26;token=772104c9-9003-496c-9132-af25233eccfd" alt="" width="422"><figcaption></figcaption></figure>

Keystore will be generated from the seed phrase, please set up the password for unlocking the keystore.  And choose a path to store the keystore file at the end of importing the account. You could select a directory ,choose the root directory, or mannually input a path.

If you're running the client in the **docker,** be sure that the path you choosed is mapped to the host machine. Otherwise, if you remove the Docker container, the keystore file will be lost, and you will need to regenerate the keystore file by importing the seed phrase or private key. It's suggested to choose the home path (the 1st option in the menu) .

<figure><img src="https://3042747009-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDUBtTPZKYj40o0zqoC8%2Fuploads%2FUujrok7rirYSn9Zngquw%2Fimage.png?alt=media&#x26;token=121dec24-f3f6-47a6-bc1f-96e918f77375" alt=""><figcaption></figcaption></figure>
