lollipopkit/flutter_server_box

ServerBox - server status & toolbox

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 7th, 2026
Created on September 13th, 2021
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 550
Total Stargazers: 8,673 (+1)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 36.7 hours
Mean response time: 56.7 days
90th percentile: 204.7 days
Tracked items: 462

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in about 5 hours, while "timeout" waits about 6 weeks. Only 11% of issues opened in the past year have been closed. Three people close 90% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 10
Closed in 7 days: 15
Avg open age: 92 days
Stale 30+ days: 2
Stale 90+ days: 1

Recent activity

Opened in 7 days: 10
Closed in 7 days: 15
Comments in 7 days: 3
Events in 7 days: 25

Top labels

  • bug (92)
  • feature (31)
  • todo (30)
  • enhancement (27)
  • lib (13)
  • question (13)
  • timeout (10)
  • can't reproduce (6)

Detailed Description

Flutter Server Box is a mobile application that monitors Linux, Unix, and Windows server status through charts and provides tools to manage servers remotely.

The tool solves the problem of monitoring and managing servers from mobile devices by establishing SSH connections to remote machines and displaying real-time system metrics through visual charts. It retrieves server status information including CPU, memory, disk usage, and other performance indicators, presenting this data in an accessible mobile interface. The application also includes a terminal emulator for executing commands directly on connected servers, a file manager for browsing and manipulating remote filesystems, and utilities for viewing running processes, managing services, and monitoring containers.

The project suits developers and system administrators who need to check server health and perform administrative tasks while away from their primary workstations. It works across iOS and Android platforms, making it useful for anyone managing multiple servers who wants a unified mobile interface. The tool is particularly valuable for those already familiar with SSH-based server management, as it extends that workflow to mobile devices without requiring separate monitoring infrastructure.

The project maintains active development with regular updates addressing both new features and bug fixes. The codebase shows consistent refinement of the mobile user experience across different device sizes and platforms. Community engagement is present through issue tracking and feature requests, indicating responsiveness to user needs. The project includes comprehensive documentation and maintains a dedicated website for information and support.