How to resync to flightaware after reflashing sd card

how to resync to flightaware after reflashing sd card on piaware. I lost my location, distance circles but still see all the planes.

https://flightaware.com/adsb/stats/user/W1MDS

Grab your unique id from the above site:
It looks like this
Unique Identifier: 324b7a1a- xxxxxxx

Either take the SD card out and edit the piaware-config.txt file.
Add the line (use your actual feeder id)

feeder-id 324b7a1a-xxxxxxx

or you can remote into your site and then run the command
(use your actual feeder-id)

piaware-config feeder-id 324b7a1a-xxxxxxx

it is remote but I have ssh access. Where do I put the feeder-id?

on the command line type (replace the number on your myADSB page with after feeder-id)

piaware-config feeder-id 324b7a1a-xxxxxxx

To restart piaware type

sudo systemctl restart piaware

Thanks that did it! You da man!

Mike