RCLONE WEBGUI + TRUENAS SCALE for simpler use

Hello there,

what im trying to find out:

is there a way to make rclone providing a web ui on a TrueNas Scale server which is reachable with my Windows PC for setting it up without using the TureNas shell?

I would appreciate any kind of help...

hello and welcome the forum,

https://rclone.org/gui/

Thank you!

so that means that rclone tells me an ip address with port which is then reachable?

just to make it clear: i know that i have to install and tell rclone to provide an web ui in the shell of truenas.

that is correct.

that is correct

and there is https://rclone.github.io/rclone-webui-react/#/login

and there is rclone browser, which will run on windows
https://kapitainsky.github.io/RcloneBrowser/

1 Like

So i got it to run on my server but i cannot reach it.

I don’t know why rclone is using an ip outside my ip range… is that something I’m not getting right? How is it possible to change that?

What username and what password do i need to use for the .io?

to better help and save time.
please answer the questions in help and support template.

Hi Marvin,

I assume you are on a LAN where you can ping your TRUENAS, so lets see if we can get it running in a few quick posts.

Please run this command on your NAS and then post the command and output:

rclone rcd --rc-web-gui --rc-web-gui-no-open-browser -vv

also please show that you have connection from your PC to the NAS by executing and posting the output from executing this on your PC:

ping xxx.xxx.xxx.xxx      # The IP or hostname of your NAS

Advanced tip: The trick is to replace the local host 127.0.0.1 with the IP of your NAS when connecting from your PC, and make sure that the port used is open in the firewall of your NAS, or change to an unused open port by using something like --rc-addr :443

:wink: for the forth edit,
127.0.0.1

Thanks, seems like you have read my mind, feel free to take over - time to get some sleep here :sleeping:

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