A simple PHP WakeOnLan UI
- A Linux Server/Machine
- A mysql Database
- A PHP capable webserver (Apache, nginx, ...)
- Clone the repo and copy the
html
folder into your webroot - 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";
- The database gets created as soon as you load the page for the first time.
- default login is
admin:admin