https://github.com/yuudi/rclone-webui-angular
Another Web GUI for Rclone
https://github.com/yuudi/rclone-webui-angular
rclone rclone-gui
Last synced: 6 months ago
JSON representation
Another Web GUI for Rclone
- Host: GitHub
- URL: https://github.com/yuudi/rclone-webui-angular
- Owner: yuudi
- License: mit
- Created: 2023-06-11T19:20:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-15T20:30:26.000Z (11 months ago)
- Last Synced: 2025-08-15T21:48:19.512Z (11 months ago)
- Topics: rclone, rclone-gui
- Language: TypeScript
- Homepage: https://yuudi.github.io/rclone-webui-angular/
- Size: 1.99 MB
- Stars: 336
- Watchers: 4
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# Rclone-Webui-Angular
This project is another webui for [rclone](https://github.com/rclone/rclone)
WARNING: this project is still in development, please do not use it in production environment
## How to Use
If you already have rclone installed in your local PC, just run:
```bash
rclone rcd --rc-web-gui --rc-web-gui-update --rc-web-fetch-url="https://s3.yuudi.dev/rwa/embed/version.json"
```
If that is not your case, choose one that suits you:
- [Desktop](./docs/native.md): Good for those who are not familiar with command line
- [Embed](./docs/embed.md): Good for managing local instance
- [PWA Standalone](./docs/pwa.md): Good for managing multiple remote servers
Other languages: [中文使用说明](./docs/zh/Instructions.md)
## Screenshot
Expend
backends

create backends

explorer

mounting

## Contribute
If you feel like coding, translating or just want to help, please check [CONTRIBUTING.md](./docs/CONTRIBUTING.md)
### Development
> Optional: This project ready for Dev-Container, try it out at [GitHub Codespace](https://codespaces.new/yuudi/rclone-webui-angular)
1. install rclone if you didn't
1. start project
```sh
npm start # it will start rclone and angular at same time, API calling will be properly proxied to backed
```