SudoSync: A flutter android application for Linux administration.

Posted by no_life_linux@reddit | linux | View on Reddit | 28 comments

SudoSync: A flutter android application for Linux administration.

Hi r/linux,

For a long time I wanted a simple mobile app that could manage my Linux machine something where I could quickly SSH in, check system stats, view services, or browse files without touching my laptop.

I looked around but couldn’t really find an app that did exactly what I wanted in a clean and straightforward way.

So while learning Flutter, I decided to build one myself.

That project became SudoSync.

SudoSync is a small Linux machine management app that connects over SSH and lets you interact with your system through a simple interface. The goal was to make common server tasks quick and accessible from a phone.

Current features include:

The APK is now released on GitHub if anyone wants to try it.

github repo: SudoSync Repo

APK: Android

Since this is my first Flutter application, I’m sure there will be bugs and things that can be improved. If you end up trying it:

• leave a star if you like the project
• open an issue if you run into any problems
• suggestions are always welcome

Building this was a fun way to learn Flutter while also creating a tool I actually wanted to use.