How to Install Poweradmin on Windows 10
Poweradmin is a web-based tool used for managing DNS servers. It can be installed on Windows 10.
Prerequisites
Before we begin, ensure that you have the following:
- Windows 10 operating system
- WAMP or XAMPP server installed
- MySQL server
- PHP installed
Steps
Download the latest version of Poweradmin from http://www.poweradmin.org/.
Extract the downloaded file and copy the
poweradminfolder to thewwwdirectory of your WAMP or XAMPP server.Open your preferred web browser and type
localhost/phpmyadminin the address bar.Click on the
Newbutton to create a new database.Name the database
poweradminand choose the desired collation.Click on the
Createbutton.Select the
poweradmindatabase from the left side menu.Click on the
Importoption in the tabs.Choose the
poweradmin.sqlfile located inside thepoweradmin\miscdirectory and click on theGobutton.Open the
poweradmin\incdirectory and renameconfig-me.inc.phptoconfig.inc.php.Open
config.inc.phpin a text editor such as Notepad++.Locate the line that reads
// $pa_db_pass = 'password';and uncomment it by removing the//in front of it.Replace
passwordwith the password you set for the root user of your MySQL server.Save and close
config.inc.php.Open your web browser and type
localhost/poweradminin the address bar.Use the default login credentials: Username:
adminand Password:password.You can change the password after logging in by clicking on
Settings>Change Password.
Congratulations! You have successfully installed Poweradmin on your Windows 10 machine.