September 29, 20241 yr I have a simular Problem.... I've been trying to get the plugin to work for quite some time. I have linked both a Dropbox and a GDrive account. Through the Rclone web GUI, I can access both accounts and delete data, etc. I can also access the mounted folders and delete data via the Unraid web interface. However, on my network (in my case, a Windows 11 PC), I can access the shared folders, but I can't delete or install files. "Empty" folders or text files can be created, but I still get errors. I've read several similar reports online, suggesting it has something to do with the SAMBA share, but none of the solutions I've tried have worked for me. Currently, I am using the following commands. mkdir -p /mnt/user/Clouds/Dropbox mkdir -p /mnt/user/Clouds/GDrive rclone mount --max-read-ahead 1024k --allow-other --vfs-cache-mode full --umask 000 --uid 99 --gid 100 Dropbox: /mnt/user/Clouds/Dropbox & rclone mount --max-read-ahead 1024k --allow-other --vfs-cache-mode full --umask 000 --uid 99 --gid 100 GDrive: /mnt/user/Clouds/GDrive & [GDrive] type = drive scope = drive token = {XXXXXXX} team_drive = [Dropbox] type = dropbox token = {XXXXXX} The share is now being configured in a very standard way through the Unraid web GUI. In the parent folder (Clouds), I can actually perform actions correctly over the network.
October 31, 20241 yr Sorry if this has been asked and answered, I swear I've already searched the thread. How do you set the username and password for the WebUI?
November 19, 20241 yr On 10/31/2024 at 4:05 PM, c0d3m0nk3y said: Sorry if this has been asked and answered, I swear I've already searched the thread. How do you set the username and password for the WebUI? I didn't, i was able to login to the web UI the same username and passowrd as unraid root unraid passowrd
November 22, 20241 yr On 4/1/2023 at 8:29 AM, Waseh said: If anybody else who has this problem can confirm it as a fix I'm happy to implement it for everybody frustratingly - my server refused to boot today - it was hanging on the rclone plugin install - so I landed here and nuked the rclone plugin folder and rebooted - and it worked - where is the plugin install script so that I can modify it for the 10 second wait to see if that works for repeated reboots? EDIT: so after deleting the plugin folder and then rebooting (restoring my config etc) I had no issues - dunno what the issue was Edited November 22, 20241 yr by SeattleBandit
December 5, 20241 yr plugin: installing: rclone.plg Executing hook script: pre_plugin_checks plugin: downloading: rclone.plg ... done Executing hook script: pre_plugin_checks +============================================================================== | Installing new package /boot/config/plugins/rclone/install/rclone-2024.08.22-bundle.txz +============================================================================== Verifying package rclone-2024.08.22-bundle.txz. Installing package rclone-2024.08.22-bundle.txz: PACKAGE DESCRIPTION: Package rclone-2024.08.22-bundle.txz installed. Connection error - Could not reach rclone servers - Will try fallback to existing binary Install failed - No binary found plugin: run failed: '/bin/bash' returned 1 Executing hook script: post_plugin_checks
March 7, 20251 yr On 12/5/2024 at 6:39 PM, ncceylan said: plugin: installing: rclone.plg Executing hook script: pre_plugin_checks plugin: downloading: rclone.plg ... done Executing hook script: pre_plugin_checks +============================================================================== | Installing new package /boot/config/plugins/rclone/install/rclone-2024.08.22-bundle.txz +============================================================================== Verifying package rclone-2024.08.22-bundle.txz. Installing package rclone-2024.08.22-bundle.txz: PACKAGE DESCRIPTION: Package rclone-2024.08.22-bundle.txz installed. Connection error - Could not reach rclone servers - Will try fallback to existing binary Install failed - No binary found plugin: run failed: '/bin/bash' returned 1 Executing hook script: post_plugin_checks this happened to me too. i am using unraid7.0.0, the rclone plugin just can't be installed
March 7, 20251 yr 1 hour ago, allenchou1994 said: this happened to me too. i am using unraid7.0.0, the rclone plugin just can't be installed I have tried to install or use the rclone plug-in and also docker a few times over the past few years and keep having problems (such as directly above) and I go back to using rclone through the NerdPack plugin. Here's a way to get rclone that has worked well for me : Edited March 7, 20251 yr by adoucette
March 12, 20251 yr I am having an issue where my /mnt folder becomes inaccessible/unresponsive which means everything that needs to access files/configs just does not work anymore. I am pretty sure this is rclone that is causing it as after 4 days without rclone mounted it did not crash. More information about my issue is here; /mnt becomes inaccessible after 12-14 hours - General Support - Unraid This thread includes all of the commands being run, aswel as some more information in general about my issue. Really frustating as rclone is a part of my media server and without it, its not really a media server anymore. Edited March 12, 20251 yr by thatja
March 21, 20251 yr On 3/7/2025 at 7:04 AM, adoucette said: I have tried to install or use the rclone plug-in and also docker a few times over the past few years and keep having problems (such as directly above) and I go back to using rclone through the NerdPack plugin. Here's a way to get rclone that has worked well for me : Update, after updating to Unraid 7.0+, NerdTools is no longer supported. Here is another way to get rclone (and almost anything else that was previously in NerdTools) installed:
March 22, 20251 yr On 3/7/2025 at 6:04 AM, adoucette said: I have tried to install or use the rclone plug-in and also docker a few times over the past few years and keep having problems (such as directly above) and I go back to using rclone through the NerdPack plugin. Here's a way to get rclone that has worked well for me : I will need to recheck this. If it was installed in v6 before moving to v7. I have tested that plugin without issue. The only noticeable change comes with the rclone web ui server failure from time to time for the admin web page if you don't have a config. I would have you check your dns settings. Especial if using tail scale... Witch rclone are you using? I assume Waseh given this is his support thread. as this appears to still be working... As I usually call rclone via user script and not setup the config... Edited March 22, 20251 yr by bmartino1 typo - Data
March 23, 20251 yr On 10/31/2024 at 10:05 PM, c0d3m0nk3y said: Sorry if this has been asked and answered, I swear I've already searched the thread. How do you set the username and password for the WebUI? You should try to edit the config file on the flash drive: /boot/config/plugins/rclone/settings.cfg Instead WEBUI_START_PARAMS=--rc-no-auth --rc-serve try WEBUI_START_PARAMS=--rc-user NAME --rc-pass PASS --rc-serve
March 30, 20251 yr How do we connect to service to get the token? I am setting up for Google Drive, but it shows: Quote 2025/03/29 18:36:59 NOTICE: Make sure your Redirect URL is set to "http://127.0.0.1:53682/" in your custom config. 2025/03/29 18:36:59 ERROR : Failed to open browser automatically (exec: "xdg-open": executable file not found in $PATH) - please go to the following link: http://127.0.0.1:53682/auth?state=xxxx-hG0g 2025/03/29 18:36:59 NOTICE: Log in and authorize rclone for access 2025/03/29 18:36:59 NOTICE: Waiting for code... I change it to my server ip and it doesn't load that link, This site can’t be reached / ERR_CONNECTION_REFUSED
March 30, 20251 yr Author 2 minutes ago, CyberMew said: How do we connect to service to get the token? I am setting up for Google Drive, but it shows: I change it to my server ip and it doesn't load that link, This site can’t be reached / ERR_CONNECTION_REFUSED https://rclone.org/remote_setup/
March 30, 20251 yr 15 minutes ago, Waseh said: https://rclone.org/remote_setup/ Thanks! I downloaded the rclone locally on my laptop, and then ran `rclone authorize "drive"`, which is so much easier to get it working..
April 25, 20251 yr Random question here. Anyone know what would cause this? The remote is mounted at ..../zurg so I dont see a problem with the mount....but my unRAID logs is looping this every second?!? Not sure what the heck is going on. Any help would be appreciated.
April 25, 20251 yr permission issue on a read or write. the getxattr is a attribute read issue to the /mnt/user/zurg.... you may need to run a chmod 777 -R * and chown nobody:users -R * to that directory to fix file acces permissions.
April 25, 20251 yr 6 hours ago, TheRandy said: Anyone know what would cause this? /mnt/user is reserved for Unraid, you can install the UD plugin and use the /mnt/addons mount point
May 18, 20251 yr WebUI will not start/run I have successfully installed and setup remote via rclone cli. However the webui interface does not work for me. The OPEN WEBUI button wont open any page other than unraid main. Upon enabling WEBUI I get this message. While in the log May 18 08:05:55 Tower emhttpd: cmd: /usr/local/emhttp/plugins/rclone/webuiScript.sh false May 18 08:06:03 Tower emhttpd: cmd: /usr/local/emhttp/plugins/rclone/webuiScript.sh false May 18 08:06:15 Tower emhttpd: cmd: /usr/local/emhttp/plugins/rclone/webuiScript.sh true
July 18, 2025Jul 18 I set up this container on my Unraid server to back up to Backblaze B2. Everything is running smoothly. However, I keep getting charged extra (like another $10 USD per month) on top of my storage costs for something called "api list file names called" under "Class C Transactions". Did I set something up incorrectly?2.5 mil file name calls seems excessive. Edited July 18, 2025Jul 18 by Chahk
September 11, 2025Sep 11 When I try to do an upload to google drive, it says "Listed: 0" and goes through thousands of files but never ever ends. It never used to do this, and my upload command has not changed. Can anyone help me with this? Atm i cannot upload to google drive because of it
November 2, 2025Nov 2 updated to unraind 7.2, and the rclone setting page show absurdly large installed version.The version number will keep on increasing over time. Removed and reinstall doesn't correct it.
November 2, 2025Nov 2 8 hours ago, jfoxwoosh said:updated to unraind 7.2, and the rclone setting page show absurdly large installed version.The version number will keep on increasing over time. Removed and reinstall doesn't correct it.I came here to say the exact same thing.I can provide logs if needed.
November 6, 2025Nov 6 I’ve had the same problem since updating to Unraid 7.2. Unfortunately, Waseh was last online on April 1st, so I don’t think we’ll get an update anytime soon.I tried using the official Docker container from rclone, and I managed to get it working. When there are no errors, the container stops automatically after finishing the sync run, so you get the same behavior as with the plugin.Here’s an example User Script to start and stop the (pre-configured) container:set -euo pipefail CONTAINER="rclone" docker stop "$CONTAINER" >/dev/null 2>&1 || true echo "[${SECONDS}s] Starting rclone container..." docker start "$CONTAINER" >/dev/null docker wait "$CONTAINER" >/dev/null echo "[${SECONDS}s] rclone job finished." Edited November 6, 2025Nov 6 by RedOrange
November 7, 2025Nov 7 OTOH, I can't think of anything in 7.2 that would cause this plugin to have that behaviour. FWIW, rclone IS included in 7.2 (not sure when it came to be included though)
November 7, 2025Nov 7 34 minutes ago, Squid said:FWIW, rclone IS included in 7.2 (not sure when it came to be included though)Yes. This is the way.I've been using Rclone through User Scripts successfully since Geek Tools stopped being maintained.Just use the normal Rclone commands to use it.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.