Skip to content

Rclone WebUI

This is a ReactJS based web UI for the rclone cli project

  1. To use Rclone Web UI you need to install Rclone in the server application

  2. Go to the Supervisor page > click New Supervisor

  3. Configure Supervior as shown below

    The command you enter is as follows

    bash
    rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-user admin --rc-pass password --rc-addr :5572

    replace admin and password with the user and password respectively

  4. Here you can access Rclone Web UI in 2 ways open port 5572 or proxy via domain name.

    1. To open port 5572, see instructions for using Firewall Rule, after opening port, go to http://ip-may-chu:5572

    2. To proxy via domain name, create a website and configure it as shown below

Finished!