An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Rclone Cloud Mounter
Rclone Cloud Mounter helps you mount cloud storage in your local PC using rclone.

![Rclone Cloud Mounter Screenshot](image/Screenshot%202025-05-08%20233338.png)

## 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=MwxbX6PNiWA

2. **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 storage

3. **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.