Standalone Binaries

Follow these two steps to install the NoPorts daemon so you can install your own background service.

Step 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

Step 2. Set up 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.

Step 3. All Done!

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

Last updated