Use our remote installer script for automatic download and installation on Ubuntu-based Linux. For other distributions, download the appropriate .tgz file for your architecture. See below for details...

Need more help? Visit our comprehensive guide on Installing Netrinos for Linux.

Showing files in /linux

Name Size Modification Time
.. -
archive 4.1 KB 2024-03-31 12:58:07
beta 4.1 KB 2024-02-27 22:47:17
daily 4.1 KB 2024-04-05 08:46:44
edgenode 4.1 KB 2024-05-06 18:54:26
netrinos-client-linux_latest_amd64.deb 7.7 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_amd64.tgz 7.8 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_arm.deb 3.0 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_arm.tgz 3.0 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_arm64.deb 3.0 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_arm64.tgz 3.0 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_armhf.deb 3.0 MB 2024-03-31 12:55:51
netrinos-client-linux_latest_armhf.tgz 3.0 MB 2024-03-31 12:55:51
netrinos-remote-deb-installer.sh 2.0 KB 2024-03-06 17:14:41

Installing for Debian based Linux

It will automatically determine the correct deb file for the your system architecture. It must be run with root privileges. By default, it will install the latest stable version. To install a specific version, append the version number, or daily, to the end of the script URL.

Note: The deb installer will not launch the GUI systray icon on completion of the install. You will have to start it yourself from the menu for the fist time. After rebooting, it will launch automatically.

Usage

sudo ./netrinos-remote-deb-installer.sh [version]

Or, directly from the shell:

sudo true; wget -O- https://dist.netrinos.com/linux/netrinos-remote-deb-installer.sh | sudo bash -s 
sudo true; wget -O- https://dist.netrinos.com/linux/netrinos-remote-deb-installer.sh | sudo bash -s daily
sudo true; wget -O- https://dist.netrinos.com/linux/netrinos-remote-deb-installer.sh | sudo bash -s [version]

For other Linux distributions

For other distrubutions, download and unpack the tgz file for your architecture. Place the binaries in /usr/local/bin and make sure you have the dependancies of wireguard and wireguard-tools installed.

There could be other missing dependancies for your distro. Please contact us if you cannot get it going and we will try to help.