FAQ
Does rclone have a GUI?
Graphical user interface options for rclone
Does rclone have a GUI?
Yes! Rclone has several GUI options for those who prefer clicking over typing:
Web-based
# Start the web GUI
rclone rcd --rc-web-gui
# With authentication (recommended)
rclone rcd --rc-web-gui --rc-user admin --rc-pass yourpasswordThen open your browser to http://localhost:5572
If rclone is on a remote server:
# Expose GUI to network (be careful!)
rclone rcd --rc-web-gui --rc-addr :5572 --rc-user admin --rc-pass strongpasswordSecurity Warning: Always use authentication when exposing to network!
Desktop
Rclone UI (Cross-platform)
- Modern & cross-platform with native OS integration
- Can start on boot & automount your drives
- Job scheduling
- Integrated browser
- Remotely control rclone instances
RcloneBrowser
- Previously the only cross-platform GUI for rclone
- Traditional desktop experience
- Runs basic rclone commands
- Transfer progress
- Download RcloneBrowser
Mobile
Rclone UI Mobile (iOS & Android)
Round Sync (Android)
- Android app using rclone
- Sync files to/from phone
- Schedule automatic backups
- Available on Google Play
FolderSync (Android)
- Supports rclone configurations
- Advanced scheduling options
- Tasker integration
- Available on Google Play
How is this guide?