Skip to content
Hakan Δ°SMAΔ°L edited this page Dec 19, 2025 · 2 revisions

Installation Overview

RClone Manager is available in two variants: the Desktop Client for personal computers and the Headless Server for remote access (NAS, VPS, Docker).

Select your preferred method below.


πŸ–₯️ Desktop Client

Designed for personal use on Windows, Linux, and macOS.

Platform Guides

Fast Download

You can always find the latest binaries for all platforms on our GitHub Releases Page.


🌐 Headless & Docker

Designed for servers, NAS, or running as a web service. Access the full UI via any web browser.

🐳 Docker (Recommended)

The official Docker image is available via the GitHub Container Registry.

🐧 Manual Server Setup

Run directly on Linux/Node.js environments without Docker.


πŸ“‹ System Requirements

1. Rclone Binary (Core)

The application acts as a GUI for Rclone.

  • Desktop: The app acts as a setup wizard and will download/configure Rclone for you on the first run.
  • Headless/Docker: Usually included in the container or requires a system-level install.

2. Mounting Drivers (Required for Mount features)

To mount your cloud storage as a local disk drive, you must have the filesystem driver installed for the host OS.

Platform Requirement Official Source
Windows WinFsp winfsp.dev
macOS macFUSE osxfuse.github.io
Linux fuse3 Usually pre-installed

Note: If these drivers are missing, the Desktop app will prompt you to install them. For Docker/Headless, the host system must support FUSE and the container needs privileged access.

Clone this wiki locally