Line 17:
Line 17:
Now you can browse to '''http://xxx.xxx.xxx.xxx''' (xxx.xxx.xxx.xxx represents the IP address of your Zynthian) and get the Zynthian web login screen.
Now you can browse to '''http://xxx.xxx.xxx.xxx''' (xxx.xxx.xxx.xxx represents the IP address of your Zynthian) and get the Zynthian web login screen.
+
+
=Finding the ip address of a Raspberry Pi with keyboard and screen=
+
You can temporarily plug in a USB keyboard/mouse and an HDMI screen (TV) to your Pi so you have a physical console.
+
+
Give the following command (in a terminal):
+
+
ifconfig
+
+
and look for “inet addr” within all the stuff that spews onto the screen. If there is too much information for you to find your IP address, enter
+
+
ifconfig | less
+
+
to limit the amount displayed, or
+
+
ifconfig | grep 'inet addr:'
+
+
to only display the IP address.