Skip to content

Instantly share code, notes, and snippets.

@garygan89
Last active June 1, 2021 21:21
Show Gist options
  • Select an option

  • Save garygan89/07c6deb086fd038e4413f200c506a12c to your computer and use it in GitHub Desktop.

Select an option

Save garygan89/07c6deb086fd038e4413f200c506a12c to your computer and use it in GitHub Desktop.
Start Rclone Web GUI

Used command line for years now, only to know the web GUI exist ! This is great to monitor stuffs that are ongoing instead of having to tmux into each rclone instance to know the progress. I still use Autorclone with my Google SA account to bypass the 750GB limit.

Start rclone web gui on Windows

.\rclone.exe rcd --rc-web-gui --rc-user admin --rc-pass password --rc-serve --rc-web-gui-no-open-browser

Start rclone web gui on Linux

rclone rcd --rc-web-gui --rc-user admin --rc-pass password --rc-serve --rc-web-gui-no-open-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment