by wintpe » Jan 17th, '18, 13:46
Hi Magfan
interpreting your problem, im guessing you mean you have a server running mageia and a workstation, the server is headless and you want to view its desktop on your workstation.
That should be possible with vnc, but i must admit ive not tried vnc recently because this is not how unix people run servers, maybe windows people do it that way.
instead of running a graphical desktop on the server, why not enable sshd and administer the server via the command line.
This is how those of us who are loosely termed unix system admins work all the time.
if your using your so called server to run desktop apps then maybe you should know that Xwindows has the ability to start an app on one system, and display it on another.
its done either with Xforwarding enabled in ssh automatically (ssh will set your DISPLAY=workstationaddress:10.0
or without ssh tunneling by explicitly setting the DISPLAY=worksattionaddress:0.0, followed by export DISPLAY
then just start the app on the server using an ssh connection and it will appear on your workstation.
(note, workstation firewall may need to be configured or disabled, and xhost + run in a terminal on your workstation, initially followed by some tweaking once its working to make it secure again)
otherwise a server should serve , by running services that workstations, tablets, and phones connect to. otherwise its just another desktop that you want to connect to.
regards peter
Redhat 6 Certified Engineer (RHCE)
Sometimes my posts will sound short, or snappy, however its realy not my intention to offend, so accept my apologies in advance.