github nymtech/nym-vpn-client nym-vpnd-v0.1.0
Initial nym-vpnd preview release

latest releases: nym-vpn-app-nightly, nym-vpn-app-v1.29.3, nym-vpn-core-v1.29.2...
pre-release2 years ago

Description

Initial pre-release of the nym-vpnd daemon and a commandline client nym-vpnc to interact with it

Requirements

Linux supporting installing debian packages (Debian, Ubuntu, PopOS etc) and running systemd.

Installation

Download both files and install them with apt or dpkg

sudo apt install nym-vpnc*deb nym-vpnd*deb

Check that the daemon is running with

systemctl status nym-vpnd.service

and check its logs with

sudo journalctl -u nym-vpnd.service -f

Using

The daemon can be interacted with using nym-vpnc

nym-vpnc status
nym-vpnc connect
nym-vpnc disconnect

To stop the background service

systemctl stop nym-vpnd.service

It will start again on startup, so disable with

systemctl disable nym-vpnd.servce

Don't miss a new nym-vpn-client release

NewReleases is sending notifications on new releases.