https://github.com/asurpbs/rclone-cloud-manager
A program for easily managing and mounting cloud storage using Rclone.
https://github.com/asurpbs/rclone-cloud-manager
cloud clouddrive drive mount rclone
Last synced: 3 months ago
JSON representation
A program for easily managing and mounting cloud storage using Rclone.
- Host: GitHub
- URL: https://github.com/asurpbs/rclone-cloud-manager
- Owner: asurpbs
- Created: 2023-11-12T13:28:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-17T13:09:53.000Z (5 months ago)
- Last Synced: 2025-06-12T03:52:46.194Z (4 months ago)
- Topics: cloud, clouddrive, drive, mount, rclone
- Language: Python
- Homepage:
- Size: 34.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rclone Cloud Mounter
Rclone Cloud Mounter helps you mount cloud storage in your local PC using rclone.
## Requirements
- [Rclone](https://rclone.org/downloads/)
- [WinFsp](https://winfsp.dev/rel/)
To easily install following requirments, run below commands using powershell (support Windows 10 version 1709 and later).
```
winget install -e --id WinFsp.WinFsp && winget install -e --id Rclone.Rclone
```## Installation
1. [Download the latest executable file from here](https://github.com/asurpbs/RClone-Cloud-Manager/releases/latest)
2. Configure your cloud drives using rclone (see Usage section below)
3. Run the application and select your configured cloud drive## Usage
1. **Setting up cloud drives**:
- You must configure your cloud drives with rclone before using this application
- To configure a new drive, open Command Prompt or PowerShell and run: `rclone config`
- Follow the interactive prompts to add your cloud storage account
- For detailed setup instructions, watch this tutorial: https://www.youtube.com/watch?v=MwxbX6PNiWA2. **Mounting drives**:
- Run the Rclone Mount Manager application
- Choose the number corresponding to the cloud storage you want to mount
- Press Enter and wait for the mount process to complete
- Important: Keep the application window open while using your cloud storage3. **Unmounting drives**:
- To unmount, close the application window when you're done using the drive## Note
This application is a front-end for rclone. All mounting operations are performed using rclone in the background.