everything pre installed by pihole.
how can i take a look?
Problems accessing TasmoAdmin Topic is solved
Re: Problems accessing TasmoAdmin
you can check the LISTEN ports, This will show the web server
Btw: how did you install PiHole? did you used dietpi-software or something else?
Code: Select all
ss -tulpn | grep LISTEN
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Problems accessing TasmoAdmin
yup. used dietpi-software 
//

//
Re: Problems accessing TasmoAdmin
di you have running something like pihole -r in past? And pls check for the LISTEN ports
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Problems accessing TasmoAdmin
a few month ago i had to repair pihole, yes.
then i had to use -r.
then i had to use -r.
Re: Problems accessing TasmoAdmin
ok that might be the issue. pihole -r will offer 2 options. If you choose wrong one, it will replace DietPi configs with a pure PiHole web server config, leading to such effect. If you are using standard, you should be running lighttpd web server. Pls can you post following
Code: Select all
ls -la /etc/lighttpd/
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: Problems accessing TasmoAdmin
i even used tuya-convert today. but i don't know if it's usinf lighttpd.
Re: Problems accessing TasmoAdmin
yep PiHole has overwritten our config file. Try following to fix
Code: Select all
cd /etc/lighttpd/
mv lighttpd.conf lighttpd.conf.hole
mv lighttpd.conf.orig lighttpd.conf
systemctl restart lighttpd.service
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team