Skip to content

Raspberry Pi Image Information

Peter Goodhall edited this page Feb 17, 2020 · 10 revisions

This is temporary till I write something better, so it has probably got errors.

YOU ARE RESPONSIBLE FOR PROTECTING THE PI

You can download the Raspberry Pi Image from https://www.magicbug.co.uk/assets/2020-02-17-raspbian-buster-cloudlog.zip

SSH is enabled so if you plug the ethernet into the Pi you should be able to access it with

  • Username: pi
  • Password: raspberry

Wifi hasn't been configured so you'll have to do that using sudo raspi-config

You should be able to access Cloudlog by just going to http://cloudlog.local the default login is

  • Username: m0abc
  • Password: demo

You will need to create a new station profile via the admin system and follow the rest of the guide for setting up HamQTH or QRZ but this should get you going.

Random bits of information

  • Cloudlog is stored in /home/pi/www/Cloudlog/
  • You can update Cloudlog via ./update_cloudlog.sh within the home/pi directory on the commandline

Crons

  • Weekly
    • Cloudlog Update
    • LOTW Users
    • Clublog SCP

Database: MariaDB

This image uses MariaDB instead of MySQL, if you'd like to login to MariaDB the information is as follows

  • Username: * root
  • Password: 6B6@&9EeSG9M&XnRN2e76

Cloudlog uses a database called cloudlog

Clone this wiki locally