mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-31 05:14:56 +01:00
d14e97485f6a8be48fde20e7e1afebf7da979c68
* refactor(process): Optimize the sorting logic of the process list and add a data integrity check flag Add the `_checkedIncompleteData` flag to avoid repeatedly checking data integrity Change `_sortModes` to a final variable and initialize it using `List.from` Remove unnecessary calls to `_timer.cancel` * refactor(process): Remove unused focus states and refactor process item operations Move the stop operation of the process item to the tail button, and remove the focus state-related code that is no longer used * fix(process): Fix the layout of the process page and the stop confirmation dialog box Adjust the spacing condition between CPU and memory display, and only add spacing when both are present Modify the confirmation dialog for stopping the process, and add a cancel button to provide a better user experience * refactor(process): Merge duplicate sorting mode removal logic Combine two separate `removeWhere` calls into one, simplifying the code and enhancing readability
English | 简体中文
Flutter Server Box
A Flutter project which provides charts to display Linux, Unix and Windows server status and tools to manage servers.
Especially thanks to dartssh2 & xterm.dart.
🏙️ Screenshots
![]() |
![]() |
![]() |
![]() |
📥 Installation
| Platform | From |
|---|---|
| iOS / macOS | AppStore |
| Android | GitHub / CDN / F-Droid / OpenAPK |
| Linux / Windows | GitHub / CDN |
Please only download pkgs from the source that you trust!
🔖 Features
Status chart(CPU, Sensors, GPU...),SSHTerm,SFTP,Docker & Process & Systemd,S.M.A.R.T...- Platform specific:
Bio auth、Msg push、Home widget、watchOS App... - English, 简体中文; Deutsch @its-tom, 繁體中文 @kalashnikov, Indonesian @azkadev, Français @FrancXPT, Dutch @QazCetelic, Türkçe @mikropsoft, Українська мова @CakesTwix; Español, Русский язык, Português, 日本語 (Generated by GPT)
🆘 Help
- In order to push server status to your portable device without opening ServerBox app (Such as message push and home widget), you need to install ServerBoxMonitor on your servers, and config it correctly. See wiki for more details.
- Common issues can be found in app wiki.
Before you open an issue, please read the following:
- Paste the entire log (click the top right of the home page) in the issue template.
- Make sure whether the issue is caused by ServerBox app.
- Welcome all valid and positive feedback, subjective feedback (such as you think other UI is better) may not be accepted.
After you read the above, you can open an issue.
🧱 Contributions
Any positive contribution is welcome.
If I forgot to add your name to the contributors list, please add a comment in the issue or PR you opened to let me know, I will add it as soon as possible.
Development
- Setup Flutter environment.
- Clone this repo, run
flutter runto start the app. - Run
dart run fl_build -p PLATFORMto build the app.
Translation
- Guide can be found in my blog.
- We need your help! Just feel free to open a PR.
💡 My other apps
📝 License
AGPL v3 lollipopkit & all contributors
Languages
Dart
91.1%
Swift
3.9%
Kotlin
2.1%
C++
1.5%
CMake
1.1%
Other
0.2%



