Skip to main content
PHP Blog

Back to all posts

How to Remove Port 8080 In Xampp?

Published on
4 min read
How to Remove Port 8080 In Xampp? image

Best Tools to Remove Port 8080 in XAMPP to Buy in October 2025

1 Klein Tools VDV001819 Tool Set, Cable Installation Test Set with Crimpers, Scout Pro 3 Cable Tester, Snips, Punchdown Tool, Case, 6-Piece

Klein Tools VDV001819 Tool Set, Cable Installation Test Set with Crimpers, Scout Pro 3 Cable Tester, Snips, Punchdown Tool, Case, 6-Piece

  • COMPLETE KIT: ALL ESSENTIAL TOOLS INCLUDED FOR VDV PROFESSIONALS.

  • VERSATILE TESTING: SCOUT PRO 3 TESTER TESTS COAX, DATA, AND PHONE CABLES.

  • PRECISION TOOLS: RATCHETING CRIMPER, SNIP, AND STRIPPER ENHANCE EFFICIENCY.

BUY & SAVE
$219.99
Klein Tools VDV001819 Tool Set, Cable Installation Test Set with Crimpers, Scout Pro 3 Cable Tester, Snips, Punchdown Tool, Case, 6-Piece
2 Klein Tools VDV226-110 Ratcheting Modular Data Cable Crimper / Wire Stripper / Wire Cutter for RJ11/RJ12 Standard, RJ45 Pass-Thru Connectors

Klein Tools VDV226-110 Ratcheting Modular Data Cable Crimper / Wire Stripper / Wire Cutter for RJ11/RJ12 Standard, RJ45 Pass-Thru Connectors

  • STREAMLINED INSTALLATION WITH PASS-THRU CONNECTORS FOR QUICK SETUP.

  • ALL-IN-ONE TOOL: STRIP, CRIMP, AND CUT FOR VERSATILE PERFORMANCE.

  • RATCHET MECHANISM ENSURES SECURE TERMINATIONS AND FEWER ERRORS.

BUY & SAVE
$49.97
Klein Tools VDV226-110 Ratcheting Modular Data Cable Crimper / Wire Stripper / Wire Cutter for RJ11/RJ12 Standard, RJ45 Pass-Thru Connectors
3 Klein Tools VDV500-705 Wire Tracer Tone Generator and Probe Kit for Ethernet, Internet, Telephone, Speaker, Coax, Video, and Data Cables RJ45, RJ11, RJ12

Klein Tools VDV500-705 Wire Tracer Tone Generator and Probe Kit for Ethernet, Internet, Telephone, Speaker, Coax, Video, and Data Cables RJ45, RJ11, RJ12

  • HASSLE-FREE WIRE TRACING WITH SIMPLE ANALOG TONE GENERATOR.
  • DURABLE PROBE ENSURES ACCURATE RESULTS IN ANY ENVIRONMENT.
  • INCLUDES ALLIGATOR CLIPS FOR EASY CONNECTION AND TESTING.
BUY & SAVE
$49.98 $55.98
Save 11%
Klein Tools VDV500-705 Wire Tracer Tone Generator and Probe Kit for Ethernet, Internet, Telephone, Speaker, Coax, Video, and Data Cables RJ45, RJ11, RJ12
4 Network Tool Kit, ZOERAX 11 in 1 Professional RJ45 Crimp Tool Kit - Pass Through Crimper, RJ45 Tester, 110/88 Punch Down Tool, Stripper, Cutter, Cat6 Pass Through Connectors and Boots

Network Tool Kit, ZOERAX 11 in 1 Professional RJ45 Crimp Tool Kit - Pass Through Crimper, RJ45 Tester, 110/88 Punch Down Tool, Stripper, Cutter, Cat6 Pass Through Connectors and Boots

  • DURABLE & PORTABLE CASE: IDEAL FOR HOME, OFFICE, OR OUTDOOR USE.

  • VERSATILE CRIMPER: CRIMPS & STRIPS VARIOUS DATA CABLES FOR EASY CONNECTIVITY.

  • COMPREHENSIVE TOOL SET: INCLUDES TESTERS, STRIPPERS, AND CONNECTORS FOR EFFICIENCY.

BUY & SAVE
$55.99
Network Tool Kit, ZOERAX 11 in 1 Professional RJ45 Crimp Tool Kit - Pass Through Crimper, RJ45 Tester, 110/88 Punch Down Tool, Stripper, Cutter, Cat6 Pass Through Connectors and Boots
5 KLEIN TOOLS VDV501-851 Cable Tester Kit with Scout Pro 3 for Ethernet / Data, Coax / Video and Phone Cables, 5 Locator Remotes

KLEIN TOOLS VDV501-851 Cable Tester Kit with Scout Pro 3 for Ethernet / Data, Coax / Video and Phone Cables, 5 Locator Remotes

  • VERSATILE TESTING FOR ALL CABLES: TESTS VOICE, DATA, AND VIDEO CABLES EFFICIENTLY.
  • ACCURATE LENGTH MEASUREMENT: MEASURE CABLE LENGTHS UP TO 2000 FEET EFFORTLESSLY.
  • EASY FAULT DETECTION & TRACKING: IDENTIFIES FAULTS AND TRACES CABLES QUICKLY.
BUY & SAVE
$96.25
KLEIN TOOLS VDV501-851 Cable Tester Kit with Scout Pro 3 for Ethernet / Data, Coax / Video and Phone Cables, 5 Locator Remotes
6 Klein Tools 80072 RJ45 Cable Tester Kit with LAN Scout Jr. 2, Coax Crimper / Stripper / Cutter Tool and 50-Pack Pass-Thru Modular Data Plugs

Klein Tools 80072 RJ45 Cable Tester Kit with LAN Scout Jr. 2, Coax Crimper / Stripper / Cutter Tool and 50-Pack Pass-Thru Modular Data Plugs

  • ALL-IN-ONE TOOL BOOSTS EFFICIENCY WITH CRIMPING, CUTTING, AND STRIPPING.
  • LARGE BACKLIT LCD ENSURES EASY READING IN DARK SPACES.
  • PASS-THRU CONNECTORS SPEED UP INSTALLATIONS AND GUARANTEE ACCURACY.
BUY & SAVE
$114.99
Klein Tools 80072 RJ45 Cable Tester Kit with LAN Scout Jr. 2, Coax Crimper / Stripper / Cutter Tool and 50-Pack Pass-Thru Modular Data Plugs
7 Fluke Networks 11293000 Pro-Tool Kit IS60 with Punch Down Tool

Fluke Networks 11293000 Pro-Tool Kit IS60 with Punch Down Tool

  • ERGONOMIC DUR A GRIP POUCH FOR CONVENIENT, ON-THE-GO STORAGE.
  • D914S PUNCH DOWN TOOL ENSURES SOLID TERMINATIONS AND LESS FATIGUE.
  • FAST AND EASY CABLE STRIPPING WITH VERSATILE ELECTRICIANS D SNIPS.
BUY & SAVE
$283.58 $321.35
Save 12%
Fluke Networks 11293000 Pro-Tool Kit IS60 with Punch Down Tool
+
ONE MORE?

To remove port 8080 in XAMPP, you can do the following:

  1. Open the XAMPP control panel.
  2. Click on the Config button next to the Apache module.
  3. Select the Apache (httpd.conf) option from the dropdown menu.
  4. Search for "Listen 8080" in the configuration file.
  5. Comment out this line by adding a "#" at the beginning of the line or deleting it completely.
  6. Save the changes and restart the Apache server.
  7. Port 8080 should now be removed from XAMPP and the server should be running on the default port 80.

What is xampp?

XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages. It is widely used for web development and testing purposes. The name XAMPP stands for cross-platform, Apache, MariaDB, PHP, and Perl.

What is the xampp shell?

The XAMPP shell is a command-line interface (CLI) tool that is included in the XAMPP software package. XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends, consisting mainly of the Apache HTTP Server, MariaDB database, and interpreters for scripts written in the PHP and Perl programming languages.

The XAMPP shell allows users to interact with the XAMPP server and perform various actions and configurations via command-line commands, similar to using the Command Prompt or Terminal on Windows or Unix-based systems. It provides a way to manage server settings, databases, files, and other components of the XAMPP stack through text-based commands, making it a useful tool for developers and system administrators.

How to install xampp on Windows?

To install XAMPP on Windows, follow these steps:

  1. Download the XAMPP installer from the official website (https://www.apachefriends.org/index.html).
  2. Run the installer and select the components you want to install (e.g., Apache, MySQL, PHP, Perl).
  3. Choose the installation directory (the default is usually C:\xampp).
  4. Complete the installation process by following the on-screen instructions.
  5. After installation, open XAMPP control panel to start Apache and MySQL services.
  6. Open your web browser and navigate to http://localhost to see if XAMPP is installed correctly.
  7. You can now start developing and testing your websites or web applications using XAMPP on Windows.

What is the xampp MySQL configuration file?

The xampp MySQL configuration file is typically located at xampp/mysql/bin/my.ini or xampp/mysql/data/my.cnf. This file contains various settings and configurations for the MySQL server, such as the port number, database directories, error logging, buffer sizes, and other parameters that affect the operation of the MySQL server. It can be edited using a text editor to customize the MySQL server settings according to specific requirements.

What is Apache in xampp?

Apache is an open-source web server software that is included in the XAMPP stack. It is used to serve and execute web pages and applications on a local server. Apache provides a flexible and reliable platform for hosting websites and web applications.

How to change xampp port settings?

To change the port settings in XAMPP, follow these steps:

  1. Open the XAMPP Control Panel.
  2. Click on the "Config" button next to the Apache module.
  3. Select "httpd.conf" from the dropdown menu.
  4. In the configuration file, search for the line that looks like "Listen 80" (assuming you want to change the default Apache port 80).
  5. Change the port number to your desired port number (e.g. "Listen 8080").
  6. Save the configuration file and restart the Apache server.
  7. Go back to the XAMPP Control Panel and click on the "Config" button next to the Apache module again.
  8. Select "httpd-ssl.conf" from the dropdown menu.
  9. In the SSL configuration file, search for the line that looks like "Listen 443" (assuming you want to change the default SSL port 443).
  10. Change the port number to your desired SSL port number (e.g. "Listen 4433").
  11. Save the configuration file and restart the Apache server.

After following these steps, Apache should be running on the newly specified ports.