> 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/latest-update.md).

# Latest update

### **Hello node operators!** <a href="#hello-node-operators-if-you-have-already-registered-a-node-on-the-stader-node-then-please-follow-the" id="hello-node-operators-if-you-have-already-registered-a-node-on-the-stader-node-then-please-follow-the"></a>

* &#x20;**if you have already registered a node on the Stader node then please follow the below steps update your node by downloading and installing Stader node version v1.3.3**[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/latest-update#hello-node-operators-if-you-have-already-registered-a-node-on-the-stader-node-then-please-follow-the-below-steps-update-your-node-by--downloading-and-installing-stader-node-version-v132)
* **If you want to register a new node on Stader for the first time, please** [**start** **here**](/stader/ethereum/node-operator/permissioned-node-operator/node-registration-and-adding-validators/step-1-download-stader-node.md)

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

Download Stader node CLI using the Wget command below on your terminal as per your respective system architecture:

* **Wget link AMD64(Linux):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-linux-amd64 -O`\
  `~/bin/stader-permissioned-cli`
* **Wget link ARM64(Linux):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-linux-arm64 -O`\
  `~/bin/stader-permissioned-cli`
* **Wget link (MacOS - Intel):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-darwin-amd64 -O`\
  `~/bin/stader-permissioned-cli`
* **Wget link (MacOS - M1):** `wget https://staderlabs.com/eth/releases/stader-node-build/permissioned/v1.3.3/stader-permissioned-cli-darwin-arm64 -O`\
  `~/bin/stader-permissioned-cli`

**Unique checksums for verification and added security**\
**Verify the checksums using the following command:** `sha256sum ~/bin/stader-permissioned-cli`

* **AMD64(Linux):** ad61a650858dc3a63997948fe479ee4d916cba562d91897604ea07ddf5976780
* **ARM64(Linux):** e3dd8a7d5fc4e740d4f60992ba516dcca5f9146a92d0e4058d6490c1c899c5ff
* **MacOS-Intel:** e2e5d67d758a00a1ffc0a7a9773470ce0fc6aa844c024f89bdda88a3fe02f235
* **MacOS-M1:** b265f980ae7088f8b682fe63c2a4d0955738222cefaf6bec1851d7c8ca9bb238

### **Step 2: Give permission to run the downloaded upgrade**[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/latest-update#step-2-give-permission-to-run-the-downloaded-upgrade) <a href="#step-2-give-permission-to-run-the-downloaded-upgrade" id="step-2-give-permission-to-run-the-downloaded-upgrade"></a>

Give permission to run the downloaded application using the command -

**`chmod +x ~/bin/stader-permissioned-cli`**

### **Step 3: Restart Stader services**[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/latest-update#step-3-restart-stader-services) <a href="#step-3-restart-stader-services" id="step-3-restart-stader-services"></a>

Please run the stop and start service command to restart Stader services

* Stop the service using the command **`~/bin/stader-permissioned-cli service stop`**
* Start the service again using the command **`~/bin/stader-permissioned-cli service start`**

### **Step 4: Check the CLI version**[​](https://www.staderlabs.com/docs-v1/Ethereum/Node-operator/permissioned-node-operator/latest-update#step-4-check-the-cli-version) <a href="#step-4-check-the-cli-version" id="step-4-check-the-cli-version"></a>

After a successful restart of the terminal run the command **`~/bin/stader-permissioned-cli --version`** to verify if the update was downloaded and running perfectly.

**Latest version v1.3.3**


---

# 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/latest-update.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.
