Skip to content

WEB based administration dhcpd-server in PHP and Mysql

Notifications You must be signed in to change notification settings

dlopescruz/DHCPWebAdmin

Repository files navigation

Author: Diego Lopes da Cruz - diego.lopes@gmail.com

DHCPWebAdmin

Web based isc-dhcp-server administration.
Add, alter and remove many "pools" in /etc/dhcp/dhcpd.conf with PHP.

Pre-requisites

GNU/Linux (tested on Debian Strecth 9.4)
Apache 2.4
PHP 7.0
libapache2-mod-php7.0
PHP7.0-mysql module
Mysql server 5.5
Expect 5.45

Installation

Copy all files .php, css and javascript directories to your server web directory. Create a database such as dump file "db.sql" structure on mysql-server.

Default user

The deafult user is "admin" and password "admin" To change the password, edit the "settings.php" file and alter the line 29 with new password in md5 format.

Enjoy.

Releases

No releases published

Packages

No packages published