Linux Downloads

Linux

NOKL Client and Server for Linux

NOKL Client and Server can be installed directly on Linux box.

CentOS / RHEL / Fedora

For CentOS/RHEL/Fedora 7 and up

Prerequisites

yum install fuse3

If you're using CentOS 8+ or RHEL 8+, you might need to use dnf instead of yum.

Additional prerequisites for CentOS Stream 9-10 and Fedora 39-42

dnf install libxcrypt-compat
sudo dnf config-manager --set-enabled crb

libxcrypt-compat may require enabling the crb repository.

Download

wget -O nokl.x86_64.rpm https://www.nokl.com/dist/nokl.x86_64.rpm

Install

sudo rpm -i nokl.x86_64.rpm

Debian / Ubuntu

For Debian and Ubuntu

Download

wget -O nokl.x86_64.deb https://www.nokl.com/dist/nokl.x86_64.deb

Install

sudo dpkg -i nokl.x86_64.deb

Run Client and Server

Run (normal user):

nokl-mount

First run requests credentials and sets up NOKL Client and Server.

It also starts NOKL Server that serves files from this computer to NOKL clients on other computers.

NOKL Client mounts on this computer folders served by NOKL Servers.

Usage /usr/bin/nokl-mount [options] command [command arguments]
Commands:
  list                      List servers (default)
  mount   server_name(s)... Mount NOKL Server(s) at this name(s)
  unmount server_name(s)... Unmount NOKL Server(s) at this name(s)
  stop                      Stop background NOKL mounter process
  server-stop               Stop NOKL Server service that serves files (need admin rights)
  server-start              Start NOKL Server service that serves files (need admin rights)
  sign-out                  Sign-out from NOKL Account on this computer