How can I turn on my TrueNAS Scale server remotely? Is there a Wake On LAN (WOL) utility?
- How to do this on my home network?
- How can I do this from a remote location?
How can I turn on my TrueNAS Scale server remotely? Is there a Wake On LAN (WOL) utility?
Thats a function of the hardware / system BIOS. Its not a function of TrueNAS.
So:
Log into IPMI… if it is a genuine server board.
Can even do it from a script with ipmiutil if you have the ipmi accessible to your vpn etc
How To Wake On LAN
https://www.youtube.com/watch?v=3fvR4riXSbE
Download WakeMeOnLAN
https://www.nirsoft.net/utils/wake_on_lan.html
Thats not true.
You need to enable WOL in Bios yes, but you need also change the driver.
In an old Thread i found it: SOLVED - Enable WOL | TrueNAS Community
You need to add a “init/Shutdown Script” with command: ethtool -s enp3s0 wol g
After this and reboot it works for a while.
In my case i added the same for shutdown.
The WOL run after this setting in my case for ~1 Day. After ~24 hours the WOL not work again and i need to start the server directly. I dont know why, but the network Card went offline after ~20 hours with all energy efficiency options off.
Thanks
@corin.corvus, did you end up finsing the cause of the network card powering down?
I’de like to know this as well. My offsite backup is pretty useless if the network keeps shutting itself down.
The WoL functionality has to be enabled for the server’s integrated LAN port.
If performing WoL via the local network, there is a Windows app which can do the job.
If performing WoL remotely, it becomes more complicated. One solution would be to connect to the network via VPN, and run WoL task on the router/switch itself.