Standalone Binaries

1. Run the installer

  1. Change directories into the unpacked download:

cd sshnp
  1. Then run the installer:

./install.sh sshnpd

This will install the binaries to ~/.local/bin. Instead, if you'd like to install the binaries to /usr/local/bin, run the installer as root:

sudo ./install.sh sshnpd

2. Setup the installer

You are on your own for setting up the background service to start sshnpd. See our other options if you need help setting this up.

3. All Done!

You can now proceed to installing your client, or if you've already done that, checkout our usage guide.

Last updated