:/ I still have to run nx server from the 'knoppix' -> 'services' menus.

I made an sh file in /etc/init.d called startnx.sh

code:
#! /bin/sh
#
/usr/bin/nxserver --start

and ran #" update-rc.d startnx.sh defaults "

it starts up and everything, but when I try to connect I get 'connection refused'... it only works when I load it up from the menus, not even when I try to run it out of the terminal

now, what could I be doing wrong? is there more than one version of nx server in knoppix? OR does anyone know how I can see what command a menu link is running? (like when u make links on the desktop) so I could atleast see what that link is doing