# Shardeum 驗證者更新到1.1.6教程


By [無視（Mr Wu) lonanex.eth](https://paragraph.com/@lonanex) · 2023-03-31

---

这是官方公告
------

![](https://storage.googleapis.com/papyrus_images/3338cb4e2c61cff1b65edb2d0b790f58bcf6772f7094f60ac380451812a5276c.png)

直接上代码：

    1.docker ps -a      查询容器ID
    2.docker stop +容器ID     停止容器
    3.docker start+容器ID     启动容器
    4.exit                  断开服务器连接
    5.cd ..                  启动项
    6.curl -O https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh && chmod +x installer.sh && ./installer.sh           更新代码  两个Y,
    

    7.  cd .shardeum       
    8.   ./shell.sh
    9.   operator-cli gui start
    

这样就ok了

更简单的更新方法：连接服务器

    1.   cd .shardeum
    2.   ./update.sh    
    3.  更新完  
    4.  operator-cli gui start    启动

---

*Originally published on [無視（Mr Wu) lonanex.eth](https://paragraph.com/@lonanex/shardeum-1-1-6)*
