How to Fix Localhost Refused to Connect

Поділитися
Вставка
  • Опубліковано 26 сер 2024

КОМЕНТАРІ • 81

  • @shantetorres718
    @shantetorres718 Рік тому +8

    That xampp download was clutch! Port 80 wasn't being used but I changed it anyway and now I am connected! Thank you, I definitely liked and subscribed!

    • @HostingerAcademy
      @HostingerAcademy  Рік тому +2

      So glad it helped! And thank you for your support 💜

  • @antrahagure5372
    @antrahagure5372 Рік тому +2

    From all the options-changing Listen Port 8080 worked! Thank you so much! Now when I type localhost:8080 xampp dashboard page shows up -just like before when i had localhost 300.

    • @yasirmandokhail9906
      @yasirmandokhail9906 Рік тому

      How brother how did you do that plzz also solve my problem too 😔😔

  • @arghyaprotimhalder5592
    @arghyaprotimhalder5592 Рік тому +25

    Nothing worked,

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      Hey there, if the steps in this video didn't work, consider checking other methods in the written version of this tutorial: www.hostinger.com/tutorials/localhost-refused-to-connect-error 😊

    • @Name-gt9lj
      @Name-gt9lj Рік тому

      Or u didn’t make ur own hosting 😂

  • @pon0459
    @pon0459 8 місяців тому +1

    Thank you so much! I was searching this solution for a long time. Great video !

  • @exoltairior
    @exoltairior 6 місяців тому

    My bittorrent client was using the same port I was trying to host a SQL server on! Thanks!

  • @zaoher2556
    @zaoher2556 Рік тому +3

    Thanks for the video! it was awesome. I'm really excited I learn a lots, thank you very much. See you next time.

  • @ahek_mt
    @ahek_mt Рік тому +5

    2:00 If you're using python like me and had this thing, you can simply use this code to check if the port is already in use instead of downloading some thing:
    import socket
    HOST = "localhost"
    PORT = 8080
    # Creates a new socket
    sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    # Try to connect to the given host and port
    if sock.connect_ex((HOST, PORT)) == 0:
    print("Port " + str(PORT) + " is in use") # Connected successfully
    else:
    print("Port " + str(PORT) + " is not in use") # Failed to connect because port is in use (or bad host)
    # Close the connection
    sock.close()

    • @ahek_mt
      @ahek_mt Рік тому

      None of the solutions worked for me though. None of these things was wrong with my pc :(

  • @HelloWorld-fh2ge
    @HelloWorld-fh2ge 2 роки тому +1

    The mine is about Spring application deployed in Heroku !

  • @msatyamounika
    @msatyamounika 8 місяців тому

    Thankyou for this video!

  • @astagfigg814
    @astagfigg814 4 місяці тому

    THANK YOU!

  • @eshvarbalaji3950
    @eshvarbalaji3950 Місяць тому

    am i trying to connect nextjs to flask. the input from nexts has to go to flask n then get embedded but i keep getting this error- localhost:5001/:1

    Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

    • @HostingerAcademy
      @HostingerAcademy  Місяць тому

      Hey there 👋
      The error you're encountering, "ERR_BLOCKED_BY_CLIENT," typically occurs due to a browser extension or ad blocker interfering with your connection. Try disabling any extensions or ad blockers and see if that resolves the issue.

  • @HelloWorld-fh2ge
    @HelloWorld-fh2ge 2 роки тому

    Thank you my problem was about ip and port number from my server !

    • @HostingerAcademy
      @HostingerAcademy  2 роки тому +2

      Glad this video helped you solve the problem 😊

  • @minikaa.9151
    @minikaa.9151 Рік тому +1

    THANK U SO MUCH T.T

  • @haozheng5359
    @haozheng5359 Рік тому

    Nice tutorial and solutions

  • @bishnupriyasahoo8063
    @bishnupriyasahoo8063 9 місяців тому

    Thank uhh so much ❤

  • @kyomdonalddogo5775
    @kyomdonalddogo5775 10 місяців тому

    How can I do it for localwp?

  • @err4071
    @err4071 7 місяців тому

    Hiya bud I had an advertising pop up on my desktop the other day
    I then went on to Google's privacy and security options and done
    a safety check the results showed I had a password breach on
    a site called Localhost but I don't have a password on this site
    I don't even know what it is. is this anything to worry about

    • @HostingerAcademy
      @HostingerAcademy  7 місяців тому

      Hi there! If you're receiving notifications about a password breach on a site you are not familiar with, it's essential to investigate further. Remember to keep your system, software, and antivirus tools up to date to enhance overall security 🙏

    • @err4071
      @err4071 7 місяців тому

      @@HostingerAcademy
      No probs bud thanks for the advice.

  • @emmanuelyao1451
    @emmanuelyao1451 7 місяців тому

    thanks you

  • @bhagyashreegupta7338
    @bhagyashreegupta7338 Рік тому

    flushdns comaand, the command prompt doesn't recognise it

  • @yasirmandokhail9906
    @yasirmandokhail9906 Рік тому

    After all that the localhost:80 is working in my laptop now what should i do how can i login to my local wordpress?

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      Hello!
      You can try opening localhost:80/wp-admin or localhost/wp-admin on your browser. Providing the website is accessible via either localhost:80 or localhost, /wp-admin should open the login page 💯

  • @ArunKumar-yo9jn
    @ArunKumar-yo9jn Рік тому

    Hi thanks for the video , i tried the three steps but still not able to connect the server.
    i was installed the geo server 2 ways
    the first method is window installer(jdk jre) port 8080, not working. so i tried to install second way using the tomcat 9 with port 8085 that also not working.
    could you please assist me.

    • @riddhijayswal8183
      @riddhijayswal8183 3 місяці тому

      did you get another solution? i am having the same problem.

    • @abhieee_07
      @abhieee_07 26 днів тому

      Solved???​@@riddhijayswal8183

  • @erickrl
    @erickrl 6 місяців тому

    how i put localhost:3000?doenst open here,,,

  • @vamshipatel5064
    @vamshipatel5064 Рік тому

    Forbidden
    You don't have permission to access this resource.
    Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.1.10 Server at localhost Port 8080 how can solve this bro please suggest me anyone thankyou

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      The error message you received indicates that you don't have permission to access a specific resource on a server running Apache. Here are a few suggestions you can try to resolve the issue:
      ※ Check your URL: Make sure you have entered the correct URL in your browser's address bar. Double-check for any typos or errors in the URL.
      ※ Clear browser cache: Clear your browser's cache and cookies, then try accessing the resource again. Sometimes cached data can cause conflicts or outdated information.
      ※ Check server configuration: If you're trying to access a resource on your local machine (localhost), verify that the server configuration is correct. Ensure that the server is running, the necessary ports are open, and any required permissions are set correctly. If you're running Apache on XAMPP, make sure that XAMPP is running on the background and Apache is also running.
      ※ Contact the server administrator: If you're accessing a resource on a remote server, it's possible that you don't have the necessary permissions to access it. Reach out to the server administrator or the website owner and explain the issue you're facing. They may be able to assist you further.
      ※ Try a different browser or device: If the issue persists, try accessing the resource using a different browser or device. This can help determine if the problem is specific to your current setup.
      Hope this helps!

  • @timeknight2617
    @timeknight2617 2 роки тому +2

    Pls make this one again but for (Mobile) Pls

    • @HostingerAcademy
      @HostingerAcademy  2 роки тому +2

      Hey there, we'll pass your request to our team 😊

  • @adesoyemathew7752
    @adesoyemathew7752 Рік тому

    Thanks it worked

  • @nnamdichristian798
    @nnamdichristian798 8 місяців тому

    Nice video . Please, what is the solution when all the information I entered into the localhost page I created is not showing on mysql in Xampp. Once I entered the information and click on submit , I don't receive any successful or error message and the information does not reflect in mysql.

  • @sreeparnabanerjee5413
    @sreeparnabanerjee5413 Рік тому +1

    How can I configure firefox

    • @HostingerAcademy
      @HostingerAcademy  Рік тому +1

      Hey there, Sreeparna! Take a look at Firefox options, preferences and settings as a reference to configure your Firefox browser: support.mozilla.org/en-US/kb/firefox-options-preferences-and-settings. If your Firefox browser refused to connect to localhost, you may need to review your local server settings. We got your back: www.hostinger.com/tutorials/localhost-refused-to-connect-error 😊

  • @dannylindsey414
    @dannylindsey414 Рік тому +1

    Thanks, my problem was a self restarting Windows Firewall. Once disabled and a restart back to normal.

  • @marutipatil6399
    @marutipatil6399 Рік тому

    Thank you ❤️

  • @bingetrailer3003
    @bingetrailer3003 Рік тому

    your good bro subcribe and liked super help !

  • @user-rn8hs1jd7s
    @user-rn8hs1jd7s 2 роки тому

    Thanks a lot ♥

  • @rohitrohilla4927
    @rohitrohilla4927 Рік тому

    ''localhost is not supported ''
    not resolved
    please help me out with this

    • @HostingerAcademy
      @HostingerAcademy  Рік тому +1

      Hey Rohit! Here are a few possible solutions to this issue:
      1. Use the IP address instead of "localhost." Instead of using "localhost" as the hostname, try using the IP address of your local machine. To find your IP address, you can open a command prompt or terminal window and type "ipconfig" (Windows) or "ifconfig" (Linux or macOS). Look for the IP address listed next to "IPv4 Address" or "inet".
      2. Check the configuration of the application. If you're still seeing the "localhost is not supported" error, check the configuration of the application you're trying to access. It's possible that the application is configured to only accept requests from specific IP addresses or hostnames.
      3. Update your hosts file. Another solution is to update your computer's hosts file to map "localhost" to your IP address. This will tell your computer to use your IP address when you access "localhost".
      We hope this helps! If you have any other questions, please write them here or send us an email at support@hostinger.com 🙏🏻

  • @nuraenilianasari7558
    @nuraenilianasari7558 Рік тому

    thank u so much

  • @RPT2020
    @RPT2020 Рік тому +1

    Sorry it's not work

  • @sushbb
    @sushbb 5 місяців тому

    Still problem not cleared 😢

  • @SWEbear021
    @SWEbear021 Рік тому +1

    i needed to uninstall skype and discord for it to work if more people looking for a solution

  • @joblogs4001
    @joblogs4001 7 місяців тому

    I tried all these steps and none of them worked.....any ideas

    • @HostingerAcademy
      @HostingerAcademy  7 місяців тому

      Hey there 👋
      Drop us a message at support@hostinger.com, and we'll think of alternatives together 👀

  • @jesselockwood5059
    @jesselockwood5059 Рік тому +1

    Unfortunately none of this worked

    • @HostingerAcademy
      @HostingerAcademy  Рік тому +2

      Hey there, if the steps in this video didn't work, consider checking other methods in the written version of this tutorial: www.hostinger.com/tutorials/localhost-refused-to-connect-error 🙏🏻

  • @evonysquad
    @evonysquad Рік тому +1

    Not working 😔

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      Hey, try going over this tutorial -> www.hostinger.com/tutorials/localhost-refused-to-connect-error

  • @Who_70
    @Who_70 2 роки тому

    thank u ¬!

  • @WuyuziYYDS
    @WuyuziYYDS Рік тому

    Did not work still unforunately

  • @umarusman9318
    @umarusman9318 Рік тому

    Still not working

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      Hi there! I'm sorry to hear that you're still experiencing issues. Our Customer Success team is ready to assist you. Please get in touch with them, and they'll be more than happy to help resolve your problem!

  • @yasirmandokhail9906
    @yasirmandokhail9906 Рік тому

    Nothing worked 😔

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      Hello, Yasir!
      If localhost is not working, here are a few steps you can take to troubleshoot the issue:
      1. Check server and software: Ensure that your local server (such as Apache or Nginx) and relevant software (such as PHP or MySQL) are running properly. Restarting the server or software may help resolve any temporary issues.
      2. Verify port availability: Make sure the port you are using for localhost (typically port 80 for HTTP or port 443 for HTTPS) is not being used by any other application. If there is a conflict, you can either change the port number or identify the conflicting application and stop it.
      3. Clear cache and cookies: Sometimes, browser cache and cookies can cause issues with accessing localhost. Clear your browser cache and cookies, or try accessing localhost using a different browser to rule out any caching-related problems.
      4. Check host file configuration: Verify that your host file (located at "C:\Windows\System32\drivers\etc\hosts" on Windows or "/etc/hosts" on macOS/Linux) has the correct mapping for localhost. The entry should typically be "127.0.0.1 localhost" or "::1 localhost".
      5. Restart your computer: A simple restart of your computer can often resolve issues with localhost, as it helps reset network connections and refresh system settings.
      6. Firewall and antivirus settings: Check if your firewall or antivirus software is blocking the localhost connection. Temporarily disable them or add an exception for your local server software to allow connections.
      7. Reinstall local server software: If all else fails, you can try reinstalling the local server software you are using (e.g., XAMPP, WAMP, MAMP) to ensure a clean installation. Follow the installation instructions carefully and make sure to configure the server correctly.
      If you continue to experience issues with localhost, it can be helpful to search online forums or seek assistance from developer communities specific to the local server software you are using. They may provide more tailored guidance based on the specific error messages or symptoms you are encountering. Hope this helps! 🚀

  • @B1TC8
    @B1TC8 7 місяців тому

    nothing worked.

    • @HostingerAcademy
      @HostingerAcademy  7 місяців тому +1

      We're sorry to hear that. If the solutions provided in the video didn't work, consider the following troubleshooting steps. First, ensure that your local server is running correctly. Double-check the specified port number to ensure accuracy. Additionally, examine whether any firewall or antivirus software is blocking the connection.
      If the problem persists, it might be helpful to provide more specific details about your setup or seek assistance on relevant forums or support channels 😊

  • @BasilMathew-vz3kg
    @BasilMathew-vz3kg 4 місяці тому

    still no hope for me

    • @HostingerAcademy
      @HostingerAcademy  4 місяці тому

      Hi there 👋 We're sorry to hear that you're still having trouble. Let's not give up just yet. Can you please provide more details about the issue you're facing?

  • @itskristis
    @itskristis Рік тому

    not working >:(

    • @HostingerAcademy
      @HostingerAcademy  Рік тому

      Hello! We are here for you 24/7/365 🥳 Please refer to our website: hostinger.com/contacts, where you will find all details to contact us!

  • @muditsrivastava5421
    @muditsrivastava5421 11 місяців тому

    nothing worked from these solutions

    • @HostingerAcademy
      @HostingerAcademy  11 місяців тому

      Hey there!
      Drop us a message at support@hostinger.com, we'll do our best to help you out! 🙏

  • @elya_blade_qa
    @elya_blade_qa 7 місяців тому

    obojayu angliski s okcentom, zdarova brat