How to Install XAMPP on Windows 11

This article explains how to install XAMPP on Windows 11

XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. It consists primarily of the Apache HTTP Server, MariaDB, and interpreters for scripts written in the PHP and Perl programming languages.

XAMPP stands for X: [Cross-platform], A: [Apache], M: [MariaDB], P: [PHP] and P: [Perl].

This app lets you develop and test PHP applications locally before deploying them to a live server. You can create and run a PHP-based website and app from a single installation, eliminating the need to install each component separately.

Download and Install XAMPP

XAMPP is a single Apache distribution containing MariaDB, PHP, and Perl. Just download and start the installer.

Visit the download page and choose the version with the PHP you want to install.

Once downloaded, visit your Downloads folder and run the installer.

XAMPP Windows installer

Select the XAMPP core files and components to install and continue.

XAMPP Windows installer components

Accept the default [C:\xampp] folder to install XAMPP in.

XAMPP Windows installer folder

Wait for the installer to complete.

XAMPP Windows installer progress

When prompted to allow Apache, click the “Allow” button.

XAMPP allow Apache

Once complete, click the Finish button to launch the app.

XAMPP installer finish

On the Control Panel, you can start and stop all the servers.

XAMPP Control Panel Services

Using the command line, “Shell” button on the right of the Control Panel, run the command below to start and stop all servers.

\xampp\xampp_start.exe
\xampp\xampp_stop.exe

Operation

XAMPP default directory is located at [C:\xampp]. From there you can manage individual server and server configurations.

Browse the server IP address or hostname to visit XAMPP default Apache web page.

XAMPP Apache default web

Click the PHPInfo link to display PHP info.

XAMPP PHPInfo page

Click the phpMyAdmin link to manage MariaDB.

XAMPP phpMyAdmin

That should do it!

Conclusion:

  • XAMPP provides a complete environment for developing and testing PHP applications locally.
  • The installation process is straightforward, allowing users to set up all necessary components quickly.
  • The Control Panel offers easy management of server operations and configurations.
  • Users can access PHP and MariaDB management tools, such as PHPInfo and phpMyAdmin, for enhanced functionality.
  • With XAMPP, developers can create and run web applications efficiently before deploying them to live servers.

Categories:

3 responses to “How to Install XAMPP on Windows 11”

  1. […] XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. It consists primarily of the Apache HTTP Server, MariaDB, and interpreters for scripts written in the PHP and Perl programming languages. […]

  2. […] XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. It consists primarily of the Apache HTTP Server, MariaDB, and interpreters for scripts written in the PHP and Perl programming languages. […]

  3. […] XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. It consists primarily of the Apache HTTP Server, MariaDB, and interpreters for scripts written in the PHP and Perl programming languages. […]

Leave a Reply

Your email address will not be published. Required fields are marked *

Explore Topics

Exit mobile version