Skip to main content

Client for sending Wake-on-LAN magic packets.

# To send a WoL packet to a device:
wol <mac_address>

# To send a WoL packet to a device in another subnet based on its IP:
wol --ipaddr=<ip_address> <mac_address>

# To send a WoL packet to a device in another subnet based on its hostname:
wol --host=<hostname> <mac_address>

# To send a WoL packet to a specific port on a host:
wol --port=<port_number> <mac_address>

# To read hardware addresses, IP addresses/hostnames, optional ports and SecureON passwords from a file:
wol --file=<path/to/file>

# To turn on verbose output:
wol --verbose <mac_address>