php-wol
php-wol copied to clipboard
PHP WakeOnLan Interface
trafficstars
PHP WakeOnLan
A simple PHP WakeOnLan UI

How to install
Requirements
- A Linux Server/Machine
- A mysql Database
- A PHP capable webserver (Apache, nginx, ...)
Installation
- Clone the repo and copy the
htmlfolder into your webroot - Change the lines below in
config.phpto 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