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.

codefeet

Members
  • Joined

  • Last visited

  1. I just picked up this board and ran into the same issue. Before moving my Unraid server over to this new board I'm putting it through it's paces with vanilla Ubuntu 26.04. Bios version: 4801 Network Stack: Disabled APM Configuration...Power On By PCI-E/PCI: Enabled I used Claude to help diagnose the issue. It turns out that it'a a configuration issue and that magic packet support is disabled. To enable (verify your interface name): sudo ethtool -s enp179s0f0 wol g My AI overlord informed me that this would survive poweroff but be reset again on the next boot and to make it persistent via a systemd service sudo nano /etc/systemd/system/wol.service [Unit] Description=Enable Wake-on-LAN After=network.target [Service] Type=oneshot ExecStart=/usr/sbin/ethtool -s enp179s0f0 wol g [Install] WantedBy=multi-user.target then: sudo systemctl enable wol.service sudo systemctl start wol.service I can confirm this works on Ubuntu 26.04 and I can successfully wake the device after multiple shutdowns. This will likely be a user script on boot when I move my Unraid server to this new machine.
  2. Will this also work if the license has been transferred to the TPM?
  3. I went the optane route when internal boot launched but am not happy with the energy consumption. I'd like to move them to the cache pool but the wizard doesn't give me an option to move it again. How can I move this?
  4. Is there a setting to disable compact mode on the docker menu on the dashboard? I can manually disable it but when the page refreshes it automatically enabled again.
  5. Just installed and configured Kapowarr and everything is running fine. But changed the network to a GluetunVPN container where where I also run the other arr apps but the web UI won't load. Anyone running Kapowarr through GluetunVPN succesfully?

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.