amuck-landowner

VNC for Fedora 20

Jasson.Pass

New Member
Does anyone have a guide that works? So far all the ones I've tried do not work well.

Why does linux have such a primative way of remote desktoping?
 

HalfEatenPie

The Irrational One
Retired Staff
Hm.  Interesting.  I thought there was a linux self-install script but that's only for Debian-based Linux.

Doesn't just a standard RealVNC Server or XRDP server work for Fedora?  

Going a bit side-tracked, if you want a remote desktop server then why not just use X2Go?  You can also unzip the Windows client and run it off a USB easily :)
 
Last edited by a moderator:

sv01

Slow but sure
I use tigervnc-server.

mini how to

On server side [ex Fedora 20] :


yum install tigervnc-server
the run vnc server by execute


vncserver
check VNC server session


vncserver -list
### result
TigerVNC server sessions:

X DISPLAY #    PROCESS ID
:1        4433

on client side [ex Fedora 20]


yum install tigervnc
then connect to vnc server


vncviewer IP:1
change :1 to X Display result from command above

sorry for my poor english
 
Top
amuck-landowner