Remote control and screen sharing for Ubuntu

2

I have two computers running Ubuntu, one belongs to me and the other to my father. He often requires assistance with the system which involves using remote control. Both of the computers are connected to the same WLAN.

How can I set up a simple system for screen sharing and remote control? I would prefer something that runs in the background so that he doesn't need to click on anything (he's a bit of a technophobic). And I can assist him quickly.

I would appreciate any simple to set up and use programs.

Jakub

Posted 2013-11-03T11:21:11.557

Reputation: 315

Answers

2

One very convenient and free solution is to install the TightVNC (www.tightvnc.com) server on your father's computer.

This application can run on the background and can be secured with a password. When configuring the server, it is possible to turn off the message that asks the user for permissions, thus requiring no intervention from your father. Just connect to the server with the TightVNC client and you're ready to go.

Benjamin B.

Posted 2013-11-03T11:21:11.557

Reputation: 236

Would you perhaps have any good installation resources? Anything easy to follow. – Jakub – 2013-11-03T11:37:48.243

It's the same page that MariusMatutiae referred to in another answer: https://help.ubuntu.com/community/VNC/Servers#tightvncserver . It's very easy. Good luck!

– Benjamin B. – 2013-11-03T11:55:13.223

2

Team viewer will do the task.Steps:

1) Download team viewer for Linux for 32 bit or 64 bit.

2)Install it in your fathers computer and yours.

3)Setup unattended access in father's computer:guide

4)When ever your father needs help , fire up your team viewer application and login to his computer.Fix the system for him.

Ashildr

Posted 2013-11-03T11:21:11.557

Reputation: 2 574

1

The standard utility to do that is VNC. There are many VNC servers and clients; this Web page is Ubuntu's guide to it. You can download onto your father's pc one of the servers as follows:

 sudo apt-get install vnc4server

A good install guide can be found here You will then need a client on your pc,

sudo apt-get install xvnc4viewer

Its use is quite straightforward. Now, when you connect, you will have your father's pc right in front of you, as if you were sitting at his chair.

Two more small issues:

  1. If you wish to connect to your father's pc even when you are away (at work, on holiday and what not), you will have to do some port forwarding, i.e., to instruct your router that, whenever communication arrives on port 5901 (the port generally used by vnc servers), they should be addressed to your father's pc;

  2. Again if you are considering connecting to your father's pc from outside your LAN, you should consider encryption. The normal communication set up by VNC is plain, i.e., any snooper can listen on onto your conversations. If you wish to defend yourself against this possibility, the standard solution is to first establish an SSH communication (which is encrypted), and then vehicule your VNC session over the ssh channel, which makes it automatically encrypted. For Ubuntu, you find instructions here

MariusMatutiae

Posted 2013-11-03T11:21:11.557

Reputation: 41 321

0

Here is all the info you need to answer your question. It is a complete tutorial of how to set up remote desktop with Ubuntu's native software. I will not post information from the link as I do not have permission to. But you can visit the site yourself.

http://www.makeuseof.com/tag/ubuntu-remote-desktop-builtin-vnc-compatible-dead-easy/

jmc302005

Posted 2013-11-03T11:21:11.557

Reputation: 713

Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline. – Ashildr – 2013-11-03T12:10:46.993

really? so you cannot see in the link "ubuntu-remote-desktop-built-in-vnc-compatable-dead-easy" then I will spell it out in non link form next time lmao. I did not realize people could not read on a forum. well what is the point of typing it in non link form then lol. I also thought "Remote desktop is built into Ubuntu" was pretty clear as well. – jmc302005 – 2013-11-03T12:22:18.137

the link which you pointed to might go offline someday.So a fellow user who might follow your link in the future wont be able to read the answer in that page.so , it is advised to copy some relevent part of the answer on that page to your answer.Cheers. – Ashildr – 2013-11-03T12:34:54.093

either way you don't down vote a correct answer because it isn't formatted the way you want it to be. Also that link has been there since March of 2010. I wouldn't link to a site that hasn't been around for awhile. So how bout you worry about your answers and stop complaining about others. May be why your rep is still a little low. Trolling is not necessary for you to answer someones question. Down votes are for wrong or unhelpful advice. so now that you have down voted me so you can be above me, do you feel better? – jmc302005 – 2013-11-03T12:42:24.203

Also taking and reposting information from another site without permission is plagiarism. There is nothing immoral or wrong with posting a link to the information. – jmc302005 – 2013-11-03T12:51:10.567

Sorry for downvoting.It was only meant to encourage you to write better answers as you are new to SU.Now my downvote is locked and it can only be removed after you make a modification to the post.I would have any how removed the downvote after you noted it. – Ashildr – 2013-11-03T12:54:14.167

http://superuser.com/help/how-to-answer – Ashildr – 2013-11-03T12:56:26.050

I changed my answer to make you feel better. Context is any words describing what the link is. My original post had that. Also, I will not quote or take information from a site to post here if I do not have permission. In essence that is stealing their work. You avoid offline sites by going to reputable ones that have been around for years. Such as the site I referenced and MSDN - TechNet, Wiki's, etc. etc. You don't steal to make your site have all the work of others. – jmc302005 – 2013-11-03T13:09:16.900

Well, in most cases, you could use the external source as a guide, and reference it as part of your own answer. We really have had problems with external resources going down before, and link only answers are frowned on as a result. While this is an extreme example its possible and makes for a better answer. You get more upvotes for a detailed outstanding answer than just a link.

– Journeyman Geek – 2013-11-03T13:27:18.917

I understand where you are coming from. I just took offense because my correct answer got downvoted over format. I think that is silly. you can comment and explain why there should be more to my answer. Don't just down vote the new guy who is trying to get rep so I can post pics and more than 1 link. – jmc302005 – 2013-11-03T13:46:45.143

i am extremely sorry for my act that hurt your feelings.I intended to say that you could have added some part of the answer from the page not by copying , but as you understood it.more over its not about the reputation but we are here to share our knowledge as a community.By answering to the best of your ability you can earn more reps.Good luck. – Ashildr – 2013-11-03T13:53:23.387