Install PiCockpit Manually¶
Here are the scripts for installing PiCockpit manually.
Add the key for our respository¶
curl -L http://repository.picockpit.com/picockpit.public.key | sudo apt-key add -
Add the repository¶
If you are running Buster OS on your Raspberry Pi, you need to add the Buster repository:
echo "deb http://repository.picockpit.com/raspbian buster main" | sudo tee --append /etc/apt/sources.list.d/picockpit.list
If you are running Bullseye OS on your Raspberry Pi, you need to add the Bullseye repository:
echo "deb http://repository.picockpit.com/raspbian bullseye main" | sudo tee --append /etc/apt/sources.list.d/picockpit.list
If you are running Bookworm OS on your Raspberry Pi, you need to add the Bookworm repository:
echo "deb http://repository.picockpit.com/raspbian bullseye main" | sudo tee --append /etc/apt/sources.list.d/picockpit.list
Note
If you are unsure which OS you are currently using, you can easily find out by running:
lsb_release -cs
Update your package list¶
sudo apt-get update
Install the PiCockpit Client¶
sudo apt-get install picockpit-client
This will connect the PiCockpit Client to picockpit.com. You need to now provide your API Key.
Now you can connect the PiCockpit Client.¶
sudo picockpit-client connect