This commit is contained in:
zhulj 2022-06-08 17:29:12 +08:00
parent 9c05da023f
commit f9ebdde89c

View File

@ -18,10 +18,10 @@
- 依赖Node.js环境
- 建议使用**境外服务器(最好延迟低)**安装服务端客户端信息监控与webssh功能都将以`该服务器作为跳板机`
- 占用端口8082(http端口)、8083(https端口)、22022(客户端端口)
- 建议使用**境外服务器(最好延迟低)**安装服务端客户端信息监控与webssh功能都将以`该服务器作为跳板机`
#### Docker镜像
> 注意网速统计功能可能受限预计v2.0版本修复
@ -60,26 +60,18 @@ wget -N --no-check-certificate xxx && bash easynode-server-install.sh
### 客户端安装
> 占用端口22022
> 支持后续一键升级、支持重复安装
- 占用端口22022
> 安装:支持后续一键升级
```shell
# 国外环境
wget -N --no-check-certificate xxx && bash easynode-client-install.sh
wget -N --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-install.sh && bash easynode-client-install.sh
# 国内环境
wget -N --no-check-certificate xxx && bash easynode-client-install.sh
```
> 卸载:无任何文件或服务残留
> 卸载:无服务残留
```shell
# 国外环境
wget -N --no-check-certificate xxx && bash easynode-client-uninstall.sh
# 国内环境
wget -N --no-check-certificate xxx && bash easynode-client-uninstall.sh
wget -N --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/master/easynode-client-uninstall.sh && bash easynode-client-uninstall.sh
```
> 查看客户端日志