
NX Server generally uses port 22 for the initial authentication and connection and later data transfer during the session happens on another port.Make sure your firewall doesn’t block the port that your server uses (port 22 if you encrypt the session).Click “Modify” and select “Disable the render extension”.If the fonts appear in different colors and they look unclear you can try this:

You can still start it manually with this command: /etc/init.d/nxserver start Quality issue You can permanently remove it from starting with this command: update-rc.d -f nxserver remove The NX server should start at boot up, you can stop it with this command: /etc/init.d/nxserver stop To make sure it starts every time you boot, run this command: update-rc.d ssh defaults NX Server control You can connect to an NX server by specifying the server IP address and using the username and password on that system, make sure the firewall doesn’t block port 22 and make sure the sshd is running on the server machine, if not you can start it with: /etc/init.d/ssh start You can run the NX client from: Start menu > Internet > NX Client for Linux > NX Client for Linux or directly from: /usr/NX/bin/nxclient To set up the computers after installation, consult this page.


