User Page

The DATNASS system provides a user-friendly graphical interface for managing user accounts, groups, shared resources, and volume access permissions. This section documents how to view, create, edit, and delete users using the web UI.

From the left-hand sidebar, click on:

  • User → Manage system users
  • Group → Manage user groups
  • Share, Volumes, and Snapshots provide additional access and management options for data handling.

Navigation Sidebar

Viewing Users

To access the User interface:

  1. Click User in the left navigation menu.
  2. All current users are listed with the following details:
    • Username
    • UID (User ID)
    • Built-in (Yes/No)
    • Full Name

User Detail View

Click on a user to expand details:

FieldDescription
GIDGroup ID
Home DirectoryUser’s home directory path
ShellDefault shell
Password statusPassword configuration status
Lock statusWhether account is locked
Samba AuthenticationSamba access enabled/disabled

User Detail View

Adding a New User

To add a new user:

  1. Click the Add User button in the top-right corner.
  2. Fill in the following fields:

Add User Form

Identification

FieldRequiredDescription
Full NameYesDisplay name of the user
UsernameYesUnique login identifier
PasswordYesAccount password
Confirm PasswordYesMust match password
Disable PasswordNoOption to disable password authentication

User ID and Groups

FieldDescription
UIDDefaults to 3000 or next available ID
Create New Primary GroupToggle switch to create a new group
Primary GroupAssign an existing primary group
Auxiliary GroupsOptional additional group memberships

Authentication

FieldDescription
ShellChoose a shell (e.g., /bin/bash, nologin)
Lock UserToggle if account should be disabled
Samba AuthenticationToggle if access to Samba shares is needed
  1. Click Save to create the user.

Editing a User

  1. In the User List, click Edit on the desired user.

Edit User

  1. Update any of the following:
    • Full Name
    • Additional Groups
    • Shell
    • Password
    • Samba Authentication
    • Lock User status (disable)
  2. Click Update User to apply changes.

Deleting a User

  1. Click the Delete button for the user.

Delete User

  1. A confirmation dialog will appear:
    • “Are you sure you want to delete user username?”
  2. Click Delete to confirm or Cancel to abort.
Warning: User deletion is permanent and cannot be undone. Ensure you have backups of any important user data before deletion.