Rclone GUI - "Not Found" after logging in

What is the problem you are having with rclone?

After logging in left with a browser window that says "Not Found"

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-50-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.2
- go/linking: static
- go/tags: none

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

Backblaze

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

rclone rcd --rc-web-gui-no-open-browser --rc-addr=:5572 --rc-user=user --rc-pass=pass --rc-web-gui-update --rc-no-auth --config="/SM_DATA/client_configs/backups_external/rclone.conf" -vvv

The rclone config contents with secrets removed.

cat /SM_DATA/client_configs/backups_external/rclone.conf
[data-drive]
type = b2
account = 4c14a54*********
key = 0004f7a210e56cbc1*****************

[data-drive-crypt]
type = crypt
password2 = -ZSZ4njHvZfasPmH*******************
remote = data-drive:compumatter-biz-server
directory_name_encryption = true
filename_encryption = standard
password = vDPwO1y7MD6IxUpG7ZuSjwVr***********************

A log from the command with the -vv flag

2022/10/29 16:50:27 DEBUG : rclone: Version "v1.60.0" starting with parameters ["rclone" "rcd" "--rc-web-gui-no-open-browser" "--rc-addr=:5572" "--rc-user=user" "--rc-pass=pass" "--rc-web-gui-update" "--rc-no-auth" "--config=/SM_DATA/client_configs/backups_external/rclone.conf" "-vvv"]
2022/10/29 16:50:27 INFO  : Using --user user --pass XXXX as authenticated user
2022/10/29 16:50:27 NOTICE: Serving remote control on http://0.0.0.0:5572/

You are missing the actual webgui part.

--rc-web-gui

Exactly correct ! That solved my problem. Thank you :slight_smile:

1 Like

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