filecat

程序员的web文件服务器与开发必备工具箱,运维工具,具备远程终端\桌面控制、SSH代理、文件在线浏览\编辑\解压缩、CI\CD、内网穿透、超大日志查看等功能.The programmer's web file server and essential toolkit, featuring remote terminal/desktop control, SSH proxy, online file browsing/editing/extraction, CI/CD, internal network penetration, large log viewing, and more.

53
7
JavaScript

FileCat

FileCat 是一个基于 Web 的服务器管理工具,集成了文件管理、超大日志查看、远程终端访问、系统进程监控,以及包括 VPN、SSH、RDP、HTTP、TCP 等多种网络代理功能。

FileCat is a web-based server management platform that provides file management, large-scale log viewing, remote terminal access, process monitoring, and various network proxies including VPN, SSH, RDP, HTTP, and TCP.

本软件是基于filebrowser的ui与文件管理功能、添加了 系统管理、远程代理、CI/CD自动化构建、VPN 等诸多与开发人员平时用到的功能,目的是成为一个简洁好用的服务器管理工具,也可以说是服务器控制面板。

安装方式 / Installation

1. Npm

npm install -g filecat --registry https://registry.npmmirror.com 使用 filecat --port 5567

2. Docker

docker run -d \ --name filecat \ --restart=always \ --net=host \ -v /home:/home \ ghcr.io/xiaobaidadada/filecat:latest \ --port 5567 --base_folder /home

3. Binary 二进制

Download the latest Releases

在线演示 / Demo

http://demo.filecat.xiaobaidadada.fun/

账号密码: admin/admin. english account: en_admin/en_admin. 演示主机由亚洲云提供.

功能概览 / Features

文件管理 代码编辑 多用户管理
10G 日志查看 系统信息 vpn
image

qq群

824838674

Thanks

以下项目为 FileCat 提供了灵感或基础