Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 702 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 702 Bytes

PHP WakeOnLan

A simple PHP WakeOnLan UI

Screenshot01

How to install

Requirements
  • A Linux Server/Machine
  • A mysql Database
  • A PHP capable webserver (Apache, nginx, ...)
Installation
  1. Clone the repo and copy the html folder into your webroot
  2. Change the lines below in config.php to fit your mysql setup (DO NOT CREATE DB)
private $servername = "localhost";
private $username = "root";
private $password = "";
private $database = "php-wol";
Notes
  • The database gets created as soon as you load the page for the first time.
  • default login is admin:admin