Tallahassee Dreamer wrote:I ran through complete setup of my Pi from downloading NOOBS to configuring my wifi. I am able to acces the Internet using wifi. I am not however able to hear the IP address being broadcast. I had to access my router settings and it shows the raspberrypi IP address 192.168.1.1 yet when I type that address into my search bar I cannot access the diagnostic page of the FPD. Any suggestions to why the pi is not announcing the address.
What is FPD? Is it any of these?
http://acronyms.thefreedictionary.com/FPD
The RPi (Raspbian) does not have any web interface by default.
If you want to connect to the RPi (Linux console) then you need to run an SSH client such a PuTTy on the remote computer and connect using the IP given to the RPi.
If you want remote GUI then you can install XRDP on the RPi and use an RDP client.
sudo apt-get install xrdp