In order to start the NMP Server navigate to the NMPS_INSTALLATION_DIR and type "./start_NMPS.sh" at the command line.
Execution permission should be set first with command "chmod +x start_NMPS.sh if not applied yet."

NMP Server uses some ports lower then 1024. Only applications started with root rights are able to bind ports 
lower then 1024 on UNIX like systems. You should use "sudo" or start the NMP Server with the follwing command:
su root ./start_NMPS.sh (enter root password).
		