WebGui won't open on unRaid box

Recently installed rclone, and I am trying to use the following command to open the webgui on my unraid box with the following command

clone rcd --rc-web-gui

I run that command and get the following result in my unraid terminal

The command says the IP is up and functional, but when I join I get ERR_CONNECTION_REFUSED by chrome.

I made sure port 5572 was open on my router (using a GL inet flint AX1200 router if that matters), but im not sure if my unraid box sees it as open or not.

Has anyone had experience with this issue, or maybe any suggestions on changing the port for the GUI to appear? If so what was the fix?

Here is a screenshot of the ports and IP's on my unraid server, incase anyone is curious about conflicting ports.

I'm really stumped on this issue and don't know if it's something simple like maybe re-assigning the port or maybe something more tedious like giving the webgui a new IP entirely. Really not sure who to point the finger at between my Windows PC & firewall, Unraid box, and Router all being possible suspects to why this page won't connect.

I really appreciate anyone who has read to this point to help me out:)

Where is your browser running? On the same machine as rclone?

My browser is running on my windows machine which is seperate from the Unraid box rclone is installed on :wink:

In such case it makes perfect sense. Your rc-web-gui is listening on local address (127.0.0.1) and is accessible only from local machine (the same where rclone is running).

Check documentation how to listen on all network interface addresses. Maybe --rc-addr :5572 will work.

Keep in mind that rc-web-gui is not really maintained any more:

I can see there that somebody tries to revive it - so maybe things will change.

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