Quickstream Node Installation Steps | Helpdesk

Installing Quickstream Node

System requirements

Network 


Operating system requirements

Quickstream supports the following operating systems:
  1. Windows 8.1 Pro, Enterprise and Windows Server 2012R2
  2. Windows 10 Pro, Enterprise, Workstation and Windows Server 2016, 2019 or newer 
  3. Linux Ubuntu:
    1. Ubuntu 16.04 (amd64 only) (in Quickstream v3 or newer support for this version removed)
    2. Ubuntu 18.04 (amd64 only)
    3. Ubuntu 20.04 (amd64 only)
    4. Ubuntu 22.04 (amd64 only)
  4. Linux Debian:
    1. Debian 9 (amd64 only)
    2. Debian 10 (amd64 only)
    3. Debian 11 (amd64 only)

Hardware requirements

Minimal system requirements:
  1. CPU: Intel Celeron J3160 or similar
  2. RAM: 4GB
  3. Internet: 10 Mbps, Internet connection
  4. Disk Space: 50MB
Recommended system setup:
  1. CPU: Intel Core i5 2nd Gen or higher or Intel Xeon equivalent
  2. RAM: 8GB
  3. Internet: 25 Mbps, Stable internet connection
  4. Disk Space: 50MB
Quicksteam Node probably works any x86-64 CPU like AMD or VIA but it has not been tested.
Quickstream Node does not support  ARM architecture or any other than x86-64
You can run Quicksteam Node on a virtual machine. We recommend using HyperV as a hypervisor. Quickstream will not work properly if NTP service is enabled and time synchronization comes from the hypervisor. Disable time synchronization from the hypervisor and leave NTP running in VM. If it is not possible check if time synchronization is enabled. If so please disable NTP service.
If you are using a subscription license your Quickstream Node is required to have access to https://license.cloud.quickstream.tech/ (port 443). Please open the outgoing connection on your firewall if required. When the connection is lost the Quickstream Node will continue working for up to 7 days

Linux - Debian/Ubuntu

Adding apt repository

To install or update Quickstream you need to add a new repository to your system. You have to do it only once.
  1. Add GPG key to apt key ring:
    $ wget -qO - http://install.cloud.quickstream.tech/gpg.pub | sudo apt-key add -
  2. Check your Linux distribution codename with the following command:
    $ lsb_release -c 
  3. Add Quickstream repository to /etc/apt/sources.list using you favorite text editor like vim or nano. Just insert this line and end of file:
    deb [arch=amd64] http://install.cloud.quickstream.tech/linux_apt DISTRO main
    Where DISTRO is our distribution codename. 
    Supported distributions
    1. Debian 9 - stretch
    2. Debian 10 - buster
    3. Debian 11 - bullseye
    4. Ubuntu 16.04 LTS - xenial
    5. Ubuntu 18.04 LTS - bionic 
    6. Ubuntu 20.04 LTS - focal
    7. Ubuntu 22.04 LTS - jammy

Installing Quickstream Node 

To install Quickstream Node take the following steps: 
  1. Make sure Quickstream repository is added to /etc/apt/sources.list. Instruction of how to do it is placed above.
  2. Update package index:
    $ apt update 
  3. Install the quickstream-node package:
    $ apt install quickstream-node
Notice that Quicksteam Node installs as system service not as standalone application.
If your installation is successful go to Running Quickstream Node article. 

Windows

It is not recommended to install Quicksteam Node on WIndows 10 Home, Windows 10 S or Windows 8.1 Home!
To install Quickstream Node please download the latest Quickstream Node installer from http://install.cloud.quickstream.tech/?prefix=windows_installer/quickstream-node/
Then run the downloaded file:


The setup wizard will start. Click Next.

Please accept the license agreement. Then select the installation folder and then click Next and Install.

You have just installed Quickstream Node on your computer.

Notice that Quicksteam Node installs as service not as a standalone application.
If your installation is successful go to Configuring Quickstream Node and Running Quickstream Node articles. 
    • Related Articles

    • Quickstream v2.0

      QUICKSTREAM V12.0  IS READY TO GO! It is required to update both Quickstream Client and Quickstream Node. Old version of Quickstream Client will not work properly with the latest version Quickstream Node. QUICKSTREAM CLOUD IS NOW OPERN  Quickstream ...
    • Installing Quickstream Client

      Introduction Quickstream Client is an application that is used to configure and manage one or more Quickstream Nodes.  Install this application on a computer with a graphical user interface.  System requirements Operating system requirements Windows ...
    • Configuring Quickstream Node

      Initial configuration  Linux  To configure Quickstream Node please run the following command:  $ quickstream-node-setup Next select one of the following options: 1) set Node owner in Cloud, to enable Cloud Node administration This option allows you ...
    • Removing Quickstream Node

      Windows Open Control Panel. Then open Program and Features. Search for Quickstream Node. Then click on it and click Uninstall from top bar. Uninstallation will start without any prompt. It would be necessary to restart you computer in order to fully ...
    • Updating Quickstream Client

      Windows & MacOS To update Quickstream Client simply follow Installing Quickstream Client guide. Client installer on MacOS and Windows will automatically update your client. Please remember to close all Quickstream Client instances. Debian/Ubuntu To ...