# web-terminal **Repository Path**: chenzz/web-terminal ## Basic Information - **Project Name**: web-terminal - **Description**: web-terminal 终端工具,ssh协议管理linux服务器,不过这是一个web项目,使用浏览器访问网页操作。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://fun-easycode.yuque.com/org-wiki-fun-easycode-bs5dvw/hzd9fx?# 《WebTerminal》 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-01-07 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web-terminal ![img.png](img.png) 架构,就是单体架构,多模块 - jproxy 这是一个用于代理转换的开源项目,移过来的代码,socket可以转http - web-terminal-server 这是服务端接口的代码 - web-terminal-frontend 这是前端的代码 后端技术栈 - jdk17 - springboot3 - sqlite3 - flywaydb sql版本管理 - jsch ssh - hutool 工具包 - apache sshd 这个用于开socket动态转发,jsch不支持,需要自己实现较为麻烦。 - nashorn 嵌入js脚本 - bootadmin 监控 - knife4j 接口文档管理 bootadmin访问 http://localhost:8899/boot-admin knife4j访问 http://localhost:8899/doc.html 前端主要技术栈 - vue3 - vite - pinia - trzsz - element-plus - xterm - axios - antv x6 - unocss