Install in PC

Follow these steps to install PiKonek software.

Note: The machine must meet the requirements under the Prerequisites section, install the supported operating system, and support two or more network interfaces.

Video

Install PiKonek on PC

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

Note: You must be connected to the same LAN interface to access the web GUI page.

Last updated