$linuxjunkies
>

rclone-browser(1)

A graphical browser interface for managing files on cloud storage services via rclone.

UbuntuDebianFedoraArch

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

FlagWhat it does
--helpDisplay help message and exit
--versionShow version information
--logLevelSet logging level (DEBUG, INFO, WARNING, ERROR)
--configSpecify custom rclone config file path
--cacheSet cache directory for temporary files

Examples

Launch the GUI with default settings, connecting to your configured rclone remotes

rclone-browser

Start rclone-browser using a custom rclone configuration file location

rclone-browser --config ~/.config/rclone/rclone.conf

Launch with debug logging enabled to troubleshoot connection or operation issues

rclone-browser --logLevel DEBUG

Start rclone-browser in the background so your terminal remains free

rclone-browser &

Related commands