EasyNode一个简易的个人 Linux 服务器开源管理面板 :EasyNode。基于Node.js编写,遵守MIT开源协议。支持多服务器管理,可通过 WebSocket 实时更新服务器基本信息,如系统、公网 IP、CPU、内存、硬盘、网卡等。

服务器安装

  • 依赖Node.js环境

  • 占用端口:8082(http端口)、22022(客户端端口)

  • 建议使用境外服务器(最好延迟低)安装服务端,客户端信息监控与webssh功能都将以该服务器作为跳板机

安装使用:

一键安装:依赖Linux基础命令:curl wget git zip tar;如未安装请先安装:

ubuntu/debian: apt install curl wget git zip tar -y

centos: yum install curl wget git zip tar -y

wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubusercontent.com/chaos-zhu/easynode/v1.2/easynode-server-install.sh | bash

访问:http://yourip:8082

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

源代码: https://github.com/chaos-zhu/easynode