# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.script.tv/nodes/lightning-node-overview/validator-lightning-node-setup/steps-to-change-node-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
