Home unRAID Wake on LAN
Post
Cancel

unRAID Wake on LAN

unRAID Wake on LAN

User script to force enable Wake on LAN every time unRAID server shuts down.

Must be enabled within BIOS already (Power on via PCIe/LAN)

Requires the ‘User Scripts’ Community Apps Plugin

  • Settings
    • User Scripts
      • Add New Script

activate-wol

1
2
#!/bin/bash
ethtool -s eth0 wol g

Run in background: At Startup of Array

Example WoL Client Configuration

1
2
3
4
Profile:    unRAID
IP:         10.0.0.11
Port:       9
MAC Addr:   XX:XX:XX:XX:XX:XX
This post is licensed under CC BY 4.0 by the author.