Monitor and operate multiple NAS and Linux home servers from one app — unified dashboards, storage/SMART/service status, an SSH terminal, and safe power controls, connecting directly to Generic Linux, Synology DSM, and TrueNAS SCALE.
Sia NAS Manager is an independent Android app for keeping an eye on — and safely operating — several NAS units and Linux home servers from a single console. It is deliberately not a file manager: instead of browsing shares or moving files, it focuses on status, monitoring, diagnostics, and safe day-to-day operations such as service control, reboot, shutdown, Wake-on-LAN, and an SSH terminal. Built with Kotlin, Jetpack Compose, Material 3, Room, DataStore, and WorkManager, it works without a Sia Makerlab account and without any relay or middleman server.
Serverless, direct connection. The app talks directly from your device to the servers you configure — over SSH for Generic Linux, over the DSM Web API for Synology, and over the REST API for TrueNAS SCALE. There is no Sia Makerlab server in the path, so your server addresses, accounts, keys, and logs are never collected by us. Credentials are encrypted at rest with the Android Keystore (AES-GCM), and Room stores only a credential reference — never plaintext secrets.
Provider-neutral by design. Rather than hard-coding vendor screens, the app is organized around capabilities a server reports — system info, storage pools, SMART, services, terminal, reboot, and more — so each menu appears only when the connected device actually supports it. The first release targets Generic Linux (SSH), Synology DSM, and TrueNAS SCALE, plus a Demo mode that simulates healthy, low-space, degraded-RAID, overheating-disk, and offline scenarios without a real NAS. The provider-core architecture is built so additional systems (QNAP, Unraid, OpenMediaVault, and others) can be added later without changing the shared app code.
Safe operations. Self-signed certificates and SSH host keys are pinned on first use (TOFU); if a fingerprint later changes, the app blocks the connection and asks you to re-confirm rather than trusting it silently. Destructive actions such as reboot and shutdown are guarded with confirmation and optional biometric authentication, and sensitive values — IP addresses, hostnames, tokens, API keys, SSH fingerprints, and paths — are masked in any logs.
Independence & trademarks: Sia NAS Manager is an independent application and is not affiliated with, endorsed by, or sponsored by Synology Inc., iXsystems (TrueNAS), or any other vendor. "Synology" and "DSM" are trademarks of Synology Inc., "TrueNAS" is a trademark of iXsystems, Inc., and "Linux" is a registered trademark of Linus Torvalds; these and other names are trademarks of their respective owners and are used here only descriptively. The app connects to the standard interfaces those systems expose and does not bundle or redistribute vendor software.