PDNS Gui is an open-source web-based graphical user interface designed for the PowerDNS DNS server. In this tutorial, we will guide you on how to install PDNS Gui on Fedora Server latest version.
Before installing PDNS Gui, make sure that you have the following prerequisites installed on your Fedora server:
First, you need to install some required dependencies that are not included in the Fedora repository. Open your terminal and run the following command:
sudo dnf install epel-release
To install PDNS Gui on Fedora Server, you need to follow these steps:
git clone https://github.com/odoucet/pdns-gui.git
sudo mv pdns-gui /var/www/html/
cd /var/www/html/pdns-gui/
cp config.inc.php.template config.inc.php
nano config.inc.php
Find the 'DB_HOST' and 'DB_PASSWORD' configuration settings and edit them to match your MariaDB server settings.
Save and exit the file.
mysql -u root -p
CREATE DATABASE pdns_gui;
CREATE USER 'pdns_gui'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON pdns_gui.* TO 'pdns_gui'@'localhost';
exit
http://your_server_IP/pdns-gui/
Congratulations! You have successfully installed PDNS Gui on Fedora server. You can now use PDNS Gui to manage your PowerDNS server.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!