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.

d3nny

Members
  • Joined

  • Last visited

  1. Hello everyone, maybe someone already knows a solution for this: I enabled the SSH Access in the webUI. So far everything is working fine unless I'm restarting the whole unraid server. After restarting the webUI still says SSH Server enabled: yes, but it's not started. I need to reapply the settings to start the SSH Server again to gain access.
  2. it's not maintained anymore by bergware. So pull request via github is senseless. Last update is more than a year. Right now it's maintained by unraid itself. Changing the file locally doesn't help after reboot.
  3. Can please someone fix the "autofan" script? /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/autofan if [[ $SLEEPING -eq 0 ]]; then if [[ $DISK == /dev/nvme[0-9] ]]; then the "-eq 0" is wrong here. Should be "-ne" because the temp of the hdd/nvme is not read out if it is NOT sleeping. So please PLEASE change it to if [[ $SLEEPING -ne 0 ]]; then if [[ $DISK == /dev/nvme[0-9] ]]; then CURRENT_TEMP=$(smartctl -n standby -A $DISK | awk '$1=="Temperature:" {print $2;exit}') [...] Thanks a lot. Would save me so much heated nvmes

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.