Command line interface
You can access the Rapsberry Pi command line interface (CLI or Terminal) in three different way.
username: pi
password: d-diot.com
1. Keyboard and monitor
Simply connect an usb keyboard to your Raspberry Pi and run an HDMI cable from the Raspberry Pi port to a suitable monitor or TV, and you are done.
2. Shellinabox
Shellinabox put a CLI in a web interface and with the default d-diot image you can access them directly from the Home Assistance webui.
You can access shellinabox also from the following URL:
If your network don't support avahi / zeroconf use the following URL:
3. ssh connection
If you are on a linux machine simply open a terminal and type:
user@host:~$ ssh pi@d-diot.local
or if your network don't support avahi / zeroconf
user@host:~$ ssh pi@YOUR_IP_ADDRESS
If you are on a Windows machine you need to install an ssh client like PuTTY.