Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 811 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 811 Bytes

phpWOL

A web-driven Wake-on-LAN Service

php driven Wake on LAN webapp for remote computer startup

The purpose of this webapp is to remotely turn on computers that have WoL enabled.

Many routers disable/ignore the broadcast address of a subnet that originate from outside of the local network. To circumvent this, a PHP server placed within the network is able to receive a command in the form of a submission and then dynamically generate a WoL packet to specific computers in the same subnet.

Much of the credit goes to, Toni Uebernickel [email protected], who coded the entire WoL packet generator function. I only wrapped it into a web page and added a few more tweaks:

  1. Some authentication (not completely secure, but better than nothing)
  2. A GUI in the form of a webpage