RClone-Drive-WebUI
RClone-Drive-WebUI copied to clipboard
A React app used to view and manage cloud files on RClone
RClone Drive Web UI
Description:
The RClone Drive Web UI is a RClone client that provides an easy-to-use web interface to view and manage your files on RClone. It uses your RClone instance's Remote Control to connect to your cloud drives.
Features:
- [x] Navigate and see files in directories and remotes
- [x] See images and files in detail
- [x] View and scroll through all pictures recursively (like Google Photos) with lazy-loading
- [x] Upload files and folders easily via drag-and-drop with web workers
- [x] Copy and move files between and within remotes asynchronously with web workers
- [x] Delete files asynchronously with web workers
- [x] Set theme to dark mode
- [x] Clear trash can on selected cloud providers and remotes
- [ ] Search for files and images across remotes
Walkthrough:
Refer to this doc for a detailed walkthrough. However, here are a few screenshots:


Setup / Getting Started:
-
Install dependencies by running
yarn install -
Start your RClone instance:
-
If your RClone config is in its default location, run:
rclone rcd --rc-allow-origin 'http://localhost:3000' --rc-user='local' --rc-pass="1234" --rc-serve -
Else, if it is in a different location, run:
rclone rcd --rc-allow-origin 'http://localhost:3000' --rc-user='local' --rc-pass="1234" --rc-serve --config <Path to RClone config>
More info is at the RClone docs
-
-
Run this app in development mode by running
yarn start-dev. You can access your local build on http://localhost:3000 on your web browser.
Useful Scripts for Local Development:
-
yarn testRuns all test cases
-
yarn buildBuilds the app in production mode
Usage:
Please note that this project is used for educational purposes and is not intended to be used commercially. We are not liable for any damages/changes/lost data done by this project.
Credits:
Emilio Kartono, who made the entire project. Illustrations are from https://undraw.co/.
License:
This project is protected under the GNU licence. Please refer to the LICENSE.txt for more information.