NxFilter Tutorial

Start and stop NxFilter
You can start NxFilter by its utility script.


Utility scripts
There are several utility scripts in /nxfilter/bin directory.

- To start NxFilter : startup.sh
- To stop NxFilter : shutdown.sh
- To see if it is running : ping.sh

On Windows, use the batch scripts in the same directory.


Start it as a service
If it's on Linux and you installed NxFilter using a DEB pacakge,


	sudo systemctl start nxfilter
	sudo systemctl stop nxfilter
If it's on Windows and you installed NxFilter using our installer,


	net start nxfilter
	net stop nxfilter

When you install NxCloud or NxRelay, use 'nxcloud' or 'nxrelay' instead of 'nxfilter' in the commands.