Install Cockpit
Cockpit is a web GUI to manage some of the hardware level configuration options of the system.
Do this as root.
sudo /bin/bash
. /etc/os-release
echo "deb http://deb.debian.org/debian ${VERSION_CODENAME}-backports main" | tee /etc/apt/sources.list.d/backports.list
apt update
apt install -y -t ${VERSION_CODENAME}-backports cockpit
Use the ip utility to find the IP address.
# ip a
Open URL from a web browser:
https://<ip address>:9090
Login with the user created on the install. After logging in, do a quick check, switch to administrative access and then open the terminal window. For the adsb-feeder, you can also open an ssh terminal session to the server at this time.
Cockpit makes making network changes pretty straight forward. Changing from DNS to a fixed address is easier that modifying the system files necessary to do that. If network changes have been made, reboot the system and start from the new IP address.
Use the default settings when requested.
See Also
Return to: Technical Guides, ADS-B Reception, Decoding & Sharing, Install Micro Feeder, Install Indi-Allsky
