Php Wol Save

PHP WakeOnLan Interface

Project README

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
Open Source Agenda is not affiliated with "Php Wol" Project. README Source: justicenode/php-wol
Stars
33
Open Issues
6
Last Commit
7 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating