djraw / php-wol

PHP WakeOnLan Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 db.php to fit your mysql setup
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: admin , pw admin

About

PHP WakeOnLan Interface

License:GNU General Public License v3.0


Languages

Language:PHP 50.1%Language:JavaScript 29.9%Language:HTML 20.0%