React Web Gui 'Not Found'

What is the problem you are having with rclone?

Web Gui running but showing "Not Found" after auth.

What is your rclone version (output from rclone version)

root@sync:~# rclone version
rclone v1.55.1

  • os/type: linux
  • os/arch: amd64
  • go/version: go1.16.3
  • go/linking: static
  • go/tags: none

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

Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-77-generic x86_64)

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

OneDrive

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 -vvv

Any ideas why this may be happening? I also forced an update for the gui.

Thanks,
Daniel

Looks fine to me but you have no log file so there's no way to tell:

 rclone rcd --rc-web-gui-no-open-browser --rc-addr=:5572 --rc-user=user --rc-pass=pass --rc-web-gui-update -vvv
2021/07/20 08:17:04 DEBUG : Using config file from "/Users/etexter/.config/rclone/rclone.conf"
2021/07/20 08:17:04 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "rcd" "--rc-web-gui-no-open-browser" "--rc-addr=:5572" "--rc-user=user" "--rc-pass=pass" "--rc-web-gui-update" "-vvv"]
2021/07/20 08:17:04 INFO  : Using --user user --pass XXXX as authenticated user
2021/07/20 08:17:04 NOTICE: Serving remote control on http://[::]:5572/

Hey old friend, thanks for replying. You helped be greatly last time. This the output:

2021/07/20 13:17:42 DEBUG : rclone: Version "v1.55.1" starting with parameters ["rclone" "rcd" "--rc-web-gui-no-open-browser" "--rc-addr=:5572" "--rc-user=daniel" "--rc-pass=pass" "--rc-web-gui-update" "-vvv"]
2021/07/20 13:17:42 INFO : Using --user daniel --pass XXXX as authenticated user
2021/07/20 13:17:42 NOTICE: Serving remote control on http://[::]:5572/

strange thing is, I can login, but then it only shows a blank page "Not found". Upon purposefully entering wrong credentials the terminal displays an error. So it seems to be running but not properly somehow.

So that means it is running on port 5572 on that machine.

What error you are getting when you get to that port?

I don't get an error, it opens the user/pass browser box. After I enter the correct credentials, the blank page with "Not found" appears

BTW what kind of login page should I see? It get the generic login box provided by the browser, but not the screen from the demo page or the hosted version of the web gui

You've only started the rcd daemon and not the web-gui.

https://rclone.org/gui/

You need to pass the web-gui part.

rclone rcd --rc-web-gui

wow, thanks. Now I feel like an idiot. Have a nice day!

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