Unauthorized request with web GUI even though I'm using the right user name and password

What is the problem you are having with rclone?

When I run the web GUI, I'm unable to login with the user name and password even though I'm entering it correctly.

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

$ rclone version
rclone v1.66.0
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.8.0-31-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: none

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

N/A

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

rclone rcd -v --rc-web-gui --rc-web-gui-no-open-browser --rc-web-gui-update --rc-addr :5572 --rc-user=user --rc-pass=password

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

$ rclone config redacted
[b2]
type = b2
account = XXX
key = XXX
hard_delete = true

[gp]
type = google photos
token = XXX
client_id = XXX
client_secret = XXX

A log from the command that you were trying to run with the -vv flag

$ rclone rcd -vv --rc-web-gui --rc-web-gui-no-open-browser --rc-web-gui-update --rc-addr :5572 --rc-user=user --rc-pass=password
2024/05/28 23:16:05 DEBUG : rclone: Version "v1.66.0" starting with parameters ["rclone" "rcd" "-vv" "--rc-web-gui" "--rc-web-gui-no-open-browser" "--rc-web-gui-update" "--rc-addr" ":5572" "--rc-user=user" "--rc-pass=password"]
2024/05/28 23:16:05 DEBUG : Current tag: v2.0.5, Release tag: v2.0.5
2024/05/28 23:16:05 NOTICE: No update to Web GUI available.
2024/05/28 23:16:05 NOTICE: Serving Web GUI
2024/05/28 23:16:05 INFO  : Using --user user --pass XXXX as authenticated user
2024/05/28 23:16:05 NOTICE: Serving remote control on http://[::]:5572/
2024/05/28 23:16:05 DEBUG : login_token "dXNlcjpwYXNzd29yZA=="
2024/05/28 23:16:05 NOTICE: Web GUI is not automatically opening browser. Navigate to http://user:password@[::]:5572/?login_token=dXNlcjpwYXNzd29yZA%3D%3D to use.
2024/05/28 23:16:15 INFO  : /core/version: 192.168.10.10:38880: Unauthorized request from 
2024/05/28 23:16:15 INFO  : /core/stats: 192.168.10.10:38882: Unauthorized request from 
2024/05/28 23:16:15 INFO  : /core/stats: 192.168.10.10:38894: Unauthorized request from 
2024/05/28 23:16:15 INFO  : /core/bwlimit: 192.168.10.10:38902: Unauthorized request from 
2024/05/28 23:16:15 INFO  : /favicon.ico: 192.168.10.10:38904: Unauthorized request from 
2024/05/28 23:16:20 INFO  : /core/stats: 192.168.10.10:38904: Unauthorized request from 
2024/05/28 23:16:20 INFO  : /core/stats: 192.168.10.10:39524: Unauthorized request from 
2024/05/28 23:16:21 INFO  : /core/stats: 192.168.10.10:39524: Unauthorized request from 
2024/05/28 23:16:21 INFO  : /core/stats: 192.168.10.10:38904: Unauthorized request from 
2024/05/28 23:16:21 INFO  : /core/bwlimit: 192.168.10.10:38902: Unauthorized request from 
2024/05/28 23:16:21 INFO  : /core/stats: 192.168.10.10:38894: Unauthorized request from 
2024/05/28 23:16:21 INFO  : /core/stats: 192.168.10.10:38882: Unauthorized request from 
2024/05/28 23:16:21 INFO  : /core/version: 192.168.10.10:38880: Unauthorized request from 
2024/05/28 23:16:24 INFO  : /core/version: 192.168.10.10:38880: Unauthorized request from 
2024/05/28 23:16:24 INFO  : /core/stats: 192.168.10.10:38882: Unauthorized request from 
2024/05/28 23:16:24 INFO  : /core/stats: 192.168.10.10:38894: Unauthorized request from 
2024/05/28 23:16:24 INFO  : /core/bwlimit: 192.168.10.10:38902: Unauthorized request from 
2024/05/28 23:16:24 INFO  : /core/stats: 192.168.10.10:38904: Unauthorized request from 
2024/05/28 23:16:24 INFO  : /core/stats: 192.168.10.10:39524: Unauthorized request from 
2024/05/28 23:16:26 INFO  : /core/stats: 192.168.10.10:39524: Unauthorized request from 
2024/05/28 23:16:26 INFO  : /core/stats: 192.168.10.10:38904: Unauthorized request from 

I'm sorry but I don't get what you're trying to say?

Nobody looks after web GUI for very long time. There are probably more and more bugs due to software rot. It works for you - great. It does not? you are on your own.

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