Skip to content

thomasqueirozb/wol-server

Repository files navigation

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.

About

Wake-On-Lan server and with a web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published