PiAware 3.5.1 on DietPi Jessie

I just installed PiAware 3.5.1 on DietPi Jessie OS for my RPi 3 and follow steps as per described at PiAware - dump1090 ADS-B integration with FlightAware - FlightAware.

  1. wget http://flightaware.com/adsb/piaware/files/packages/pool/piaware/p/piaware-support/piaware-repository_3.5.1_all.deb
  2. sudo dpkg -i piaware-repository_3.5.1_all.deb
  3. sudo apt-get update
  4. sudo apt-get install piaware
  5. sudo piaware-config allow-auto-updates yes
  6. sudo piaware-config allow-manual-updates yes
  7. sudo apt-get install dump1090-fa
  8. sudo reboot

FYI:-
My RPi 3 IP address is 192.168.1.175.
I can access the skyview @ 192.168.1.175:8080 Or 192.168.1.175/dump1090-fa without any problem.
The only problem I am facing is when I type 192.168.1.175 at the browser, the page show like this.

As what I have from previous installation using the PiAware Image 3.5.0, the 192.168.1.175 page is looks like this.

I really not familiar with the Linux programming stuffs, I am learning it bit by bit by myself. I hope tech guys like you here can help me to solve this problem.

I appreciate your help, thanks in advance.

The status page is part of the PiAware sdcard image only; if you’re doing a package install, you won’t see that.

Thank you for the info. Any chance to get it work by adding any package if available?

You can try installing piaware-web (it’s in the same repository as piaware et al, so just apt-get install piaware-web) but it’s not really tested standalone so YMMV

1 Like

Thank you for the reply. I will try on it and see any changes on it.
:smiley:

I tried on it, it works. You saved my day. Thank you for the sharing. You are great. Regards.:joy:

1 Like