lollipopkit/flutter_server_box

ServerBox - server status & toolbox

8,668

stars

1,595

commits

Dart

primary language

Sep 9, 2026

updated

serverbox.lollipopkit.com
android
dart
flutter
ios
server
ssh
status
vps

README

English | 简体中文

Flutter Server Box

donate lang license Ask DeepWiki

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

iPhone — 11 screenshots
Server listServer detailsTerminalFiles
ContainersProcessesServicesSnippets
AgentBenchmarkSettings
iPad — 10 screenshots
Server listServer detailsTerminal
FilesContainersProcesses
ServicesGlobeAgent
Settings
macOS — 10 screenshots
Server listServer details
TerminalFiles
ContainersProcesses
ServicesGlobe
AgentSettings

📥 Installation

PlatformFrom
iOSAppStore / GitHub (_NoSign.ipa, unsigned, you need to sign it yourself)
macOSApp Store (Apple silicon only) / GitHub (architecture-specific .dmg) / brew install --cask server-box
AndroidGitHub / CDN / F-Droid / OpenAPK
Linux / WindowsGitHub / CDN

Please only download pkgs from the source that you trust!

🔖 Features

  • Status chart (CPU, Sensors, GPU...), SSH Term, SFTP, Docker & Process & Services (systemd, procd, OpenRC), S.M.A.R.T...
  • Platform specific: Bio authMsg pushHome widgetwatchOS App...
  • 16 languages. The list is lib/l10n/, and the people who wrote them are that directory's git history — a copy here only ever went stale.

🆘 Help

qq donate discord
  • ServerBox Monitor is an agent you install on your servers. It is required for anything that has to work while the app is closed — message push, home widgets and the watch app — and it is also a second way to add a server: the app can reach it over HTTP instead of SSH, which suits hosts whose SSH port you would rather not expose, and gives charts a history from before the app ever connected. It serves a web panel of its own too. See its README for setup and for what each remote-access switch grants.

  • Common issues can be found in app wiki.

  • Asking an AI agent? This repository ships a skill that orients one: installing and using the app, deploying and configuring the monitor agent, bootstrapping the Flutter + Rust + Node environment, and the few facts that explain most "why can't I do X on this server" questions. Add it to whichever agent you use with

    npx skills add lollipopkit/flutter_server_box
    

    The source is .claude/skills/serverbox-onboarding, so you can read what it will tell your agent before installing it.

Before you open an issue, please read the following:

  1. Paste the entire log (click the top right of the home page) in the issue template.
  2. Make sure whether the issue is caused by ServerBox app.
  3. 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. CONTRIBUTING.md covers the development setup, the commit convention, the checks to run, and how translations work.

Contributors sign the CLA (中文) once, by leaving a single comment on their first pull request. It grants the right to ship your work in the App Store builds alongside the AGPLv3 source — you keep the copyright to what you wrote.

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

  1. Setup Flutter and Rust environments.
  2. Clone this repo, run make deps then make run to start the app.
  3. Run dart run fl_build -p PLATFORM to build the app.

Translation

  • We need your help! Just feel free to open a PR.

💡 My other apps

  • GPT Box - A third-party GPT Client for OpenAI API on all platforms.
  • MFuse - a macOS app that exposes remote storage in Finder through File Provider, with a modular backend layer for multiple protocols.
  • More - Tools & etc.

📝 License

AGPL v3 lollipopkit & all contributors

Contributors

(top 30 of 40)

lollipopkit

1,268 commits

GT-610

179 commits

dependabot[bot]

31 commits

PaperCube

18 commits

lollipopkit/flutter_server_box

ServerBox - server status & toolbox

8,668

stars

1,595

commits

Dart

primary language

Sep 9, 2026

updated

serverbox.lollipopkit.com
android
dart
flutter
ios
server
ssh
status
vps

README

English | 简体中文

Flutter Server Box

donate lang license Ask DeepWiki

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

iPhone — 11 screenshots
Server listServer detailsTerminalFiles
ContainersProcessesServicesSnippets
AgentBenchmarkSettings
iPad — 10 screenshots
Server listServer detailsTerminal
FilesContainersProcesses
ServicesGlobeAgent
Settings
macOS — 10 screenshots
Server listServer details
TerminalFiles
ContainersProcesses
ServicesGlobe
AgentSettings

📥 Installation

PlatformFrom
iOSAppStore / GitHub (_NoSign.ipa, unsigned, you need to sign it yourself)
macOSApp Store (Apple silicon only) / GitHub (architecture-specific .dmg) / brew install --cask server-box
AndroidGitHub / CDN / F-Droid / OpenAPK
Linux / WindowsGitHub / CDN

Please only download pkgs from the source that you trust!

🔖 Features

  • Status chart (CPU, Sensors, GPU...), SSH Term, SFTP, Docker & Process & Services (systemd, procd, OpenRC), S.M.A.R.T...
  • Platform specific: Bio authMsg pushHome widgetwatchOS App...
  • 16 languages. The list is lib/l10n/, and the people who wrote them are that directory's git history — a copy here only ever went stale.

🆘 Help

qq donate discord
  • ServerBox Monitor is an agent you install on your servers. It is required for anything that has to work while the app is closed — message push, home widgets and the watch app — and it is also a second way to add a server: the app can reach it over HTTP instead of SSH, which suits hosts whose SSH port you would rather not expose, and gives charts a history from before the app ever connected. It serves a web panel of its own too. See its README for setup and for what each remote-access switch grants.

  • Common issues can be found in app wiki.

  • Asking an AI agent? This repository ships a skill that orients one: installing and using the app, deploying and configuring the monitor agent, bootstrapping the Flutter + Rust + Node environment, and the few facts that explain most "why can't I do X on this server" questions. Add it to whichever agent you use with

    npx skills add lollipopkit/flutter_server_box
    

    The source is .claude/skills/serverbox-onboarding, so you can read what it will tell your agent before installing it.

Before you open an issue, please read the following:

  1. Paste the entire log (click the top right of the home page) in the issue template.
  2. Make sure whether the issue is caused by ServerBox app.
  3. 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. CONTRIBUTING.md covers the development setup, the commit convention, the checks to run, and how translations work.

Contributors sign the CLA (中文) once, by leaving a single comment on their first pull request. It grants the right to ship your work in the App Store builds alongside the AGPLv3 source — you keep the copyright to what you wrote.

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

  1. Setup Flutter and Rust environments.
  2. Clone this repo, run make deps then make run to start the app.
  3. Run dart run fl_build -p PLATFORM to build the app.

Translation

  • We need your help! Just feel free to open a PR.

💡 My other apps

  • GPT Box - A third-party GPT Client for OpenAI API on all platforms.
  • MFuse - a macOS app that exposes remote storage in Finder through File Provider, with a modular backend layer for multiple protocols.
  • More - Tools & etc.

📝 License

AGPL v3 lollipopkit & all contributors

Contributors

(top 30 of 40)

lollipopkit

1,268 commits

GT-610

179 commits

dependabot[bot]

31 commits

PaperCube

18 commits

Languages

Dart

75.6%

Rust

12.3%

TypeScript

3.4%

Swift

2.1%

Svelte

1.5%

Kotlin

1.3%

Shell

1.2%