Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

All transfers via FTP/SMB/HTTP/iperf from any client to UNRAID capped at 10MB/s. Internet to Unraid (Usenet/P2P) is full gigabit speeds.

Featured Replies

Hey,

 

(warning: sorry for mixing MB/s and Mbps, just didn't want to do a wrong conversion anywhere so I'm just using whatever the product is reporting. Ie if it says 100MB/s I'm not converting that to Mbps, and vice-versa!) 

 

I've been testing this extensively. I've transferred files from my laptop (wifi) and desktop (2.5G) to my unraid server on the same internal network, on the same switch, on different switches, on the same vLAN, on different vlans, over the built in WireGuard VPN, any networking change I could do I made. I always get a max of 10MB/s. The eth0/eth1 adaptors on unraid are full gigabit duplex connections. On any P2P/wget/usenet connection on the unraid server gets the full gigabit connection speeds on both up and downloads. I have a network speed tracking docker setup and both upload/download on the server has never dropped below 600Mbps. Even Plex transfers max out at ~80-100MB/s upload when people are streaming 4k content.

 

I've transferred files from laptop/desktop -> unraid and unraid -> laptop/desktop and I always get 10MB/s. Doesn't matter protocol: sFTP transfers, SMB transfers (both Windows and OSX), HTTPs via docker containers (even simple a nginx docker container hosting a test 1GB file), and even iperf3 bidirectional is 10MB/s. Removing Unraid from the equation even on two wifi devices I get over 400Mbps device-to-device (two S22's iperf3)

 

This really sucks when I'm trying to transfer large pictures/videos from my desktop to my server for backing up purposes.

 

Sys Info:

Unraid Version: 6.9.2 

Supermicro X9DRi-LN4+/X9DR3-LN4+, Version REV:1.10
Intel® Xeon® CPU E5-2630 x2

80GB of ECC RAM

4x 1GB ethernet ports, 2x connected w/ cat6A to new Unifi equipment. Both switch + Unraid showing 1Gb connection.

 

Attaching diagnostics as well.

 

Thank you for everyone for taking a look!

 

(This was happening on an old system too. I transferred to a new supermicro chassis which had existing hardware. On my old motherboard it did the same thing. So i highly doubt it is hardware based... has to be some weird config issue somewhere..)

 

 

 

 

mk4alpha-diagnostics-20220520-2111.zip

  • Community Expert

Start by running an iperf test, it will confirm if it's network related or not.

  • Author
5 hours ago, JorgeB said:

Start by running an iperf test, it will confirm if it's network related or not.

 

Yes.... That was my first check.

 

Please see post again.

 

  • Community Expert

If iperf3 is only giving 10MB/s then it definitely looks like a network issue.  However quite what it could be is not clear from your description.    In the past when this has come up it has always been due to a link running at 100 Mb/s for some reason (bad port, bad cable etc).

  • Author

It can't be network connections. Everything else aside from local file transfers to the array gives me 100MB/s. Downloads using wget, usenet, p2p, etc. Just transferring files to the server locally is giving me slow speeds. All external connections are using my full connection bandwidth

  • Community Expert
5 minutes ago, Blaze9 said:

It can't be network connections. Everything else aside from local file transfers to the array gives me 100MB/s. Downloads using wget, usenet, p2p, etc. Just transferring files to the server locally is giving me slow speeds. All external connections are using my full connection bandwidth

Except for the fact that even iperf3 is only getting 10MB/s so it has nothing to do with the speed of reading/writing to the drives.   Something somewhere on the network is limiting the speed.   However since you mention services running on Unraid are getting 100MB/s it also does not sound like something at the Unraid end either :( 

 

I must admit I am puzzled because you seem to have checked all the obvious candidates without finding a culprit :( 

 

 

  • Author
Just now, itimpi said:

Except for the fact that even iperf3 is only getting 10MB/s so it has nothing to do with the speed of reading/writing to the drives.   Something somewhere on the network is limiting the speed.   However since you mention services running on Unraid are getting 100MB/s it also does not sound like something at the Unraid end either :( 

 

I must admit I am puzzled because you seem to have checked all the obvious candidates without finding a culprit :( 

 

 

Yes, sorry I mean literally just local connections to the server are giving me 10MB/s. If I host a file on nginx and try downloading on a remote network (wifi at friends, or mobile network) it works fine and gives me a fairly fast speed. This has been puzzling me for literally 2-3 years! =(

  • 3 years later...

@Blaze9 Reviving this old thread, I'm running into the exact same issue as yours. FTP and iperf3 between unraid and windows are capped at 10MBps while external connections (internet for example) are running at full 100MBps. Were you able to fix this?

Edited by silence_dogood

  • Community Expert
4 hours ago, silence_dogood said:

FTP and iperf3 between unraid and windows are capped at 10MBps

When you get a link capped at 10MBPS this typically means you have a LAN cable (or port) that is not connecting on all 4 twisted pairs required for 1Gps (or higher). In such a case the link will fall back to 100Mbps (which is effectively 10MBPS).

  • Author

It's not though, looking at the rest of the thread. External non-lan SMB/iperf connections are going at gigabit speeds. Includes downloading from internet onto both pool and cache, as well as hosting a file from pool/cache. I can download, using another network (friends house, work, etc) files off of my server, non VPN, at over 60-70MB/s. And the server downloads files at around 100-112MB/s. All through the same network connection. I only have 1 cable connected.

Another way to confirm is if I make a flash backup and download it using the unraid UI, that 1.3gig file downloads at the same 60MB/s as well. So even content hosted over http by unraid directly is served at normal speeds.

Edited by Blaze9

I've narrowed down the issue to wifi actually. My setup (xfinity) is:
1) Unraid server connected to the router through ethernet
2) PC connected through wifi

Transfer speed between PC and server here is over wifi which is the main culprit. I confirmed this by streaming my plex content to 4 devices in the house at the same time. The Unraid server's network shows output over 200Mbps which means there is no cap at the server. I also tested connection between different devices (iphone to PC, iphone to iphone, mac to pc etc) and they were all slower.

I was looking into mesh systems when I discovered MoCA filters which is what I'm going to try next.

  • Community Expert
14 hours ago, silence_dogood said:

I was looking into mesh systems when I discovered MoCA filters which is what I'm going to try next.

Sounds like you are considering something with coax cable. It doesn't turn out as nice as it advertises. Stick with Ethernet or fiber if you can.

On 12/18/2025 at 2:40 AM, Veah said:

Sounds like you are considering something with coax cable. It doesn't turn out as nice as it advertises. Stick with Ethernet or fiber if you can.

Yeah it sounded so good when I looked it up. Unfortunately, my apartment must have messed up the internal connections. The Moca speed I was getting was worse than with wifi. I ended up setting up mesh + ethernet. Now I get the full Gigabit speed for transfers!

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.