Running Quicksteam Node service

Running Quicksteam Node service

Debian/Ubuntu

Restarting Quickstream Node manager

It will restart Quickstream Node manager which is also know as Quickstream Wrapper. Without restarting channels.
  1. Check pid of qs-node process:
    $ ps aux | grep qs-node
  2. Kill this process:
    $ kill -9 <pid of qs-node process>
  3. Quickstream Node manager should restart normally. You should check if service is running and Quickstream Node is responding.

Checking status

$ systemctl status quickstream-node

Starting

$ systemctl start quickstream-node

Stopping

$ systemctl stop quickstream-node

Restarting

$ systemctl restart quickstream-node

Disabling service

$ systemctl disable quickstream-node

Enabling service

$ systemctl enable quickstream-node

Windows 

Quickstream Node in Windows works as a service. You can manage it in various ways. For example by using Microsoft Management Console (services.msc), PowerShell, net command, etc. Recommended way to manage service is to use Microsoft Management Console (services.msc). It is very simple and easy to use GUI tool which is available in every Windows operating system. You can launch it by pressing Win Key + R (Run..) and entering services.msc command. After pressing OK. you should see services windows as shown below.


Now try to find service named Quicksteam Node Service. Then click on it using the right mouse button.

By using this submenu you can choose Start, Stop, Restart service. You can also disable service startup in Properties.



    • Related Articles

    • Updating Quicksteam Node

      Windows  To update Quickstream Node please perform the following tasks: Check and write down which version of Quickstream Node you are currently using. You can check your version by going to "Control Panel", selecting "Program and Features" and ...
    • Resetting the Node configuration

      Linux Debian/Ubuntu If you want to reset Quickstream Node configuration database including stored logs and statistics information, You must to reinstall Quickstream Node. Please execute the following command to remove Quickstream Node and remove its ...
    • Installing Quickstream Node

      System requirements Network  Operating system requirements Quickstream supports the following operating systems: Windows 8.1 Pro, Enterprise and Windows Server 2012R2 Windows 10 Pro, Enterprise, Workstation and Windows Server 2016, 2019 or newer  ...
    • 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 ...
    • Quicksteam Node configuration backup and restore

      Backup Quickstream Node configuration on Linux is located at: /opt/quickstream/etc/quickstream-node On Windows it is located at: %PROGRAMDATA%\Quickstream\Quickstream Node To backup Quickstream simply copy this directory to another location. You can ...