PiKonek
  • Get Started
    • Introduction
    • Prerequisites
  • Installing
    • Install in PC
    • Install in Virtual Machine
    • Install in Orange Pi One/PC
    • Install in Raspberry Pi 3B+/4B
  • Guides
    • How to access the administrator dashboard
    • How to update the software
    • How to change admin password
    • How to add network interfaces
      • Adding lan interface
      • Adding vlan interface
      • Adding wlan interface
      • Adding bridge interface
    • How to enable dhcp on network interface
    • How to enable captive portal
    • Manage connected users
    • How to enable remote management(Ngrok)
    • How to enable remote management(Dataplicity)
    • How to enable pihole management
    • How to build pikonek wifi vendo with coin acceptor
    • How to enable wireless sub vendo
  • Videos
  • Contact Us
Powered by GitBook
On this page
  • Video
  • Download Supported OS
  • Installing PiKonek
  • Install required dependencies
  • One-Step Automated Install
  1. Installing

Install in PC

PreviousPrerequisitesNextInstall in Virtual Machine

Last updated 11 months ago

Follow these steps to install PiKonek software.

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

Video

Download Supported OS

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.

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.

For PC, download .

Ubuntu 18.04.6-server
Prerequisites
Install PiKonek on PC