Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 702 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 702 Bytes

Wake-On-Lan Server

Image of the running server

How to run:

  1. Copy .env.example to .env
  2. Read and change the file accordingly
  3. npm install && npm start
  4. Insert your password correctly and ping the machine using the check button!

Functionalities

  1. Ping the machine via IP
  2. HTTPs (run scripts/keygen.sh and place localhost.key and localhost.crt into the ssl folder)
  3. Run on multiple ports (edit the HTTP_PORTS and/or HTTPS_PORTS)
  4. Systemd service (see scripts/make_service.sh)

Notes

You can also store a hashed pasword (in sha256) in the .env file if you set PASSWORD_HASHED_SHA265 to true.