jamsouf / servyy

Single page server dashboard and file browser/viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Servyy - Single page server dashboard

Servyy is a small single page server dashboard and browser. It gives you a very short and fundamental overview about your server. You just need to upload one file, the Servyy.php to your server. If everything goes fine, it gives you in your browser some load and usage data from your machine in a nice way. With the browser you can navigate through your filesystem.

Requirements

  • Linux (with english or german locale)
  • Apache or nginx
  • PHP >= 5.3.0
  • shell_exec (access to console commands)

Usage

Just upload Servyy.php (only one file) to your server and open it in your browser:
wget https://raw.githubusercontent.com/jamsouf/servyy/master/Servyy.php

Dashboard


Overview
All important server data on one page.

--


CPU load
The different cpu load categories and a total cpu load.

--


Memory usage
Available and used memory or swap.

--


Disk usage
All filesystems on your server with the available and used size.

--


Tasks
Number of the tasks and the most commonly used processes.

--


Processes
CPU and memory usage of the top processes.

Browser


Browser
Directory and file browser.

--


Navigate
Filter or navigate through the filesystem.

About

Single page server dashboard and file browser/viewer

License:MIT License


Languages

Language:PHP 100.0%