XAMPP Control Panel
XAMPP Control Panel
Overview
The XAMPP Control Panel
Controls for the individual components of your test server can be reached
through the XAMPP Control Panel. The clear user interface logs all actions
and allows you to start or stop individual modules with a single. The XAMPP
Control Panel also offers you various other buttons, including:
• Config: allows you to configure the XAMPP as well as the individual
components
• Netstat: shows all running processes on the local computer
• Shell: opens a UNIX shell
• Explorer: opens the XAMPP folder in Windows Explorer
• Services: shows all services currently running in the background
• Help: offers links to user forums
• Quit: closes the XAMPP Control Panel
10/28/2023 Compiled by Abdulmumin E. Abdulkarim 2
10/28/2023 Compiled by Abdulmumin E. Abdulkarim 3
Starting modules
• Individual modules can be started or stopped on the XAMPP Control
Panel through the corresponding buttons under ‘Actions’. You can see
which modules have been started because their names are
highlighted green under the ‘Module’ title.
• Click on the Admin button of your Apache server to go to the web address
of your web server. The Control Panel will now start in your standard
browser, and you’ll be led to the dashboard of your XAMPP’s local host.
The dashboard features numerous links to websites for useful information
as well as the open source project BitNami, which offers you many
different applications for your XAMPP, like WordPress or other content
management systems. Alternatively, you can reach the dashboard through
localhost/dashboard/.
10/28/2023 Compiled by Abdulmumin E. Abdulkarim 9
10/28/2023 Compiled by Abdulmumin E. Abdulkarim 10
Module administration – 2
• You can use the Admin button of your database module to open
phpMyAdmin. Here, you can manage the databases of your web
projects that you’re testing on your XAMPP. Alternatively, you can
reach the administration section of your MySQL database via
localhost/phpmyadmin/.
• Open the XAMPP directory through the ‘Explorer’ button in the Control
Panel and choose the folder htdocs (C:\xampp\htdocs for standard
installations). This directory will store file data collected for web pages that
you test on your XAMPP server. The htdocs folder should already contain
data to help configuration of the web server. But you should store your
own projects in a new folder (like ‘Test Folder’ for example).
• You can create a new PHP page easily by using the following content in
your editor and storing it as test.php in your ‘ test’ folder
(C:\xampp\htdocs\test):
• The last step now is to open your web browser and load your PHP
page via localhost/test/test.php. If your browser window displays the
words ‘Hello World’, then you’ve successfully installed and configured
your XAMPP.