> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/ethereum/node-operator/permissioned-node-operator/node-migration.md).

# Node Migration

In the event of a node crash or if you intend to move it to a new system or instance, you can perform a smooth migration by following these steps:

{% hint style="warning" %}
**Note**: Before migrating your node to a new system, please ensure that the old system has been completely shut down and validators are no longer participating in block attestation or proposal on the old system. Running same validators on multiple systems simultaneously will lead to slashing penalties due to double signing.
{% endhint %}

### Step 1: Download the latest permissioned Stader node CLI[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-migration#step-1-download-the-latest-permissioned-stader-node-cli) <a href="#step-1-download-the-latest-permissioned-stader-node-cli" id="step-1-download-the-latest-permissioned-stader-node-cli"></a>

* Visit the following link to download the latest version of Stader node CLI for permissioned node operators: [Download Stader node](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-registration-and-adding-validators/step-1-download-stader-node)

### Step 2: Install Stader node CLI[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-migration#step-2-install-stader-node-cli) <a href="#step-2-install-stader-node-cli" id="step-2-install-stader-node-cli"></a>

* After downloading the latest version of Stader node CLI, follow the provided instructions to install it by visiting the following link: [Install Stader node](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-registration-and-adding-validators/step-2-install-stader-node)

{% hint style="warning" %}
**Note**: Before proceeding with the next step of recovering your wallet on your new setup,  please ensure that the old system has been completely shut down and validators are no longer participating in block attestation or proposal on the old system. Running same validators on multiple systems simultaneously will lead to slashing penalties due to double signing.
{% endhint %}

### Step 3: Recover your wallet[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-migration#step-3-recover-your-wallet) <a href="#step-3-recover-your-wallet" id="step-3-recover-your-wallet"></a>

* You can recover your wallet using the wallet recover command : **`~/bin/stader-permissioned-cli wallet recover`**
* Enter your password and the wallet mnemonic to recover your wallet.

### Step 4: Check your node and validator status[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/node-migration#step-4-check-your-node-and-validator-status) <a href="#step-4-check-your-node-and-validator-status" id="step-4-check-your-node-and-validator-status"></a>

After wallet recovery -

* To check the status of your node, using the following command: **`~/bin/stader-permissioned-cli node status`**
* To check the status of your validator, using the following command: **`~/bin/stader-permissioned-cli validator status`**

{% hint style="warning" %}
**Note:** Stader will not be responsible for the validator setup. Permissioned node operators are expected to generate their own validator keys and maintain them.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://stader.gitbook.io/stader/ethereum/node-operator/permissioned-node-operator/node-migration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
