Whitelist issue

Expected Behaviour:

Acessing to octopi by either whitelisting or disabling Pihole

Actual Behaviour:

I cannot access some pages like "octopi.local" or even thru ip adress "octopi/xxx.xxx.x.xxx". I tried whitelisting both on webpage and pihole.

Cleared cache for web browsed
Cleared dns in cmd
Cleared dns in

Tried also disabling pihole on web page, still got denied.

Debug Token:

https://tricorder.pi-hole.net/kuvemgv5rd

Is octopi a web server? It is the locally mapped name of your Pi, but does it have the capability to serve web pages?

If you are trying to load your Pi-Hole admin web page, the address is http://pi.hole/admin.

-rw-r--r-- 1 root root 136 Oct 19 12:59 /etc/pihole/local.list
   192.168.2.173 octopi
   192.168.2.173 pi.hole

I don't have any problem accessing Pihole. My issue is with octoprint, which i need to access thru a web page. Octopi is part of octoprint, where i can access my 3d printed thru a local network.

Blockquote -rw-r--r-- 1 root root 136 Oct 19 12:59 /etc/pihole/local.list
192.168.2.173 octopi
192.168.2.173 pi.hole

I am not quite sure what that says to me or what i should do with it. When i try "/etc/pihole/local.list" I get permission denied

this is atleat what it shows to me:

Got any links to where i can see how to change the octoprint ports? as i am not sure how to do that.

I am still lost, I did the following. but what now, how do i acess it, do i need to change anything with my network ?

sudo nano /etc/haproxy/haproxy.cfg

changed too:
frontend public
bind *:8888
bind 0.0.0.0:443 ssl crt /etc/ssl/snakeoil.pem
option forwardfor except 127.0.0.1

Saved it
sudo /etc/init.d/haproxy restart
sudo reboot

Thank you for patience and help to someone with no knowledge!
I made step by step process for other people that know little about this.

You need to edit haproxy.cfg

  1. sudo nano /etc/haproxy/haproxy.cfg

  2. Save & reboot

  3. open Octoprint through http attatched with :8888
    Instead of http://octopi.local
    Now http://octopi.local:8888

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