ERR_CONNECTION_REFUSED error in RCLONE validation

I configured RCLONE, but in the end, when I validate the link that is generated, I get the error ERR_CONNECTION_REFUSED

If your browser doesn’t open automatically go to the following link: http://127.0.0.1:53682/auth?state=xsxsxasfdgfgf

It is redirecting to Localhost so that can’t be right…

To what system did you try to autenticatei?

Hello

It looks like the ERR_CONNECTION_REFUSED error means RCLONE isn’t running. Try these steps:

Check if RCLONE is running: Use rclone serve http to start it.

Firewall: Ensure port 53682 isn’t blocked.

Use the correct URL: Make sure you’re accessing http://127.0.0.1:53682.

Thank you :slightly_smiling_face:

I just released the port in Debian 12, but it keeps blocking in http://127.0.0.1:53682/auth?state=N42k-2bC5PuZ4hc3UDmxYw

sudo iptables -A INPUT -p tcp --dport 53682 -j ACCEPT
sudo iptables -A INPUT -p udp --dport 53682 -j ACCEPT

You should follow these steps, basically it is, you start to configure rclone in Hestia but validates it from rclone executed on your own computer:

1 Like