Wake on lan script that works

后端 未结 4 1963
抹茶落季
抹茶落季 2021-01-31 12:17

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

4条回答
  •  甜味超标
    2021-01-31 12:59

    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:

    • Linux box on the same network
    • Install the wakeonlan package from your system's package manager
          (i.e. sudo apt-get install wakeonlan)

    Now the script is as easy as this:

    
    

     

    Hope that helps someone.

提交回复
热议问题