Iam trying to connect from NoMachine 4.3.30_1.
When I tried connecting , its showing only black blank screen.
Please do help to resolve and able to connect successfully.
Please find below information’s from the linux server,
[root@ip-172-31-24-96 ~]# ps auwx | grep Xvf
root 1705 0.1 2.5 109872 15224 pts/0 S 19:24 0:00 Xvfb :0 -auth /root/Xvfb-0.auth -screen 0 1024x768x24
root 2143 0.0 0.1 103248 864 pts/0 S+ 19:26 0:00 grep Xvf
You have first one result line which has ‘Xvfb :0′.
[root@ip-172-31-24-96 ~]# netstat -antp | grep 4000
tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1870/nxd
tcp 0 0 :::4000 :::* LISTEN 1870/nxd
[root@ip-172-31-24-96 ~]# /usr/NX/bin/nxserver –status
NX> 161 Enabled service: nxserver.
NX> 161 Enabled service: nxnode.
NX> 161 Enabled service: nxd.
[root@ip-172-31-24-96 log]# tail -10 /usr/NX/var/log/nxd.log
Info: Connection from myipaddress port 57160 process 4635 closed on Wed Nov 5 22:42:14 2014.
Info: Server with pid 24308 terminated by signal 15 on Wed Nov 5 22:42:17 2014.
Info: Server started with pid 5079 on Wed Nov 5 22:42:31 2014.
[snip logs]
[root@ip-172-31-24-96 log]# cat /usr/NX/etc/server.cfg| grep ‘DesktopAuthorization\|EnablePasswordDB’ | grep -v ‘#’
EnablePasswordDB 1
VirtualDesktopAuthorization 0
PhysicalDesktopAuthorization 0
[root@ip-172-31-24-96 log]# cat /etc/ssh/sshd_config | grep PasswordAuthentication | grep -v ‘#’
PasswordAuthentication yes
Thanks.