> For the complete documentation index, see [llms.txt](https://documentation.script.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.script.tv/nodes/lightning-node-overview/validator-lightning-node-setup/steps-to-change-node-password.md).

# Steps To Change Node Password

#### 1. Switch to the below directory.

* `cd/usr/local/go/src/github.com/scripttoken/scriptnet/node/key/encrypted`

#### 2. Download the key which is in the above directory on your local.

#### 3. Then, login to the wallet application.

* `(https://wallet.script.tv/unlock/keystore-file) with the same key and node password.`

#### 4. After logged in to the wallet application , switch to the setting tab and reset your password.

#### 5. Then, upload the new key generated from the wallet application to the same server directory and replace it with the new key and run the below mentioned command.

* `mv {key}.keystore {key}`

#### 6. Now, switch to the directory and run the following command.

* `cd /usr/local/go/src/github.com/scripttoken/script`
* `make install`

#### 7. After successful compilation of code, you need to go to background process where node is running. Terminate the process and run the command with new password.
