Skip to content

一个多功能Linux服务器WEB终端面板(webSSH&webSFTP). 更新通知TG:

License

Notifications You must be signed in to change notification settings

chaos-zhu/easynode

Repository files navigation

EasyNode

✨ 一个多功能Linux服务器WEB终端面板(webSSH&webSFTP) ✨

release deployment status docker pull release license

功能 · 面板展示 · 项目部署 · 监控服务安装 · 安全与建议 · 常见问题

功能

  • 功能完善的SSH终端&SFTP
  • 批量导入、导出、编辑服务器配置、脚本等
  • 脚本库
  • 实例分组
  • 凭据托管
  • 多渠道通知
  • 批量下发指令
  • 自定义终端主题

面板展示

面板展示

项目部署

  • 默认账户密码 admin/admin
  • web端口:8082

docker镜像

docker run -d -p 8082:8082 --restart=always -v /root/easynode/db:/easynode/app/db chaoszhu/easynode

环境变量:

  • DEBUG: 启动debug日志 0:关闭 1:开启, 默认关闭
  • ALLOWED_IPS: 可以访问服务的IP白名单, 多个使用逗号分隔, 支持填写部分ip前缀, 例如: -e ALLOWED_IPS=127.0.0.1,196.168

监控服务安装

  • 监控服务用于实时向服务端&web端推送系统、公网IP、CPU、内存、硬盘、网卡等基础信息

  • 默认端口:22022

安装

# 使用默认端口22022安装
curl -o- https://ghp.ci/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install.sh | bash

# 使用自定义端口安装, 例如54321
curl -o- https://ghp.ci/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install.sh | bash -s -- 54321

卸载

curl -o- https://ghp.ci/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-uninstall.sh | bash

查看监控服务状态:systemctl status easynode-client

查看监控服务日志: journalctl --follow -u easynode-client

查看详细日志:journalctl -xe


安全与建议

首先声明,任何系统无法保障没有bug的存在,EasyNode也一样。

面板提供MFA2功能,并且可配置访问此服务的IP白名单, 如需加强可以使用iptables进一步限制IP访问。 如果需要更高级别的安全性,建议面板服务不要暴露到公网。

webssh与监控服务都将以该服务器作为中转。中国大陆用户建议使用香港、新加坡、日本、韩国等地区的低延迟服务器来安装服务端面板

常见问题