Pihole version 6 - keine Weboberfläche

Ich verwende die Aktuelle Pihole version. Lighttpd ist deinstalliert.
Wenn ich nun über http://ip/admin auf pihole gehe, sehe ich nur den Ordnerinhalt von /admin.
Dasselbe, wenn ich über http://ip:8080/admin gehe,
Apache ist installiert auf Version 2.4.62 (Debian) und der läuft auf Port 80

pihole-FTL --config webserver.port '8080,[::]:8080,443s,[::]:443s'
8080,[::]:8080,443s,[::]:443s Habe ich bereits verwendet, jedoch keinen Erfolg.
Ich weiß gerade nicht weiter.

Bitte lade ein Debug Log hoch und poste hier anschließend nur die Token-URL.
Das Token generierst Du über

pihole -d

Die Frage nach dem Upload am Ende des Vorgangs zu bejahen.

Did you try to access http://pi.hole:8080/admin or https://pi.hole/admin ?

Hier ist die Debug https://tricorder.pi-hole.net/JM74I6a3/
unter pihole.home liegt die ipadresse des pi´s:
Über http://pihole.home sowie über die pi ip wird das Webinterface nicht geöffnet.
Ich vermute es liegt an der gleichzeitigen Nutzung von Apache, und eure Änderung auf lua. Den vor lua ging alles. also als es noch auf php aufgebaut hat.

Edit: Nach neustart der Fritzbox und des Raspi, geht nun https://pi.hole/admin/
Frage mich halt nur wieso^^

(I will answer in English. If you prefer, you can ask for a German speaking moderator to answer again)

The new web interface doesn't use PHP or lighttpd.
Also, apache2 can't serve Lua pages.

Currently apache2 is using the http port (80) in your system and your Pi-hole web interface is using a different port (8080):

[✓] tcp:0.0.0.0:8080 is in use by pihole-FTL

[✗] tcp:*:80 is in use by apache2 (https://docs.pi-hole.net/main/prerequisites/#ports)
[2025-03-19 20:29:53.838 CET 863] Initializing HTTP server on ports "8080,[::]:8080,443s,[::]:443s"

Also, the log shows your IP is: 192.168.178.4

You should be able to access the web interface using one of the addresses below:

If you want to change the ports or disable apache2, I recommend you to wait for a German speaking moderator to help you.

Das ist schon merkwürdig, mal geht es über https:pi.hole/admin, manchmal nicht, dann grätscht der Apache dazwischen.
Blöd nur das ich den Apache brauche, jetzt muss ich nur noch irgendwie eine Lösung finden das der Pi korrekt angezeigt wird.

Also die Lösung ist wirklich Simple, Apache welcher nur auf Port 80 zuhört, kann weiter seinen dienst tun. Pihole muss man einfach zwingen auf einen anderen Port zu gehen.
Pihole auf 443 geht, also die Änderung die erfolgt ist aus http://pi.hole wird https://pi.hole oder in meinen fall ist es nun so das pihole.home weiterhin auf port 80 und damit http bleibt, aber der Link zu Pi.hole nun ein selbsterstelltes Zertifikat hat und so problemlos auch über http://pihole.home erreichbar ist.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.