Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

[FIXED] Firefox can't establish a connection to the server at localhost:8080.

  • 2 Antworten
  • 242 haben dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von DcR-Tr4x

more options

I'm using Sabnzbd which only has a WebGUI. The WebGUI is located at http://localhost:8080/sabnzbd/ by default. And does load - completely without errors - in Internet Explorer 9 and Google Chrome 10. But when I try to connect using FF v4.0b7, the "Unable to connect" error message comes up. No difference whether I use safe mode or FF v3.6.13

Am I doing something wrong?

I'm using Sabnzbd which only has a WebGUI. The WebGUI is located at http://localhost:8080/sabnzbd/ by default. And does load - completely without errors - in Internet Explorer 9 and Google Chrome 10. But when I try to connect using FF v4.0b7, the "Unable to connect" error message comes up. No difference whether I use safe mode or FF v3.6.13 Am I doing something wrong?

Geändert am von DcR-Tr4x

Alle Antworten (2)

more options

Ten people with the same problem.. Anybody who can shed some light on this issue? It's still there in 4.0b8. Thanks in advance!

more options

OK, the SABnzbd forum pointed me in the right direction. Firefox was using the IPv6 version of localhost. This meant that I had to browse to http://[::1]:8080 instead of http://localhost:8080

I'm still at IPv4, so leaving it this way would be annoying.

However, this can be fixed. Just follow these steps:

  1. Type about:config into the address bar
  2. Ignore the warning
  3. Enter network.dns.disableIPv6 into the filter box
  4. Right-click on the entry and press on toggle (it should now say false)
  5. Close and restart FireFox

Now just enjoy SABnzbd again! :)

Geändert am von DcR-Tr4x