-
Notifications
You must be signed in to change notification settings - Fork 28
Installation
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.
Designed for personal use on Windows, Linux, and macOS.
You can always find the latest binaries for all platforms on our GitHub Releases Page.
Designed for servers, NAS, or running as a web service. Access the full UI via any web browser.
The official Docker image is available via the GitHub Container Registry.
- Docker Installation Guide
-
Image:
ghcr.io/zarestia-dev/rclone-manager - Registry: View on GitHub Packages
Run directly on Linux/Node.js environments without Docker.
- Headless Setup Guide
-
Versions: Headless versions follow specific tags (e.g.,
headless-v0.1.8).
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.
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.