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.

nullenvoid

Members
  • Joined

  • Last visited

  1. After the reboot to 7.1.0 I couldn't reach the GUI and pings were not responding. I went into the console, modified the /boot/config/network.cfg, changed the BRNICS[0] back to eth1, and rebooted unraid server again. Once it booted back up, it restored network functionally, and I was able to connect to the GUI. After the upgrade(non working config): # Generated settings: IFNAME[0]="br0" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" DESCRIPTION[0]="MGMT" BRNICS[0]="eth0" PROTOCOL[0]="ipv4" USE_DHCP[0]="no" IPADDR[0]="10.0.0.30" NETMASK[0]="255.255.255.0" GATEWAY[0]="10.0.0.1" DNS_SERVER1="8.8.8.8" DNS_SERVER2="8.8.4.4" USE_DHCP6[0]="no" DHCP6_KEEPRESOLV="no" MTU[0]="1500" SYSNICS="1" The fix: # Generated settings: IFNAME[0]="br0" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" DESCRIPTION[0]="MGMT" BRNICS[0]="eth1" PROTOCOL[0]="ipv4" USE_DHCP[0]="no" IPADDR[0]="10.0.0.30" NETMASK[0]="255.255.255.0" GATEWAY[0]="10.0.0.1" DNS_SERVER1="8.8.8.8" DNS_SERVER2="8.8.4.4" USE_DHCP6[0]="no" DHCP6_KEEPRESOLV="no" MTU[0]="1500" SYSNICS="1"

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.