justicenode / 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 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

About

PHP WakeOnLan Interface

License:GNU General Public License v3.0


Languages

Language:PHP 47.4%Language:JavaScript 28.3%Language:HTML 24.3%