File Manager

File Manager

The File Manager allows you to manage files and directories within the /mnt mount directory. The interface is organized as two independent panels for convenient copying and moving between directories.

Background processing:

The manager uses a dedicated worker process. This means that during a long-running operation (copying, moving), you can close the tab or leave the page — the operation will continue in the background. The progress can be checked upon your return.

Core file and directory operations:

  • Copy – copies selected items to the target panel
  • Move – moves selected items to the target panel
  • Paste – pastes previously copied or cut items
  • Delete – deletes selected files and directories
  • Select files – allows batch selection for multiple operations
  • Upload to server – uploads files from your local computer to the selected directory on the server
  • Change permissions – manages RWX permissions and extended ACLs
  • Create archive – packages selected files and directories into an archive

Batch operations and downloading:

The panel supports batch selection of items to perform operations on multiple files at once. Downloading selected files from the server to your local computer is also available (detailed in the bottom).


Directory Selection Panel

Directory Selection Panel

This panel allows you to select a mounted disk or network resource to display its contents.

Available resources:

The dropdown list or directory tree shows all resources mounted under /mnt:

  • Local disks and partitions
  • Mounted RAID arrays
  • LVM volumes
  • Network resources (SMB/CIFS, NFS)

How it works:

When you select a resource, its contents are displayed in the file manager, after which all standard operations (copy, move, delete, change permissions, etc.) can be performed.

Important:

Only resources mounted under /mnt are displayed. If a disk or network resource is not mounted, it will not appear in the selection panel. Use the Mount Master section to mount new resources.


Search Panel

Search Panel

The Search Panel allows you to find files or directories within the selected resource.

Features:

  • Search by name – enter full or partial file/directory name
  • Recursive search – option to search through all nested subdirectories (including all levels of nesting)
  • Results display – found items are shown as a list with the path to each file or directory

How it works:

Search is performed within the currently selected directory (or across the entire mounted resource when recursive mode is enabled). Results can be viewed and you can navigate to the location of found items.

Useful for:

  • Quickly finding configuration files
  • Locating media files in deep directory structures
  • Searching for logs or temporary files


Toolbar

Toolbar

The toolbar provides quick access to basic file and directory operations. All actions apply to selected items in the active panel.

Buttons and their functions:

ButtonActionDescription
AllSelect AllSelects all files and directories in the current active panel
Copy →Copy to other panelCopies selected items to the target (opposite) panel
Move →Move to other panelMoves selected items to the target panel
CopyCopy to clipboardCopies selected items to the temporary clipboard
CutCut to clipboardCuts selected items to the temporary clipboard
PastePaste from clipboardPastes items from the clipboard into the current active panel
DeleteDeleteDeletes selected items
Upload (↑ icon)Upload to serverOpens a modal window for uploading files from your local computer to the current directory
Folder + (folder icon)Create directoryOpens a modal window for creating a new folder in the current directory
ArchiveCreate archiveOpens a modal window for packaging selected items into an archive
LockChange permissions (RWX)Opens a modal window for changing standard read, write, and execute permissions
ACLChange extended permissionsOpens a modal window for managing extended Access Control Lists (ACL)

Note:

  • Operations apply to the active panel (left or right)
  • Copy → and Move → buttons work between panels — from active to inactive
  • CopyCut, and Paste buttons use a temporary clipboard and can work within a single panel


File Panel – File and Directory List

File Panel – File and Directory List

The main area of the file manager, displaying the contents of the current directory as a table with detailed information about each item.

Table columns:

ColumnDescription
CheckboxCheckbox for selecting items during batch operations
IconVisual indicator of the item type (folder, file, parent directory)
NameFile or directory name (clickable for navigation)
SizeFile size (for directories, <DIR> is shown)
PermissionsAccess rights in RWX format (e.g., drwxr-xr-x for directories, -rw-rw-r-- for files)
OwnerOwner user and group
DateLast modification date and time
ActionsOperation buttons specific to the item

Special elements:

  • Parent directory (..) – the first row in the list. Allows navigating one level up. Has no checkbox and cannot be selected for operations.

Interaction:

  • Navigation: click on directory name → navigate inside
  • Selection: click on checkbox → add/remove item from batch selection
  • Download: click on action button → download file or folder (folders are downloaded as TAR archive)
  • Batch operations: after selecting multiple items, use toolbar buttons (copy, move, delete, create archive, etc.)


Post date: 29.05.2026