Installing Remote Desktop on a Linux VPS With CentOS 5

Status
Not open for further replies.
make sure the it is running type in SSH vncserver:1 or :2 or :3 whatever you have set to then connect IP:1 via vnc should work if im not mistaken
 
i set the port to 9091
in the end i wrote
vncserver:9091

[root@xxx ~]# vncserver :9091

New 'xxx:9091 (root)' desktop is xxx:9091

Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/xxx:9091.log

n i connected like this
ip(in numbers):9091
 
did all the tutorial and i get this error from TightVNC

Failed to connect to server XX.XXX.XX.X:2

i made the port 2 and i opened it in CSF firewall

any help?
 
did all the tutorial and i get this error from TightVNC

Failed to connect to server XX.XXX.XX.X:2

i made the port 2 and i opened it in CSF firewall

any help?
try to reboot your vps and starting the vnc again with "vncserver :2"

now after this also restart your iptables and do check your vnc password that you had set :)
 
try to reboot your vps and starting the vnc again with "vncserver :2"

now after this also restart your iptables and do check your vnc password that you had set :)

i am on dedicated
the problem is that it didnot ask me for a password , and i will try to reboot the server

Thanks


=================

Update still connection refused i restarted the server and iptables
 
Last edited:
i am on dedicated
the problem is that it didnot asked me for a password , and i will try to reboot the server

Thanks
you'll need to type this for the adding the password

vncpasswd

and about the "it didnot asked me for a password" is it on tightvnc ?
 
just go to applications , add or remove softwares, search for filezilla and install it ...

thats a way, and another way is via the command line using yum or rpm ;)
 
Status
Not open for further replies.
Back
Top