Restore current SD image to a new PiAware receiver

I want to setup a second PiAware receiver by restoring the SD image of my current receiver to a new SD card and install it in the new Raspberry Pi. Will this work?

Should work.
If you use a static IP address you would have to change that.

You’ll have to remove the feeder-id so you get a new one on the 2nd receiver:

sudo systemctl stop piaware
sudo piaware-config feeder-id ""
sudo rm /var/cache/piaware/feeder_id
sudo systemctl restart piaware

Then you can claim the 2nd receiver after a short time:
PiAware - Claim and Link a Brand New PiAware Ground Station - FlightAware

1 Like

wiedehopf - I finally got around to setting up my second receiver. I followed your steps but found that my image was corrupt. So, built the new one from scratch. I appreciate your help and will keep these instructions for future builds

1 Like