is there a wake on lan script using a web language preferably php that works? Also one that has some documentation on how to get it to work like what needs to be enabled on your
I know this is an old questions, but it's still the first Google result, so here's what I ended up doing after a bit of research:
Prerequisites:
wakeonlan
package from your system's package managersudo apt-get install wakeonlan
)Now the script is as easy as this:
Hope that helps someone.