1
0
Fork 0
mirror of https://github.com/rclone-ui/rclone-ui.git synced 2026-06-02 06:43:15 -07:00
The cross-platform GUI for rclone & S3. https://rcloneui.com
  • TypeScript 91%
  • Rust 4.1%
  • JavaScript 3.2%
  • HTML 1.6%
Find a file
2026-05-14 13:37:24 +03:00
.github update winget action 2026-05-12 13:12:02 +03:00
cli v3 2025-12-07 18:42:44 +01:00
lib padded icons for linux mint 2026-05-12 18:35:49 +03:00
public update new backend icons 2026-02-12 18:30:02 +03:00
scripts v3 2025-12-07 18:42:44 +01:00
src set max width on Schedules empty state 2026-05-12 20:26:49 +03:00
src-tauri bump to 3.5.5 2026-05-13 17:12:47 +03:00
store add color icon & handling 2026-05-10 23:20:10 +03:00
toolbar remove default Browse result 2026-05-12 20:26:29 +03:00
types checking job state, #141 2026-02-03 00:37:52 +07:00
.env.example update env example 2025-02-02 18:34:49 +02:00
.gitignore workflow description update 2025-11-02 15:20:54 +01:00
biome.json v3 2025-12-07 18:42:44 +01:00
icon.png new icon & resource handling 2025-02-02 12:52:06 +02:00
index.html remove onboarding 2026-05-11 12:31:43 +03:00
LICENSE Create LICENSE 2025-02-02 19:33:02 +02:00
main.ts check for right permissions 2026-05-12 18:48:20 +03:00
meta.json update meta.json 2025-12-15 00:05:47 +07:00
package-lock.json bump to 3.5.5 2026-05-13 17:12:47 +03:00
package.json bump to 3.5.5 2026-05-13 17:12:47 +03:00
postcss.config.js tauri deps update 2025-11-03 15:44:59 +01:00
README.md clear mobile banner 2026-05-14 13:37:24 +03:00
README_CHINESE.md v3 2025-12-07 18:42:44 +01:00
README_GERMAN.md v3 2025-12-07 18:42:44 +01:00
README_JAPANESE.md v3 2025-12-07 18:42:44 +01:00
README_PIRATE.md v3 2025-12-07 18:42:44 +01:00
README_POLISH.md v3 2025-12-07 18:42:44 +01:00
README_ROMANIAN.md v3 2025-12-07 18:42:44 +01:00
README_SPANISH.md v3 2025-12-07 18:42:44 +01:00
reset.d.ts v3 2025-12-07 18:42:44 +01:00
snapcraft.yaml add snapcraft manifest 2026-05-14 13:37:08 +03:00
tailwind.config.js v3 2025-12-07 18:42:44 +01:00
tsconfig.json bug fixes galore 2026-05-10 22:37:26 +03:00
tsconfig.node.json tauri deps update 2025-11-03 15:44:59 +01:00
vite.config.ts v3 2025-12-07 18:42:44 +01:00

Rclone UI
The cross-platform GUI for Rclone

A light, transparent layer on top of rclone to manage your remotes & tasks in a more user-friendly way.


Latest Release   Downloads   Tauri

Choco   Flathub   Homebrew

GitHub Repo stars


The GUI for Rclone

Docker/Homelab/Server Usage

Control your server, homelab, or mom's PC with the easiest solution to manage remote rclone instances.

Docker Compose

services:
  rclone:
    image: rclone/rclone
    container_name: rclone
    command: rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
    ports:
      - 5572:5572
    volumes:
      - ./config:/config/rclone
      - /path/to/data:/data

Docker CLI

docker run -d \
  --name rclone \
  -p 5572:5572 \
  -v ./config:/config/rclone \
  -v /path/to/data:/data \
  rclone/rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth

Without Docker

Just start the rcd daemon directly:

rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth

Notes

  • After starting up rclone using your preferred method, simply open Rclone UI and navigate to Settings > Hosts.
  • Make sure to allow traffic to port 5572 in your firewall and/or reverse proxy (nginx/caddy/traefik).
  • Rclone UI can connect to any RCD port, so you can customize the default 5572 port.
  • Use --rc-user and --rc-pass instead of --rc-no-auth in production.

Package Managers

  • Flathub flatpak install com.rcloneui.RcloneUI or from the store
  • Brew brew install --cask rclone-ui
  • Scoop scoop bucket add extras & scoop install rclone-ui
  • Chocolatey choco install rclone-ui
  • WinGet winget install --id=RcloneUI.RcloneUI -e
  • NPM npx rclone-ui

Downloads

Roadmap

Finalized items have been moved to the "Features" section.

Check out the V3 discussion!

1 Star = 1 Instant Coffee

Star History Chart

Contributing

Welcome, anon. Weve been expecting you.

Here are some good problems to tackle:

  • Fix an open Issue
  • Upgrade repository to Vite 7 & React 19
  • Introduce React Compiler
  • Move Cron logic to Rust

🎁 Merged PRs receive a Lifetime License!


English Chinese Japanese Polish German Spanish Romanian Pirate