How to change webgui user password?

What is the problem you are having with rclone?

can't change user's webgui password

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

rclone v1.56.2

  • os/version: alpine 3.14.2 (64 bit)

  • os/kernel: 5.4.0-124-generic (x86_64)

  • os/type: linux

  • os/arch: amd64

  • go/version: go1.17.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)

a) rcd --rc-web-gui --rc-addr :5572 --rc-user USERNAME --rc-pass NEW_PASSWORD
OR
b) rc --rc-web-gui --rc-addr :5572 --rc-user USERNAME --rc-pass NEW_PASSWORD

The rclone config contents with secrets removed.

n/a

A log from the command with the -vv flag

a) 
2022/10/10 11:29:11 DEBUG : rclone: Version "v1.56.2" starting with parameters ["rclone" "rcd" "--rc-web-gui" "--rc-addr" ":5572" "--rc-user" "xpate" "--rc-pass" "new_pass" "-vv"]
2022/10/10 11:29:11 DEBUG : Current tag: v2.0.5, Release tag: v2.0.5
2022/10/10 11:29:11 NOTICE: Web GUI exists. Update skipped.
2022/10/10 11:29:11 NOTICE: Serving Web GUI
2022/10/10 11:29:11 INFO  : Using --user xpate --pass XXXX as authenticated user
2022/10/10 11:29:11 Failed to start remote control: start server failed: listen tcp :5572: bind: address already in use

OUTPUT:
a) Failed to start remote control: start server failed: listen tcp :5572: bind: address already in use
b) Failed to rc: failed to list: Failed to read rc response: 401 Unauthorized: Unauthorized

That means you already have an instance of rclone running so you'd want to stop that one first.

Generally, it's always about browser cache. Clear yours and it should work.

That's a very old version. You'd want to update that.

Do I really need to stop instance to change user's password in interface?

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