Skip to content

File Manager

The File Manager (Finder) is the heart of RoqueOS's file system. It lets you browse, organize and manage your files across multiple storage sources — from cloud storage (Firebase) to physical disks on your server mapped via Docker.

RoqueOS File Manager


Storage Sources

The Finder works with three types of storage, depending on your setup:

☁️ Cloud Storage (Default)

Available to all users, no server needed. Your files are securely stored in Firebase Storage, linked to your account.

  • Capacity: Defined by your storage quota
  • Sync: Automatic across all logged-in devices
  • Access: From anywhere with internet

💾 Server Disks Server

When connected to a RoqueOS Server, you can map real folders from your computer or host server into the Finder. They appear as virtual disks in the left sidebar.

Mapped server disks

To set up disks, see the Volumes (Disks) guide.

🌐 Network Storage (SMB/NFS) Server

Access network shares from your local network (NAS, Samba shares, NFS) directly in the Finder. Ideal for accessing network drives, Synology/QNAP NAS and Windows shared folders.


The left panel shows all your storage sources:

  • Storage — Cloud storage root folder
  • Disks — Mapped server volumes (e.g., Movies, Downloads, Projects)
  • Network — Connected network shares

Path Bar

At the top of the window, the breadcrumb path bar shows where you are and allows quick navigation to parent folders.

View Modes

Switch between two view modes:

  • 📋 List — Detailed view with name, size, type and modification date
  • 📦 Grid — View with large icons and image previews

Context Menu

Right-click (or long-press on mobile) on any file or folder to access the full context menu:

Finder context menu

Available Actions

ActionDescription
OpenOpens the file with the appropriate application
Open with...Choose which application to use
RenameChange the file or folder name
CopyCopy to clipboard
MoveMove to another location
DeleteSend to trash
DownloadDownload the file to your device
CompressCreate a ZIP file with selected items
InfoView details like size, type and dates

File Upload

There are several ways to upload files to the Finder:

Drag and Drop

Drag files from your computer directly into the Finder window. A drop zone will appear indicating where the file will be saved.

Upload Button

Click the ⬆️ Upload button in the toolbar to select files from your device.

Create New Folder

Click the 📁+ button or use the context menu to create new folders and organize your files.


Integration with Other Apps

The Finder automatically identifies each file type and opens it with the correct application:

File TypeApp That Opens
.jpg, .png, .gif, .webp, .svgImage Viewer
.mp3, .wav, .ogg, .flacMusic Player
.mp4, .webm, .mkvVideo Player
.pdfRoque PDF
.txt, .log, .csvText Editor
.js, .py, .html, .css, .jsonRoque Code

Integration with VS Code Server

When connected to the server, the same files you see in the Finder are also accessible in the integrated VS Code. This means you can:

  1. Browse and organize files in the Finder
  2. Open and edit code in VS Code
  3. Both work on the same filesystem of the Ubuntu container

Finder and Terminal sharing the filesystem


Mobile Features

On mobile, the Finder adapts with:

  • Long press to open the context menu (replaces right-click)
  • Responsive layout that adjusts to the device screen
  • Navigation gestures — swipe to go back to the previous folder
  • Multi-select — tap and hold to select multiple files

Tips & Shortcuts

QUICK TIPS

  • Double-click a folder to enter it
  • Double-click a file to open with the default app
  • Use the search bar to find files quickly
  • Drag files between folders to move them
  • Select multiple files by holding Ctrl (or Cmd on Mac)