Begin by identifying your IP address by going to your FR24 statistic page
MAC
1. Open Launchpad
2. Search for Terminal
3. Open Terminal
4. Enter the following command:
ssh pi@IP-address
Make sure to replace IP-address with the actual IP address of your Pi, for example ssh [email protected]
5. You will see a prompt saying something like "The host is unknown and are you sure you want to continue connecting (yes/no/[fingerprint])?" Answer with:
yes
Press enter.
6. You will be asked to type your password:
password: raspberry
when you type your password, nothing will show up on the screen getting typed (no stars). Simply type the complete password and press enter.
If you are using a Piaware image, the password is flightaware
Windows
1. Click on Search on the taskbar
2. Type cmd and press enter
3. It will open the command prompt Window
4. Type
ssh pi@IP-address
Be sure to replace IP-address with the actual IP address of your Pi. For example: ssh [email protected]
5. You will see a prompt similar to "The host is unknown. Are you sure you want to continue connecting (yes/no/[fingerprint])? " Answer with:
yes
Press enter.
6. Next, you will be prompted to type your password.
password: raspberry
when you type your password, nothing will show up on the screen getting typed (no stars). Simply type the complete password and press enter.
If you are using a Piaware image, the password is flightaware
Default credentials for Pi24 image:
username: pi password: raspberry