Skip to content

kmorber/php-wol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 47.4%
  • JavaScript 28.3%
  • HTML 24.3%