RcloneBrowser [rclone GUI]

mmozeiko built a promising-looking GUI for rclone!

https://github.com/mmozeiko/RcloneBrowser/

Features

  • Allows to browse and modify any rclone remote, including encrypted ones
    
  • Uses same configuration file as rclone, no extra configuration required
    
  • Supports encrypted .rclone.conf configuration file
    
  • Simultaneously navigate multiple repositories in separate tabs
    
  • Lists files hierarchically with file name, size and modify date
    
  • All rclone commands are executed asynchronously, no freezing GUI
    
  • File hierarchy is lazily cached in memory, for faster traversal of folders
    
  • Allows to upload, download, create new folders, rename or delete files and folders
    
  • Can process multiple upload or download jobs in background
    
  • Drag & drop support for dragging files from local file explorer for uploading
    
  • Streaming media files for playback in player like mpv or similar
    
  • Mount and unmount folders on macOS and GNU/Linux
    
  • Optionally minimizes to tray, with notifications when upload/download finishes
5 Likes

Great app.
You could consider build in FTP for Windows user since there is no mount.

I haven’t tried it yet, but from the screenshots it seems that you can stream even encrypted content with your preferred player.

This looks great.
Is it possible you can do a more step-by-step for windows installation

how to stream file? i pasted vlc.exe path but doesnt work.

edit: ok, i see:
mpv.exe -
have to be “-” behind
Are planning to do some xamarin coding and make it for android and ios?

https://github.com/mmozeiko/RcloneBrowser/issues/3#issuecomment-275987284




In case there's been a misunderstanding, this is not my project! :stuck_out_tongue:
Here is the reddit thread from the creator:

I’ve tested it this morning and is great tool an very easy to install :wink:

oO
Get and extract the .zip then run RcloneBrowser.exe

I usually do not run rclone on Windows, but I got rclonebrowser, unzipped it and provided the path for the rclone binaries.
Then? what should happen?
i have the config file already working with rclone, but nothing happens… i do not see any remotes in the gui.
(Windows 10 pro 64).

This is a useful tool. Thank you!

It looks great. All it’s missing now is a Web-based GUI because I only run headless servers.

1 Like

Why would you need a WebUI on your server? rClone is to be used with scripts, ins’t it?

Not following you. Lots of servers have webUIs for a number of things. Mine does. I know I’d like to integrate rclone into my server webUI. I have 30TB to back up so it would be nice to have an easy way to visualize that.

what i have
WebUI = rclone mount + nginx [+ webDav client]

1 Like

How does your WebUI look?