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 yourpassword

Then 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 strongpassword
Security 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
  • Rclone UI docs

Mobile

Rclone UI Mobile (iOS & Android)

  • Browse and manage files across all your cloud remotes
  • Copy, move, sync and delete files between providers
  • Create and edit remotes directly from your device
  • Connect to your desktop Rclone UI through the remote control tunnel
  • Rclone Mobile docs

How is this guide?