Install in PC
Follow these steps to install PiKonek software.
Video
Download Supported OS
For PC, download Ubuntu 18.04.6-server.
Installing PiKonek
After installing Ubuntu, follow these steps to install PiKonek software.
Install required dependencies
Update and upgrade packages
sudo apt update && sudo apt upgrade -y
sudo apt install software-properties-common
Add ppa repository when prompted press Enter to continue
sudo add-apt-repository ppa:deadsnakes/ppa
Install python3.7
sudo apt-get update
sudo apt install python3.7
Verify python3.7 installation
python3.7 --version
One-Step Automated Install
Install PiKonek with this command to get started quickly: Note you must be a root user.
curl -sSL install.pikonek.com | sudo bash
Once the installer has been run, reboot your system.
To access the web interface, open your browser and type http://pi.konek/fh
Last updated