Skip to content
LGM-OS
documentation

Las cuatro capas que deciden quién ve qué.

Users, permissions and who sees what

6 min · 9 sections

A home NAS is used by several people, and not all of them need to see the same things. This guide explains the four layers that decide who sees what, why there are four, and which one to change in each case.

The underlying rule, which answers half the questions: the NAS decides, not the icon. Hiding an app does not protect it; the permission is checked on the server every time.

1. The four layers

LayerDecidesWhere you change it
The accountWhether that person exists and can log inControl Panel → Users and groups
The appsWhich apps they see on the desktop, and at what levelThat account's card → Apps
The foldersWhich shared folders they enter, and whether they can writeControl Panel → Shared folders → Permissions
The protocolsHow they can reach it: panel, SMB, SFTP, WebDAVThat account's card

They are independent on purpose. Taking the Files app away from someone does not close the folder over SMB: those are two different doors, and a real household uses both.

2. The account

Creating an account creates up to three things at once: the panel one, the system one (SSH/SFTP) and the SMB one. The password is set once and goes to all three.

From then on they are separate. Changing the panel password does not change the SMB one. It is what confuses people most at first, and it has a reason: they are different password systems and the NAS cannot know the SMB one once it is stored.

Each person also gets their own folder — "My drive" — that only they see. There is nothing to create or share: it exists as long as the account does.

Panel roles

  • Administrator. Everything, including creating accounts and touching the system.
  • Normal. Whatever has been granted, no more and no less.

There is no middle role, and that is deliberate: what other systems solve by inventing roles is solved here by granting individual screens (section 4).

3. Apps: three levels

Each app is shared out with one of these:

  • No access — the icon does not even appear.
  • View — it opens and can be looked at; the buttons that write are not there.
  • Use — look and touch.

This is what a brand-new account gets, with nothing changed:

AppOut of the boxWhy
FilesUseTheir "My drive" and whatever is shared with them
GalleryUseTheir photos
NotepadUseTheir notes
DownloadsUseFetching things with the NAS
Calendar and contactsUseTheir calendar is theirs
OverviewViewHow the machine is doing, without touching it
MonitorViewCPU, memory, network and disk usage
CamerasNo accessWatching the house is not for everyone
BackupsNo accessAnd only View can be granted
StorageNo accessAnd only View can be granted
Package CentreNo access⚠️ See the warning below
DockerNo access⚠️ See the warning below
Virtual machinesNo access⚠️ See the warning below
TerminalNo accessAdministrators only

Two apps cannot be granted in full. Backups and Storage only accept "View". Touching them means creating and destroying volumes, or changing where the whole household's backup goes: that is administering the machine. Offering a "Use" that did not actually let you touch anything would be lying on screen.

⚠️ Three apps hand over the machine through another door. Package Centre, Docker and Virtual machines can be granted — that is what this is for — but whoever installs an app, starts a container or brings up a machine can mount system folders inside it. The screen warns you before you save. Grant them only to people who really administer.

4. The Control Panel, screen by screen

The Control Panel is not all-or-nothing. Each screen is a permission, with the same three levels, and the Control Panel icon appears if any of them is granted.

A new account starts with its own things and the harmless ones open, and everything that administers the machine closed:

Out of the boxScreens
UseAccount security (their password and 2FA)
ViewHow to get in · Machine information · Language and time
No accessAll the rest

The rest, by group, so you know what you are granting:

  • Sharing — Shared folders, File services.
  • People — Users and groups ⚠️, Account security, Directory ⚠️.
  • Connectivity — How to get in, External access, VPN ⚠️, DNS ⚠️, DHCP ⚠️, SSH console ⚠️, Calendar and contacts, Printer, SNMP.
  • Security — Security adviser, Firewall ⚠️, Password policy, Country blocking, Ransomware watch, Antivirus, Automatic blocking.
  • Machine — Machine information, Licence, Network ⚠️, Language and time, Portal, USB devices, Space usage, UPS, Power on and off ⚠️.
  • Maintenance — Diagnostics, Logs, Updates ⚠️, Scheduled tasks ⚠️, Alerts, Configuration backup ⚠️.
⚠️ The marked ones, granted with Use, hand over the machine through another door: whoever manages users can make themselves an administrator, whoever touches the network can leave the NAS unreachable, and whoever has scheduled tasks can make the NAS run whatever they want. The panel warns you before saving.

5. Groups: the rule you only write once

All of the above can be granted to a group instead of a person. "Cameras, for everyone at home" is one rule, not seven.

When there are group and personal rules on the same app:

  • The personal one wins, even if it is more restrictive. That is what makes "the whole group except so-and-so" possible, which is the exception you always end up needing.
  • Between two groups the most permissive wins, which is what anyone in both expects.

In practice: build groups around how the house works (adults, guests, the kids), not around apps. One group per app is the list nobody maintains.

6. Shared folders

Sharing a folder and giving someone access are two separate steps, and that is where almost everyone gets stuck:

  1. Create the folder in Control Panel → Shared folders.
  2. Say how it is published: SMB, NFS, WebDAV — each is ticked on that folder, and the protocol also has to be switched on in File services.
  3. Say who gets in: in that folder's permissions, person by person or group by group, with no access / read only / read and write.

Without step 3 the folder exists and nobody sees it. That is the right order: a new folder is born closed.

7. How much space each person gets

Each account's card can carry a quota. With no quota, everyone shares the whole volume and the first person to download a season in 4K takes it.

The quota applies on write, wherever it comes from — panel, SMB or SFTP — and whoever hits it gets a normal "no space left" on their machine.

8. Removing someone

Deleting an account closes everything of theirs at once: the panel login, the system account, SMB, their open sessions, their public links and file requests, their row in every folder's permissions and their app rules.

That last one matters more than it seems: if it were left behind, creating another person with the same name would inherit the previous one's access. In a household that happens — you delete "guest" and create it again months later.

What is not deleted are their files. Their "My drive" stays on the volume. That is deliberate: deleting an account is one click, and deleting someone's data should not be.

See also