| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ServerBox_v1.0.1450_amd64.apk | 2026-06-27 | 44.4 MB | |
| ServerBox_v1.0.1450_arm64.apk | 2026-06-27 | 42.9 MB | |
| ServerBox_v1.0.1450_arm.apk | 2026-06-27 | 44.5 MB | |
| ServerBox_v1.0.1450_windows_amd64.zip | 2026-06-27 | 28.1 MB | |
| ServerBox-1.0.1450.dmg | 2026-06-27 | 52.2 MB | |
| ServerBox_v1.0.1450_amd64.AppImage | 2026-06-27 | 23.2 MB | |
| ServerBox_v1.0.1450_legacy_amd64.AppImage | 2026-06-27 | 23.2 MB | |
| README.md | 2026-06-27 | 3.3 kB | |
| v1.0.1450 source code.tar.gz | 2026-06-27 | 3.3 MB | |
| v1.0.1450 source code.zip | 2026-06-27 | 3.7 MB | |
| Totals: 10 Items | 265.5 MB | 0 | |
IMPORTANT
DartSSH was updated to v2.18.0 to fix an issue with AES-GCM authentication. After upgrading to this version, you might receive "new keys" for all of your servers. This is expected and not a bug.
If you find ServerBox useful and helpful, please consider donating at https://cdn.lpkt.cn/donate. Thanks!
For Ubuntu 22.04 users: Try using legacy AppImage build.
Building requires Flutter 3.44+.
What's Changed
- Code quality cleanup: dead code, typos, duplication, performance by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1185
- Silence coroutine deprecation to bypass building on MSVC 14.51 in Actions workflow by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1186
- Add manual tag trigger in workflow build file by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1187
- Simplify build workflow release handling with checkbox input by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1188
- Fix CI build number && code cleanup by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1189
- feat(ssh): native tmux support for mobile vibe coding by @yuguorui in https://github.com/lollipopkit/flutter_server_box/pull/1192
- Code refactor, add new contributors to list and update dartssh2 by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1195
- Fix backup and restore format exception by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1196
- Fix CI configuration and add error handling to make.dart by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1197
- Use latest release build number for test builds by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1198
- Use
-pinstead of-bpfor test builds by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1199 - Fix unit incorrection when parsing through
df -kby @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1202 - Handle closed ssh transport and forward failures in PVE by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1203
- ssh: auto-reconnect and re-attach tmux on connection loss by @yuguorui in https://github.com/lollipopkit/flutter_server_box/pull/1204
- Add built-in terminal and system SSH switch for all desktop platforms by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1205
- Fix sudo password autofill not working by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1206
- fix(pve): recognize HttpException as connection failure by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1209
- fix: security hardening, memory leaks, and dead code cleanup by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1211
- Fix SFTP download progress and throughput by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1212
- Fix SSH terminal locale injection by @GT-610 in https://github.com/lollipopkit/flutter_server_box/pull/1213
New Contributors
- @yuguorui made their first contribution in https://github.com/lollipopkit/flutter_server_box/pull/1192
Full Changelog: https://github.com/lollipopkit/flutter_server_box/compare/v1.0.1426...v1.0.1449