rclone-browser(1)
A graphical browser interface for managing files on cloud storage services via rclone.
Synopsis
rclone-browser [OPTIONS]Description
rclone-browser is a Qt-based GUI application that provides an intuitive file manager interface for rclone remotes. It allows you to browse, upload, download, and manage files stored on various cloud storage providers (Google Drive, AWS S3, Dropbox, OneDrive, etc.) without using the command line.
The application displays a dual-pane interface similar to traditional file managers, with local filesystem on one side and cloud storage on the other. It supports drag-and-drop operations, real-time progress indicators, and batch operations for efficient cloud file management.
Common options
| Flag | What it does |
|---|---|
--help | Display help message and exit |
--version | Show version information |
--logLevel | Set logging level (DEBUG, INFO, WARNING, ERROR) |
--config | Specify custom rclone config file path |
--cache | Set cache directory for temporary files |
Examples
Launch the GUI with default settings, connecting to your configured rclone remotes
rclone-browserStart rclone-browser using a custom rclone configuration file location
rclone-browser --config ~/.config/rclone/rclone.confLaunch with debug logging enabled to troubleshoot connection or operation issues
rclone-browser --logLevel DEBUGStart rclone-browser in the background so your terminal remains free
rclone-browser &