NOKL Client and Server for Linux

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

For CentOS/RHel/Fedora 7 and up

Prerequisites:
yum install fuse3 (note: 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 & Fedora 39-42:
dnf install libxcrypt-compat
libxcrypt-compat may require enabling the crb repository:
sudo dnf config-manager --set-enabled crb

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

Install:
sudo rpm -i nokl.x86_64.rpm

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