# Server Dashboard **Repository Path**: athelas/server_dashboard ## Basic Information - **Project Name**: Server Dashboard - **Description**: 服务器运维面板,在原版Opcahce(基于https://github.com/amnuts/opcache-gui)的基础上新增了PHP-FPM面板,并将原有的基于配置文件的登录功能升级为基于数据表,提高了安全性。同时新增了对多PHP版本的支持。 计划加入历史数据自动记录功能、数据可视化功能(基于Echarts)。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-18 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Server Dashboard #### Description 服务器运维面板,支持Apache在Fast-CGI模式工作模式下,对多PHP版本的Opcache、PHP-FPM进行管理。 其中Opcache基于[amnuts/opcache-gui](https://github.com/amnuts/opcache-gui)修改,增加了简单的登录功能,用于生产环境服务器通过WEB界面远程操作。