2024-07-31 15:08:19 +08:00
2024-07-31 14:55:19 +08:00
2024-07-31 15:08:19 +08:00
2024-07-31 14:49:15 +08:00
2024-07-30 19:00:16 +08:00
2024-07-29 14:33:40 +08:00
2024-07-11 12:13:33 +08:00
2024-07-29 15:08:29 +08:00
2024-07-29 14:33:40 +08:00
2022-06-08 16:47:41 +08:00
2024-07-29 13:56:41 +08:00
2024-07-29 13:56:41 +08:00
2024-07-31 14:56:43 +08:00
2024-07-31 14:14:41 +08:00

EasyNode

Warning

初次部署EasyNode登录系统后务必记得修改默认账户密码 admin/admin

Warning

强烈建议使用 iptablesfail2ban 等安全服务限制IP访问谨慎暴露面板服务到公网。

Note

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

功能

  • webssh终端&SFTP

  • 批量导入(Xshell&FinalShell)

  • 实例分组

  • 凭据托管

  • 邮件通知

  • 实例状态推送

  • 批量指令(开发中)

  • 脚本库(开发中)

  • 实例面板 实例面板

  • 终端&sftp 终端&sftp

安装

服务端安装

  • 占用端口8082 推荐使用docker镜像安装

Docker

docker run -d --net=host --name=easynode-server -v $PWD/easynode/db:/easynode/server/app/db chaoszhu/easynode

访问:http://yourip:8082

手动部署

依赖Nodejs版本 > 20+

git clone https://github.com/chaos-zhu/easynode
cd easynode
yarn
cd web
yarn build
mv dist/* ../server/app/static
cd ../server
yarn start
# 后台运行需安装pm2
pm2 start index.js --name easynode-server

访问:http://yourip:8082

  • 查看日志:pm2 log easynode-server
  • 启动服务:pm2 start easynode-server
  • 停止服务:pm2 stop easynode-server
  • 删除服务:pm2 delete easynode-server

客户端安装

  • 客户端用于实时向服务端推送系统、公网IP、CPU、内存、硬盘、网卡等基础信息,不安装不影响使用面板,但是无法实时同步基础信息。

  • 占用端口:22022

X86架构

wget -qO- --no-check-certificate https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install-x86.sh | bash

ARM架构

wget -qO- --no-check-certificate https://mirror.ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client-install-arm.sh | bash

卸载

wget -qO- --no-check-certificate https://mirror.ghproxy.com/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


版本日志

安全与说明

本人非专业后端,此服务全凭兴趣开发. 由于知识受限,并不能保证没有漏洞的存在,所以请务必使用iptables限制ip访问该服务且不要轻易暴露此服务在公网。

开发

  1. 拉取代码,环境 nodejs``>=20
  2. cd到项目根目录yarn install 执行安装依赖
  3. yarn dev启动项目
  4. web: http://localhost:18090/

Q&A

感谢Star

  • 你的Star是我更新的动力感谢~

License

MIT. Copyright (c).

Description
一个多功能Linux服务器WEB终端面板(webSSH&webSFTP). 更新通知TG:
Readme MIT 25 MiB
Languages
Vue 59.2%
JavaScript 37.3%
SCSS 1.7%
Shell 1.1%
HTML 0.6%
Other 0.1%