Linux Wake-on-lan
From WikiMLT
If the remote instance supports the Lake-on-LAN (WoL) feature and it is enabled via its UEFI/BIOS you should be able to wake it up from a Linux system by the wakeonlan
command.
Installation on Debian based OS
sudo apt install etherwake
Usage
You need to provide at least the MAC address of the remote instance.
wakeonlan A8:A1:59:6A:F0:5C
Waking up the instance will take few seconds, so be patient before trying to connect it.
References
- NixCraft: How To Wake Up Computers Using Linux Command [ Wake-on-LAN ( WOL ) ] By Sending Magic Packets
- Ask Ubuntu: How can I enable wake-on-lan permanently?