Gui looks "incomplete"

What is the problem you are having with rclone?

Hello guys, first time using rclone. I have a problem with the GUI. It is not how it is supposed to look. And it doesn't have any features at all. It just looks like the browser for the remote data. that is it. no other features. It just lists files in my Backblaze b2 bucket. I tried to post a prtscr, but it looks like links are not allowed here.
tnx guys

What is your rclone version (output from rclone version)

rclone v1.53.2

Which OS you are using and how many bits (eg Windows 7, 64 bit)

  • os/arch: linux/amd64

Which cloud storage system are you using? (eg Google Drive)

B2 backblaze

The command you were trying to run (eg rclone copy /tmp remote:tmp)

sudo rclone rcd --rc-web-gui-no-open-browser --rc-addr :5572 --rc-serve --rc-no-auth

The rclone config contents with secrets removed.

[remote]
type = b2
account = ************
key = ******************************************

A log from the command with the -vv flag

2020/11/07 01:11:53 DEBUG : rclone: Version "v1.53.2" starting with parameters ["rclone" "rcd" "-vv" "--rc-web-gui-force-update" "--rc-addr" ":5572" "--rc-serve" "--rc-no-auth"]
2020/11/07 01:11:53 NOTICE: Serving remote control on http://[::]:5572/

You have not spawned a GUI, only a remote control daemon.

Please see:

For details on how to start/use the webgui.

Hello, thank you for your reply. I didn't know, that I have to have both flags at the same time, --rc-web-gui and --rc-web-gui-no-open-browser. I thought that --rc-web-gui-no-open-browser also kind of includes --rc-web-gui. It works, now, thanks!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.