Docs
Usage - FAQs
Created: 2020-07-02 18:02:00 || Updated: 2025-06-24 15:46:29What package format do you use for the APPs?
We use docker and most of the docker images are provided by linuxserver.io
Where are APPs stored on the file system hierarchy?
The apps and their configuration is stored in /volumes/YOURFIRSTVOLUMENAME/docker/APPNAME
Why did you create another Opensource NAS solution and how is it different than OpenMediaVault, FreeNAS, etc?
We created SimpNAS because we simply wanted to make a dead simple opinionated Network Attached Storage Operating System.
Do you support Ubuntu?
Short answer No, but i'm sure you'll find a way to make it work ;-)
What is the purpose of deleting the main user account and only leaving
root upon installation?
Why are the share permissions so limited, how can I give read write permission to multiple groups and users?
You give permissions to shares based off the assigned group. Then you assign the users that need access to that share to that group. Users can be assigned multiple groups, so they can have access to multiple shares. So basically every share is set by group permission only.
Can I run my own docker containers besides the ones SimpNAS allows me to?
We don't recommend it.