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.

unRAID OS version 6.4.0-rc8q available

Featured Replies

6 minutes ago, Lebowski said:

Just saw in community apps that its cut off on the right, RC8q saw the GUI centred and might be causing this issue?

 

This is not an issue on a 1080 display, seems to be an issue on my 1440 display

@Squid

@bonienl

 

Squid released an update of CA to address this issue. Did you update CA already?

 

  • Replies 383
  • Views 49.6k
  • Created
  • Last Reply

I have now :$. Thank you its fixed.

57 minutes ago, MrCrispy said:

I think it would be nice if there were some screenshots of new featutes/GUI changes, makes it a lot easier to understand and is exciting!

 

Well, okay, I started with a tutorial on the new Encryption feature.

 

 

Tried to create the SSL certs within unraid and get the following error.

Sorry, an error (403) occurred provisioning your SSL certificate. The error is: Your router or configured DNS servers are protecting against DNS rebinding thus preventing this SSL certificate from working. See help for more details and workarounds.

 

Running pfsense as resolver and I've disabled the DNS rebinding checks but I don't think that's the issue. Think I'm just blocking the traffic at the moment.

How does this connect back to Limetech to update the DNS record?

 
2 minutes ago, Tuftuf said:

Tried to create the SSL certs within unraid and get the following error.

Sorry, an error (403) occurred provisioning your SSL certificate. The error is: Your router or configured DNS servers are protecting against DNS rebinding thus preventing this SSL certificate from working. See help for more details and workarounds.

 

Running pfsense as resolver and I've disabled the DNS rebinding checks but I don't think that's the issue. Think I'm just blocking the traffic at the moment.

How does this connect back to Limetech to update the DNS record?

 

I had that issue the first time, clicked provision again and it worked. However I am interested on this error as I had it also at first.

Just now, Lebowski said:

I had that issue the first time, clicked provision again and it worked. However I am interested on this error as I had it also at first.

 

Well I'm still getting the error after a few clicks and a reboot. I suspect I'm blocking the traffic needed but not certain.

 

I'd like to know what is required for this to work, eg a connection back to limetech on port 53 etc.

12 minutes ago, Tuftuf said:

Sorry, an error (403) occurred provisioning your SSL certificate. The error is: Your router or configured DNS servers are protecting against DNS rebinding thus preventing this SSL certificate from working. See help for more details and workarounds

 

Current implementation gives this error whenever communication with LT fails, it probably needs to be more selective.

@bonienl Can you tell me how it's trying to communicate and I could allow it?

 

 

51 minutes ago, Lebowski said:

Just saw in community apps that its cut off on the right, RC8q saw the GUI centred and might be causing this issue?

 

This is not an issue on a 1080 display, seems to be an issue on my 1440 display

@Squid

@bonienl

 

sc.thumb.png.5e0a8680e9d97457ab1235f5e72177fa.png

 

 

 

Why is the webUI now locked to 1080 wide?

 

I used unraid 6.4rc7a across my phone, 1080p monitor, 1440p monitor, 768p (laptop) and the UI looked perfect on all of them.

 

Now on my 1440p screen (soon to be 4k, hopefully) it looks a bit naff. Is there a way to customise this? What was the reason for the change, I can't see a downside to it being somewhat responsive :)

Small visual bug:

 

When selecting disks to assign from the drop down list all appear with size 0 B.

17 minutes ago, Tuftuf said:

@bonienl Can you tell me how it's trying to communicate and I could allow it?

 

 

 

There is a test done to determine if the local router may block DNS rebind, the evaluation of the answer needs more refinement.

4 hours ago, Can0nfan said:

@limetech

found a small typo when help is displayed under settings->identification

 

 

for the Ubiquity router its labeled as UGS 


__________________________________________________________________________

Ubiquiti UGS router: you can add this configuration line:

set service dns forwarding options rebind-domain-ok=/unraid.net/
___________________________________________________________________________

 

Its actually called the USG (Unifi Security Gateway)


and as side note to that I added that line to my config rebooted the USG and tried to provision the SSL but it wont I get this:

 

__________________________________________________________________________
Sorry, an error (403) occurred provisioning your SSL certificate. The error is: Your router or configured DNS servers are protecting against DNS rebinding thus preventing this SSL certificate from working. See help for more details and workarounds.
__________________________________________________________________________

i am using Googles DNS servers in my USG so not sure what the issue is here.

 

 

3 hours ago, bonienl said:

 

Thanks, typo will be corrected.

 

After making the change there is no need to reboot the router, the change has immediate effect once you "commit" (also do not forget to "save").

 

I am using openDNS, but changed to google DNS for a test. Both are working fine.

 

 

I have a Ubiquiti EdgeRouter X that I want to setup to get a signed certificate for but I am a real Noob at configuring the thing.  I have been reading the manual which seems to be written for someone with a lot of knowledge about command line configuration of these things.) Could someone post up the complete sequence of commands necessary to have it become a permanent part of the configuration in a separate thread?   I am probably no the only one who will be having issues with this line of routers.    (I don't want to brick it!!!)

 

I did get it to work using the unsigned certificate.  I would suggest that anyone who modified the go file to use https edit that line to remove the changes before upgrading.  (Initially, I could not get to the server using a bookmark with    https://192.168.1.XXX/Main     as the URL!) 

26 minutes ago, johnnie.black said:

Small visual bug:

 

When selecting disks to assign from the drop down list all appear with size 0 B.

 

It was a littlebit more than a visual bug :)  but corrected in next release.

 

Thanks.

 

19 hours ago, DZMM said:

I'm not sure if the existing entries in my pfsense resolver conflicted with the recommended entry?

 

I already have:

 


server:private-address: 127.0.0.0/8
server:include: /var/unbound/pfb_dnsbl.*conf

First line is from the airvpn guide "(Copy and Paste) This setting is for DNS Rebinding | | protection in the 127.0.0.0/8 localhost zone." and the second line is added by pfBlockerNG.

 

Not sure if adding:

 


server:private-domain: "unraid.net"

conflicts??

 

 

Prior to adding the unraid.net line, I could not complete the SSL process. Adding that line fixed it.

 

server:private-address: 127.0.0.0/8
server:private-domain: "plex.direct"
server:private-domain: "unraid.net"

45 minutes ago, nexusmaniac said:

Why is the webUI now locked to 1080 wide?

 

This GUI is not locked to 1080 wide, why do you think this?

 

GUI will auto size between 1080 and 1920.

1 minute ago, bonienl said:

 

This GUI is not locked to 1080 wide, why do you think this?

 

GUI will auto size between 1080 and 1920.

 

Apologies, I mistyped, I meant to say 1920 wide. But my point still stands (with the updated figure) :)

 

Why is it now limited to 1920?

 

Running a 2560*1440 monitor the space either side looks out of place / wasted to me. I loved unRAID finally spanning the entire width of my monitor :(

5 minutes ago, nexusmaniac said:

Why is it now limited to 1920?

 

Design choice.

 

At the other end of the spectrum there are people asking to limit the width to 1200 pixels...

 

Just now, bonienl said:

 

Design choice.

 

At the other end of the spectrum there are people asking to limit the width to 1200 pixels...

 

 

If it automatically scales "GUI will auto size between 1080 and 1920." why not simply extend the range? :)

 

From 'x' to 'y' being as big to as small (within reason) as you see fit.

 

It looks out of place on my larger res screen now, that's all I'm reporting :)

7 minutes ago, nexusmaniac said:

If it automatically scales "GUI will auto size between 1080 and 1920." why not simply extend the range?

 

1920 might just be the upper bounds for the monitor(s) @bonienl has available to work with.

36 minutes ago, Frank1940 said:

I have a Ubiquiti EdgeRouter X that I want to setup to get a signed certificate for but I am a real Noob at configuring the thing.  I have been reading the manual which seems to be written for someone with a lot of knowledge about command line configuration of these things.) Could someone post up the complete sequence of commands necessary to have it become a permanent part of the configuration in a separate thread?

 

I have both Ubiquiti EdgeMax and USG routers. I don't use the EdgeRouter X, but I believe CLI is the same. When it is just adding the "dns" statement then do the following:

$ configure
# set service dns forwarding options rebind-domain-ok=/unraid.net/
# commit
# save
# exit
$ exit

 

4 minutes ago, eschultz said:

 

1920 might just be the upper bounds for the monitor(s) @bonienl has available to work with.

 

I actually bought a new 27" monitor last week with a 2560x1440 resolution. And personally I find a GUI width of 1920 working very well on this monitor.

35 minutes ago, Tuftuf said:

 

Prior to adding the unraid.net line, I could not complete the SSL process. Adding that line fixed it.

 

server:private-address: 127.0.0.0/8
server:private-domain: "plex.direct"
server:private-domain: "unraid.net"

Thanks - I'll try the same later with the unraid line at the bottom (I think I tried it at the top before)

On the Unraid dashboard it shows Memory installed 32GB and Max Memory 64GB.

installed 32 GB (max. capacity 64 GB)

On the Unraid Info - More menu it shows 

Memory:

32768 GB (max. installable capacity 32768 GB)*

 

 

 

Is this a display bug or does that * have a hidden meaning?

4 minutes ago, Tuftuf said:

On the Unraid Info - More menu it shows 

 

This is from the separate plugin "Dynamix System Info".

 

Can you post the result of these commands?

 

dmidecode -t 16

dmidecode -t 17

 

Archived

This topic is now archived and is closed to further replies.

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.