Recently setup Pi-hole running on a Raspberry Pi with Raspbian as the operating system. Runs very effectively and is an amazing but of software. The Raspberry Pi boots straight into pi-hole and I do not know how to go back to me command line so as to update to the new Version 4 release.
2 screenshots attached, no screen plugged in. The raspberry pi takes power from my Xbox One S usb port and it is just then ethernet cable in to my router
I did not install it via Putty, but gave it a go anyway and when i type in the ip address and hit connect it just comes back with Network error : Connection refused.
I have another raspberry pi and can access that via putty and just the ip address and then get a login box and then a password screen. I never get that far with the pihole machine.
Shutdown the Pi - I guess unplug in this case, remove the SD card, mount on a PC or Mac, install a blank file named "ssh" in the root directory and then put the SD card back in Pi and reboot. This will enable the ssh function, and the blank file will be removed from the boot directory.
You were able to run the curl script from the Linux terminal after you logged in via Putty after you installed Raspbian on the Pi? And now you cannot login via Putty?
Try this - from the Web GUI interface, settings > system, select "restart system" to reboot the Pi and see if you can log in after that via Putty.
It a Raspberry Pi2, tried restarting, same access denied.
Never used the command line in the normal sense to install Pihole. The Raspbian booted into a desktop, I then opened a command prompt from within the desktop and just entered the curl script.
When you get logged in to the Pi terminal on the Pi desktop, run raspi-config to enable both ssh and VNC in the interface options. Then you can install VNC viewer on your PC and use that software to remote into the Pi's desktop. Some people prefer this interface to the command line via ssh.